Shades of Glacier #76BEC0
Tints of Glacier #76BEC0
RGB
CMYK
RGB Variations
Color information
#76BEC0 (or 0x76BEC0) is known color: Glacier. HEX triplet: 76, BE and C0. RGB value is (118,190,192). Sum of RGB (Red+Green+Blue) = 118+190+192=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #76BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEC0 is #89413F. Grayscale: #A8A8A8. Windows color (decimal): -8995136 or 12631670. OLE color: 12631670.
HSL color Cylindrical-coordinate representation of color #76BEC0: hue angle of 181.62º 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 #76BEC0 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 192 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.25 |
| HSL | 181.62º | 0.37% | 0.61% | - |
| HSV(B) | 181.62º | 0.39% | 0.75% | - |
| XYZ | 35.4 | 44.48 | 56.59 | - |
| YUV | 168.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 192 | 0.39 | 0.01 | 0 | 0.25 | 181.62 | 0.37 | 0.61 |
| Hex | 76 | BE | C0 | 27 | 1 | 0 | 19 | B6 | 25 | 3D |
| Octal | 166 | 276 | 300 | 47 | 1 | 0 | 31 | 266 | 45 | 75 |
| Binary | 1110110 | 10111110 | 11000000 | 100111 | 1 | 0 | 11001 | 10110110 | 100101 | 111101 |
Color Harmonies of #76BEC0
Complementary color
Monochromatic Colors of #76BEC0
Black with #76BEC0
Text Example
Text Example
White with #76BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEC0; }
p { color: rgb(118,190,192); }
H1.HeaderClassName
{
color: #76BEC0;
}
.AnyTagClassName
{
color: #76BEC0;
}
</style>
background-color css
<style>
a { background-color: #76BEC0; }
a { background-color: rgb(118,190,192); }
div.DivClassName
{
background-color: #76BEC0;
}
.BgClassName
{
background-color: #76BEC0;
}
</style>
border-color css
<style>
span { border-color: #76BEC0; }
span { border-color: rgb(118,190,192); }
td.TdClassName
{
border-color: #76BEC0;
}
.TagClassName
{
border-color: #76BEC0;
}
</style>