Shades of Glacier #74AABF
Tints of Glacier #74AABF
RGB
CMYK
RGB Variations
Color information
#74AABF (or 0x74AABF) is known color: Glacier. HEX triplet: 74, AA and BF. RGB value is (116,170,191). Sum of RGB (Red+Green+Blue) = 116+170+191=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #74AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AABF is #8B5540. Grayscale: #9C9C9C. Windows color (decimal): -9131329 or 12561012. OLE color: 12561012.
HSL color Cylindrical-coordinate representation of color #74AABF: hue angle of 196.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74AABF is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 170 | 191 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.25 |
| HSL | 196.8º | 0.37% | 0.6% | - |
| HSV(B) | 196.8º | 0.39% | 0.75% | - |
| XYZ | 30.98 | 36.22 | 54.65 | - |
| YUV | 156.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 191 | 0.39 | 0.11 | 0 | 0.25 | 196.8 | 0.37 | 0.6 |
| Hex | 74 | AA | BF | 27 | B | 0 | 19 | C5 | 25 | 3C |
| Octal | 164 | 252 | 277 | 47 | 13 | 0 | 31 | 305 | 45 | 74 |
| Binary | 1110100 | 10101010 | 10111111 | 100111 | 1011 | 0 | 11001 | 11000101 | 100101 | 111100 |
Color Harmonies of #74AABF
Complementary color
Monochromatic Colors of #74AABF
Black with #74AABF
Text Example
Text Example
White with #74AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AABF; }
p { color: rgb(116,170,191); }
H1.HeaderClassName
{
color: #74AABF;
}
.AnyTagClassName
{
color: #74AABF;
}
</style>
background-color css
<style>
a { background-color: #74AABF; }
a { background-color: rgb(116,170,191); }
div.DivClassName
{
background-color: #74AABF;
}
.BgClassName
{
background-color: #74AABF;
}
</style>
border-color css
<style>
span { border-color: #74AABF; }
span { border-color: rgb(116,170,191); }
td.TdClassName
{
border-color: #74AABF;
}
.TagClassName
{
border-color: #74AABF;
}
</style>