Shades of Glacier #76ACC6
Tints of Glacier #76ACC6
RGB
CMYK
RGB Variations
Color information
#76ACC6 (or 0x76ACC6) is known color: Glacier. HEX triplet: 76, AC and C6. RGB value is (118,172,198). Sum of RGB (Red+Green+Blue) = 118+172+198=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #76ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACC6 is #895339. Grayscale: #9E9E9E. Windows color (decimal): -8999738 or 13020278. OLE color: 13020278.
HSL color Cylindrical-coordinate representation of color #76ACC6: hue angle of 199.5º 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 #76ACC6 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 172 | 198 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.22 |
| HSL | 199.5º | 0.41% | 0.62% | - |
| HSV(B) | 199.5º | 0.4% | 0.78% | - |
| XYZ | 32.42 | 37.43 | 58.94 | - |
| YUV | 158.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 198 | 0.40 | 0.13 | 0 | 0.22 | 199.5 | 0.41 | 0.62 |
| Hex | 76 | AC | C6 | 28 | D | 0 | 16 | C8 | 29 | 3E |
| Octal | 166 | 254 | 306 | 50 | 15 | 0 | 26 | 310 | 51 | 76 |
| Binary | 1110110 | 10101100 | 11000110 | 101000 | 1101 | 0 | 10110 | 11001000 | 101001 | 111110 |
Color Harmonies of #76ACC6
Complementary color
Monochromatic Colors of #76ACC6
Black with #76ACC6
Text Example
Text Example
White with #76ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACC6; }
p { color: rgb(118,172,198); }
H1.HeaderClassName
{
color: #76ACC6;
}
.AnyTagClassName
{
color: #76ACC6;
}
</style>
background-color css
<style>
a { background-color: #76ACC6; }
a { background-color: rgb(118,172,198); }
div.DivClassName
{
background-color: #76ACC6;
}
.BgClassName
{
background-color: #76ACC6;
}
</style>
border-color css
<style>
span { border-color: #76ACC6; }
span { border-color: rgb(118,172,198); }
td.TdClassName
{
border-color: #76ACC6;
}
.TagClassName
{
border-color: #76ACC6;
}
</style>