Shades of Glacier #74AAC0
Tints of Glacier #74AAC0
RGB
CMYK
RGB Variations
Color information
#74AAC0 (or 0x74AAC0) is known color: Glacier. HEX triplet: 74, AA and C0. RGB value is (116,170,192). Sum of RGB (Red+Green+Blue) = 116+170+192=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #74AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AAC0 is #8B553F. Grayscale: #9C9C9C. Windows color (decimal): -9131328 or 12626548. OLE color: 12626548.
HSL color Cylindrical-coordinate representation of color #74AAC0: hue angle of 197.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74AAC0 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 170 | 192 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.25 |
| HSL | 197.37º | 0.38% | 0.6% | - |
| HSV(B) | 197.37º | 0.4% | 0.75% | - |
| XYZ | 31.09 | 36.27 | 55.23 | - |
| YUV | 156.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 192 | 0.40 | 0.11 | 0 | 0.25 | 197.37 | 0.38 | 0.6 |
| Hex | 74 | AA | C0 | 28 | B | 0 | 19 | C5 | 26 | 3C |
| Octal | 164 | 252 | 300 | 50 | 13 | 0 | 31 | 305 | 46 | 74 |
| Binary | 1110100 | 10101010 | 11000000 | 101000 | 1011 | 0 | 11001 | 11000101 | 100110 | 111100 |
Color Harmonies of #74AAC0
Complementary color
Monochromatic Colors of #74AAC0
Black with #74AAC0
Text Example
Text Example
White with #74AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AAC0; }
p { color: rgb(116,170,192); }
H1.HeaderClassName
{
color: #74AAC0;
}
.AnyTagClassName
{
color: #74AAC0;
}
</style>
background-color css
<style>
a { background-color: #74AAC0; }
a { background-color: rgb(116,170,192); }
div.DivClassName
{
background-color: #74AAC0;
}
.BgClassName
{
background-color: #74AAC0;
}
</style>
border-color css
<style>
span { border-color: #74AAC0; }
span { border-color: rgb(116,170,192); }
td.TdClassName
{
border-color: #74AAC0;
}
.TagClassName
{
border-color: #74AAC0;
}
</style>