Shades of Glacier #76AEC0
Tints of Glacier #76AEC0
RGB
CMYK
RGB Variations
Color information
#76AEC0 (or 0x76AEC0) is known color: Glacier. HEX triplet: 76, AE and C0. RGB value is (118,174,192). Sum of RGB (Red+Green+Blue) = 118+174+192=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #76AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEC0 is #89513F. Grayscale: #9F9F9F. Windows color (decimal): -8999232 or 12627574. OLE color: 12627574.
HSL color Cylindrical-coordinate representation of color #76AEC0: hue angle of 194.59º 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 #76AEC0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 174 | 192 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.25 |
| HSL | 194.59º | 0.37% | 0.61% | - |
| HSV(B) | 194.59º | 0.39% | 0.75% | - |
| XYZ | 32.12 | 37.93 | 55.5 | - |
| YUV | 159.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 192 | 0.39 | 0.09 | 0 | 0.25 | 194.59 | 0.37 | 0.61 |
| Hex | 76 | AE | C0 | 27 | 9 | 0 | 19 | C3 | 25 | 3D |
| Octal | 166 | 256 | 300 | 47 | 11 | 0 | 31 | 303 | 45 | 75 |
| Binary | 1110110 | 10101110 | 11000000 | 100111 | 1001 | 0 | 11001 | 11000011 | 100101 | 111101 |
Color Harmonies of #76AEC0
Complementary color
Monochromatic Colors of #76AEC0
Black with #76AEC0
Text Example
Text Example
White with #76AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AEC0; }
p { color: rgb(118,174,192); }
H1.HeaderClassName
{
color: #76AEC0;
}
.AnyTagClassName
{
color: #76AEC0;
}
</style>
background-color css
<style>
a { background-color: #76AEC0; }
a { background-color: rgb(118,174,192); }
div.DivClassName
{
background-color: #76AEC0;
}
.BgClassName
{
background-color: #76AEC0;
}
</style>
border-color css
<style>
span { border-color: #76AEC0; }
span { border-color: rgb(118,174,192); }
td.TdClassName
{
border-color: #76AEC0;
}
.TagClassName
{
border-color: #76AEC0;
}
</style>