Shades of Glacier #76B2C0
Tints of Glacier #76B2C0
RGB
CMYK
RGB Variations
Color information
#76B2C0 (or 0x76B2C0) is known color: Glacier. HEX triplet: 76, B2 and C0. RGB value is (118,178,192). Sum of RGB (Red+Green+Blue) = 118+178+192=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #76B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2C0 is #894D3F. Grayscale: #A1A1A1. Windows color (decimal): -8998208 or 12628598. OLE color: 12628598.
HSL color Cylindrical-coordinate representation of color #76B2C0: hue angle of 191.35º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76B2C0 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 178 | 192 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.25 |
| HSL | 191.35º | 0.37% | 0.61% | - |
| HSV(B) | 191.35º | 0.39% | 0.75% | - |
| XYZ | 32.91 | 39.5 | 55.76 | - |
| YUV | 161.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 192 | 0.39 | 0.07 | 0 | 0.25 | 191.35 | 0.37 | 0.61 |
| Hex | 76 | B2 | C0 | 27 | 7 | 0 | 19 | BF | 25 | 3D |
| Octal | 166 | 262 | 300 | 47 | 7 | 0 | 31 | 277 | 45 | 75 |
| Binary | 1110110 | 10110010 | 11000000 | 100111 | 111 | 0 | 11001 | 10111111 | 100101 | 111101 |
Color Harmonies of #76B2C0
Complementary color
Monochromatic Colors of #76B2C0
Black with #76B2C0
Text Example
Text Example
White with #76B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B2C0; }
p { color: rgb(118,178,192); }
H1.HeaderClassName
{
color: #76B2C0;
}
.AnyTagClassName
{
color: #76B2C0;
}
</style>
background-color css
<style>
a { background-color: #76B2C0; }
a { background-color: rgb(118,178,192); }
div.DivClassName
{
background-color: #76B2C0;
}
.BgClassName
{
background-color: #76B2C0;
}
</style>
border-color css
<style>
span { border-color: #76B2C0; }
span { border-color: rgb(118,178,192); }
td.TdClassName
{
border-color: #76B2C0;
}
.TagClassName
{
border-color: #76B2C0;
}
</style>