Color spaces of #76bfbe
RGB | 118 | 191 | 190 |
---|---|---|---|
HSL | 0.50 | 0.36 | 0.61 |
HSV | 179° | 38° | 75° |
CMYK | 0.38 | 0.00 | 0.01 0.25 |
XYZ | 35.3963 | 44.8309 | 55.5028 |
Yxy | 44.8309 | 0.2608 | 0.3303 |
Hunter Lab | 66.9559 | -22.8086 | -2.2791 |
CIE-Lab | 72.7804 | -22.9443 | -6.6953 |
#76bfbe color RGB value is (118,191,190).
#76bfbe hex color red value is 118, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #76bfbe hue: 0.50 , saturation: 0.36 and the lightness value of 76bfbe is 0.61.
The process color (four color CMYK) of #76bfbe color hex is 0.38, 0.00, 0.01, 0.25. Web safe color of #76bfbe is #66cccc. Color #76bfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10111111 | 10111110 |
Octal | 166 | 277 | 276 |
Decimal | 118 | 191 | 190 |
Hex | 76 | BF | BE |
Shades of #76bfbe
Tints of #76bfbe
RGB Percentages of Color #76bfbe
CMYK Percentages of Color #76bfbe
Complementary Color
#76bfbe | #bf7677 |
#76bfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76bfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#76bfbe Color CSS Codes
.mybgcolor {background-color:#76bfbe; } .myforecolor {color:#76bfbe; } .mybordercolor {border:3px solid #76bfbe; }
#76bfbe Text Font Color
<p style="color:#76bfbe">Text here</p>
This sample text font color is #76bfbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#76bfbe Background Color
<div style="background-color:#76bfbe">
Div content here</div>
This div background color is #76bfbe
#76bfbe Border Color
<div style="border:3px solid #76bfbe">
Div here</div>
This div border color is #76bfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,191,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76bfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76bfbe; -webkit-box-shadow: 1px 1px 3px 2px #76bfbe; box-shadow: 1px 1px 3px 2px #76bfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,191,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76bfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76bfbe; -webkit-box-shadow: 1px 1px 3px 2px #76bfbe; box-shadow: 1px 1px 3px 2px #76bfbe;">
Div content here</div>
This div box has shadow with color #76bfbe
Comments
No comments written yet.
Please login to write comment.