Shades of Cadet Blue #59AAA8
Tints of Cadet Blue #59AAA8
RGB
CMYK
RGB Variations
Color information
#59AAA8 (or 0x59AAA8) is known color: Cadet Blue. HEX triplet: 59, AA and A8. RGB value is (89,170,168). Sum of RGB (Red+Green+Blue) = 89+170+168=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA8 is #A65557. Grayscale: #919191. Windows color (decimal): -10900824 or 11053657. OLE color: 11053657.
HSL color Cylindrical-coordinate representation of color #59AAA8: hue angle of 178.52º 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 #59AAA8 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 168 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.33 |
| HSL | 178.52º | 0.32% | 0.51% | - |
| HSV(B) | 178.52º | 0.48% | 0.67% | - |
| XYZ | 25.56 | 33.7 | 42.2 | - |
| YUV | 145.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 168 | 0.48 | 0 | 0.01 | 0.33 | 178.52 | 0.32 | 0.51 |
| Hex | 59 | AA | A8 | 30 | 0 | 1 | 21 | B3 | 20 | 33 |
| Octal | 131 | 252 | 250 | 60 | 0 | 1 | 41 | 263 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10101000 | 110000 | 0 | 1 | 100001 | 10110011 | 100000 | 110011 |
Color Harmonies of #59AAA8
Complementary color
Monochromatic Colors of #59AAA8
Black with #59AAA8
Text Example
Text Example
White with #59AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAA8; }
p { color: rgb(89,170,168); }
H1.HeaderClassName
{
color: #59AAA8;
}
.AnyTagClassName
{
color: #59AAA8;
}
</style>
background-color css
<style>
a { background-color: #59AAA8; }
a { background-color: rgb(89,170,168); }
div.DivClassName
{
background-color: #59AAA8;
}
.BgClassName
{
background-color: #59AAA8;
}
</style>
border-color css
<style>
span { border-color: #59AAA8; }
span { border-color: rgb(89,170,168); }
td.TdClassName
{
border-color: #59AAA8;
}
.TagClassName
{
border-color: #59AAA8;
}
</style>