Shades of Glacier #76BBBD
Tints of Glacier #76BBBD
RGB
CMYK
RGB Variations
Color information
#76BBBD (or 0x76BBBD) is known color: Glacier. HEX triplet: 76, BB and BD. RGB value is (118,187,189). Sum of RGB (Red+Green+Blue) = 118+187+189=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #76BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBD is #894442. Grayscale: #A6A6A6. Windows color (decimal): -8995907 or 12434294. OLE color: 12434294.
HSL color Cylindrical-coordinate representation of color #76BBBD: hue angle of 181.69º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BBBD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 187 | 189 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.26 |
| HSL | 181.69º | 0.35% | 0.6% | - |
| HSV(B) | 181.69º | 0.38% | 0.74% | - |
| XYZ | 34.43 | 43.07 | 54.64 | - |
| YUV | 166.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 189 | 0.38 | 0.01 | 0 | 0.26 | 181.69 | 0.35 | 0.6 |
| Hex | 76 | BB | BD | 26 | 1 | 0 | 1A | B6 | 23 | 3C |
| Octal | 166 | 273 | 275 | 46 | 1 | 0 | 32 | 266 | 43 | 74 |
| Binary | 1110110 | 10111011 | 10111101 | 100110 | 1 | 0 | 11010 | 10110110 | 100011 | 111100 |
Color Harmonies of #76BBBD
Complementary color
Monochromatic Colors of #76BBBD
Black with #76BBBD
Text Example
Text Example
White with #76BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBBD; }
p { color: rgb(118,187,189); }
H1.HeaderClassName
{
color: #76BBBD;
}
.AnyTagClassName
{
color: #76BBBD;
}
</style>
background-color css
<style>
a { background-color: #76BBBD; }
a { background-color: rgb(118,187,189); }
div.DivClassName
{
background-color: #76BBBD;
}
.BgClassName
{
background-color: #76BBBD;
}
</style>
border-color css
<style>
span { border-color: #76BBBD; }
span { border-color: rgb(118,187,189); }
td.TdClassName
{
border-color: #76BBBD;
}
.TagClassName
{
border-color: #76BBBD;
}
</style>