Shades of Cadet Blue #59AAA0
Tints of Cadet Blue #59AAA0
RGB
CMYK
RGB Variations
Color information
#59AAA0 (or 0x59AAA0) is known color: Cadet Blue. HEX triplet: 59, AA and A0. RGB value is (89,170,160). Sum of RGB (Red+Green+Blue) = 89+170+160=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA0 is #A6555F. Grayscale: #909090. Windows color (decimal): -10900832 or 10529369. OLE color: 10529369.
HSL color Cylindrical-coordinate representation of color #59AAA0: hue angle of 172.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AAA0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 160 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.33 |
| HSL | 172.59º | 0.32% | 0.51% | - |
| HSV(B) | 172.59º | 0.48% | 0.67% | - |
| XYZ | 24.84 | 33.41 | 38.4 | - |
| YUV | 144.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 160 | 0.48 | 0 | 0.06 | 0.33 | 172.59 | 0.32 | 0.51 |
| Hex | 59 | AA | A0 | 30 | 0 | 6 | 21 | AD | 20 | 33 |
| Octal | 131 | 252 | 240 | 60 | 0 | 6 | 41 | 255 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10100000 | 110000 | 0 | 110 | 100001 | 10101101 | 100000 | 110011 |
Color Harmonies of #59AAA0
Complementary color
Monochromatic Colors of #59AAA0
Black with #59AAA0
Text Example
Text Example
White with #59AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAA0; }
p { color: rgb(89,170,160); }
H1.HeaderClassName
{
color: #59AAA0;
}
.AnyTagClassName
{
color: #59AAA0;
}
</style>
background-color css
<style>
a { background-color: #59AAA0; }
a { background-color: rgb(89,170,160); }
div.DivClassName
{
background-color: #59AAA0;
}
.BgClassName
{
background-color: #59AAA0;
}
</style>
border-color css
<style>
span { border-color: #59AAA0; }
span { border-color: rgb(89,170,160); }
td.TdClassName
{
border-color: #59AAA0;
}
.TagClassName
{
border-color: #59AAA0;
}
</style>