Shades of Glacier #76BDC6
Tints of Glacier #76BDC6
RGB
CMYK
RGB Variations
Color information
#76BDC6 (or 0x76BDC6) is known color: Glacier. HEX triplet: 76, BD and C6. RGB value is (118,189,198). Sum of RGB (Red+Green+Blue) = 118+189+198=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #76BDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDC6 is #894239. Grayscale: #A8A8A8. Windows color (decimal): -8995386 or 13024630. OLE color: 13024630.
HSL color Cylindrical-coordinate representation of color #76BDC6: hue angle of 186.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BDC6 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 189 | 198 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.22 |
| HSL | 186.75º | 0.41% | 0.62% | - |
| HSV(B) | 186.75º | 0.4% | 0.78% | - |
| XYZ | 35.86 | 44.32 | 60.09 | - |
| YUV | 168.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 198 | 0.40 | 0.05 | 0 | 0.22 | 186.75 | 0.41 | 0.62 |
| Hex | 76 | BD | C6 | 28 | 5 | 0 | 16 | BB | 29 | 3E |
| Octal | 166 | 275 | 306 | 50 | 5 | 0 | 26 | 273 | 51 | 76 |
| Binary | 1110110 | 10111101 | 11000110 | 101000 | 101 | 0 | 10110 | 10111011 | 101001 | 111110 |
Color Harmonies of #76BDC6
Complementary color
Monochromatic Colors of #76BDC6
Black with #76BDC6
Text Example
Text Example
White with #76BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDC6; }
p { color: rgb(118,189,198); }
H1.HeaderClassName
{
color: #76BDC6;
}
.AnyTagClassName
{
color: #76BDC6;
}
</style>
background-color css
<style>
a { background-color: #76BDC6; }
a { background-color: rgb(118,189,198); }
div.DivClassName
{
background-color: #76BDC6;
}
.BgClassName
{
background-color: #76BDC6;
}
</style>
border-color css
<style>
span { border-color: #76BDC6; }
span { border-color: rgb(118,189,198); }
td.TdClassName
{
border-color: #76BDC6;
}
.TagClassName
{
border-color: #76BDC6;
}
</style>