Shades of Glacier #76BEC6
Tints of Glacier #76BEC6
RGB
CMYK
RGB Variations
Color information
#76BEC6 (or 0x76BEC6) is known color: Glacier. HEX triplet: 76, BE and C6. RGB value is (118,190,198). Sum of RGB (Red+Green+Blue) = 118+190+198=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #76BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEC6 is #894139. Grayscale: #A9A9A9. Windows color (decimal): -8995130 or 13024886. OLE color: 13024886.
HSL color Cylindrical-coordinate representation of color #76BEC6: hue angle of 186º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BEC6 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 190 | 198 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.22 |
| HSL | 186º | 0.41% | 0.62% | - |
| HSV(B) | 186º | 0.4% | 0.78% | - |
| XYZ | 36.08 | 44.76 | 60.16 | - |
| YUV | 169.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 198 | 0.40 | 0.04 | 0 | 0.22 | 186 | 0.41 | 0.62 |
| Hex | 76 | BE | C6 | 28 | 4 | 0 | 16 | BA | 29 | 3E |
| Octal | 166 | 276 | 306 | 50 | 4 | 0 | 26 | 272 | 51 | 76 |
| Binary | 1110110 | 10111110 | 11000110 | 101000 | 100 | 0 | 10110 | 10111010 | 101001 | 111110 |
Color Harmonies of #76BEC6
Complementary color
Monochromatic Colors of #76BEC6
Black with #76BEC6
Text Example
Text Example
White with #76BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEC6; }
p { color: rgb(118,190,198); }
H1.HeaderClassName
{
color: #76BEC6;
}
.AnyTagClassName
{
color: #76BEC6;
}
</style>
background-color css
<style>
a { background-color: #76BEC6; }
a { background-color: rgb(118,190,198); }
div.DivClassName
{
background-color: #76BEC6;
}
.BgClassName
{
background-color: #76BEC6;
}
</style>
border-color css
<style>
span { border-color: #76BEC6; }
span { border-color: rgb(118,190,198); }
td.TdClassName
{
border-color: #76BEC6;
}
.TagClassName
{
border-color: #76BEC6;
}
</style>