Shades of Glacier #76BBC3
Tints of Glacier #76BBC3
RGB
CMYK
RGB Variations
Color information
#76BBC3 (or 0x76BBC3) is known color: Glacier. HEX triplet: 76, BB and C3. RGB value is (118,187,195). Sum of RGB (Red+Green+Blue) = 118+187+195=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #76BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBC3 is #89443C. Grayscale: #A7A7A7. Windows color (decimal): -8995901 or 12827510. OLE color: 12827510.
HSL color Cylindrical-coordinate representation of color #76BBC3: hue angle of 186.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76BBC3 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 187 | 195 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.24 |
| HSL | 186.23º | 0.39% | 0.61% | - |
| HSV(B) | 186.23º | 0.39% | 0.76% | - |
| XYZ | 35.09 | 43.33 | 58.14 | - |
| YUV | 167.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 195 | 0.39 | 0.04 | 0 | 0.24 | 186.23 | 0.39 | 0.61 |
| Hex | 76 | BB | C3 | 27 | 4 | 0 | 18 | BA | 27 | 3D |
| Octal | 166 | 273 | 303 | 47 | 4 | 0 | 30 | 272 | 47 | 75 |
| Binary | 1110110 | 10111011 | 11000011 | 100111 | 100 | 0 | 11000 | 10111010 | 100111 | 111101 |
Color Harmonies of #76BBC3
Complementary color
Monochromatic Colors of #76BBC3
Black with #76BBC3
Text Example
Text Example
White with #76BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBC3; }
p { color: rgb(118,187,195); }
H1.HeaderClassName
{
color: #76BBC3;
}
.AnyTagClassName
{
color: #76BBC3;
}
</style>
background-color css
<style>
a { background-color: #76BBC3; }
a { background-color: rgb(118,187,195); }
div.DivClassName
{
background-color: #76BBC3;
}
.BgClassName
{
background-color: #76BBC3;
}
</style>
border-color css
<style>
span { border-color: #76BBC3; }
span { border-color: rgb(118,187,195); }
td.TdClassName
{
border-color: #76BBC3;
}
.TagClassName
{
border-color: #76BBC3;
}
</style>