Shades of Glacier #73AAC6
Tints of Glacier #73AAC6
RGB
CMYK
RGB Variations
Color information
#73AAC6 (or 0x73AAC6) is known color: Glacier. HEX triplet: 73, AA and C6. RGB value is (115,170,198). Sum of RGB (Red+Green+Blue) = 115+170+198=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #73AAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAC6 is #8C5539. Grayscale: #9C9C9C. Windows color (decimal): -9196858 or 13019763. OLE color: 13019763.
HSL color Cylindrical-coordinate representation of color #73AAC6: hue angle of 200.24º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73AAC6 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 170 | 198 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.22 |
| HSL | 200.24º | 0.42% | 0.61% | - |
| HSV(B) | 200.24º | 0.42% | 0.78% | - |
| XYZ | 31.64 | 36.47 | 58.8 | - |
| YUV | 156.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 198 | 0.42 | 0.14 | 0 | 0.22 | 200.24 | 0.42 | 0.61 |
| Hex | 73 | AA | C6 | 2A | E | 0 | 16 | C8 | 2A | 3D |
| Octal | 163 | 252 | 306 | 52 | 16 | 0 | 26 | 310 | 52 | 75 |
| Binary | 1110011 | 10101010 | 11000110 | 101010 | 1110 | 0 | 10110 | 11001000 | 101010 | 111101 |
Color Harmonies of #73AAC6
Complementary color
Monochromatic Colors of #73AAC6
Black with #73AAC6
Text Example
Text Example
White with #73AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAC6; }
p { color: rgb(115,170,198); }
H1.HeaderClassName
{
color: #73AAC6;
}
.AnyTagClassName
{
color: #73AAC6;
}
</style>
background-color css
<style>
a { background-color: #73AAC6; }
a { background-color: rgb(115,170,198); }
div.DivClassName
{
background-color: #73AAC6;
}
.BgClassName
{
background-color: #73AAC6;
}
</style>
border-color css
<style>
span { border-color: #73AAC6; }
span { border-color: rgb(115,170,198); }
td.TdClassName
{
border-color: #73AAC6;
}
.TagClassName
{
border-color: #73AAC6;
}
</style>