Shades of Glacier #76BDBE
Tints of Glacier #76BDBE
RGB
CMYK
RGB Variations
Color information
#76BDBE (or 0x76BDBE) is known color: Glacier. HEX triplet: 76, BD and BE. RGB value is (118,189,190). Sum of RGB (Red+Green+Blue) = 118+189+190=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #76BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDBE is #894241. Grayscale: #A7A7A7. Windows color (decimal): -8995394 or 12500342. OLE color: 12500342.
HSL color Cylindrical-coordinate representation of color #76BDBE: hue angle of 180.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDBE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 189 | 190 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.25 |
| HSL | 180.83º | 0.36% | 0.6% | - |
| HSV(B) | 180.83º | 0.38% | 0.75% | - |
| XYZ | 34.96 | 43.96 | 55.36 | - |
| YUV | 167.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 190 | 0.38 | 0.01 | 0 | 0.25 | 180.83 | 0.36 | 0.6 |
| Hex | 76 | BD | BE | 26 | 1 | 0 | 19 | B5 | 24 | 3C |
| Octal | 166 | 275 | 276 | 46 | 1 | 0 | 31 | 265 | 44 | 74 |
| Binary | 1110110 | 10111101 | 10111110 | 100110 | 1 | 0 | 11001 | 10110101 | 100100 | 111100 |
Color Harmonies of #76BDBE
Complementary color
Monochromatic Colors of #76BDBE
Black with #76BDBE
Text Example
Text Example
White with #76BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDBE; }
p { color: rgb(118,189,190); }
H1.HeaderClassName
{
color: #76BDBE;
}
.AnyTagClassName
{
color: #76BDBE;
}
</style>
background-color css
<style>
a { background-color: #76BDBE; }
a { background-color: rgb(118,189,190); }
div.DivClassName
{
background-color: #76BDBE;
}
.BgClassName
{
background-color: #76BDBE;
}
</style>
border-color css
<style>
span { border-color: #76BDBE; }
span { border-color: rgb(118,189,190); }
td.TdClassName
{
border-color: #76BDBE;
}
.TagClassName
{
border-color: #76BDBE;
}
</style>