Shades of Glacier #76ACC4
Tints of Glacier #76ACC4
RGB
CMYK
RGB Variations
Color information
#76ACC4 (or 0x76ACC4) is known color: Glacier. HEX triplet: 76, AC and C4. RGB value is (118,172,196). Sum of RGB (Red+Green+Blue) = 118+172+196=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #76ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACC4 is #89533B. Grayscale: #9E9E9E. Windows color (decimal): -8999740 or 12889206. OLE color: 12889206.
HSL color Cylindrical-coordinate representation of color #76ACC4: hue angle of 198.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76ACC4 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 172 | 196 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.23 |
| HSL | 198.46º | 0.4% | 0.62% | - |
| HSV(B) | 198.46º | 0.4% | 0.77% | - |
| XYZ | 32.19 | 37.34 | 57.74 | - |
| YUV | 158.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 196 | 0.40 | 0.12 | 0 | 0.23 | 198.46 | 0.4 | 0.62 |
| Hex | 76 | AC | C4 | 28 | C | 0 | 17 | C6 | 28 | 3E |
| Octal | 166 | 254 | 304 | 50 | 14 | 0 | 27 | 306 | 50 | 76 |
| Binary | 1110110 | 10101100 | 11000100 | 101000 | 1100 | 0 | 10111 | 11000110 | 101000 | 111110 |
Color Harmonies of #76ACC4
Complementary color
Monochromatic Colors of #76ACC4
Black with #76ACC4
Text Example
Text Example
White with #76ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACC4; }
p { color: rgb(118,172,196); }
H1.HeaderClassName
{
color: #76ACC4;
}
.AnyTagClassName
{
color: #76ACC4;
}
</style>
background-color css
<style>
a { background-color: #76ACC4; }
a { background-color: rgb(118,172,196); }
div.DivClassName
{
background-color: #76ACC4;
}
.BgClassName
{
background-color: #76ACC4;
}
</style>
border-color css
<style>
span { border-color: #76ACC4; }
span { border-color: rgb(118,172,196); }
td.TdClassName
{
border-color: #76ACC4;
}
.TagClassName
{
border-color: #76ACC4;
}
</style>