Shades of Glacier #76BDC5
Tints of Glacier #76BDC5
RGB
CMYK
RGB Variations
Color information
#76BDC5 (or 0x76BDC5) is known color: Glacier. HEX triplet: 76, BD and C5. RGB value is (118,189,197). Sum of RGB (Red+Green+Blue) = 118+189+197=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #76BDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDC5 is #89423A. Grayscale: #A8A8A8. Windows color (decimal): -8995387 or 12959094. OLE color: 12959094.
HSL color Cylindrical-coordinate representation of color #76BDC5: hue angle of 186.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BDC5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 189 | 197 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.23 |
| HSL | 186.08º | 0.41% | 0.62% | - |
| HSV(B) | 186.08º | 0.4% | 0.77% | - |
| XYZ | 35.75 | 44.28 | 59.49 | - |
| YUV | 168.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 197 | 0.40 | 0.04 | 0 | 0.23 | 186.08 | 0.41 | 0.62 |
| Hex | 76 | BD | C5 | 28 | 4 | 0 | 17 | BA | 29 | 3E |
| Octal | 166 | 275 | 305 | 50 | 4 | 0 | 27 | 272 | 51 | 76 |
| Binary | 1110110 | 10111101 | 11000101 | 101000 | 100 | 0 | 10111 | 10111010 | 101001 | 111110 |
Color Harmonies of #76BDC5
Complementary color
Monochromatic Colors of #76BDC5
Black with #76BDC5
Text Example
Text Example
White with #76BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDC5; }
p { color: rgb(118,189,197); }
H1.HeaderClassName
{
color: #76BDC5;
}
.AnyTagClassName
{
color: #76BDC5;
}
</style>
background-color css
<style>
a { background-color: #76BDC5; }
a { background-color: rgb(118,189,197); }
div.DivClassName
{
background-color: #76BDC5;
}
.BgClassName
{
background-color: #76BDC5;
}
</style>
border-color css
<style>
span { border-color: #76BDC5; }
span { border-color: rgb(118,189,197); }
td.TdClassName
{
border-color: #76BDC5;
}
.TagClassName
{
border-color: #76BDC5;
}
</style>