Shades of Cadet Blue #59A89E
Tints of Cadet Blue #59A89E
RGB
CMYK
RGB Variations
Color information
#59A89E (or 0x59A89E) is known color: Cadet Blue. HEX triplet: 59, A8 and 9E. RGB value is (89,168,158). Sum of RGB (Red+Green+Blue) = 89+168+158=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #59A89E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A89E is #A65761. Grayscale: #8F8F8F. Windows color (decimal): -10901346 or 10397785. OLE color: 10397785.
HSL color Cylindrical-coordinate representation of color #59A89E: hue angle of 172.41º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A89E is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 158 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.34 |
| HSL | 172.41º | 0.31% | 0.5% | - |
| HSV(B) | 172.41º | 0.47% | 0.66% | - |
| XYZ | 24.29 | 32.6 | 37.36 | - |
| YUV | 143.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 158 | 0.47 | 0 | 0.06 | 0.34 | 172.41 | 0.31 | 0.5 |
| Hex | 59 | A8 | 9E | 2F | 0 | 6 | 22 | AC | 1F | 32 |
| Octal | 131 | 250 | 236 | 57 | 0 | 6 | 42 | 254 | 37 | 62 |
| Binary | 1011001 | 10101000 | 10011110 | 101111 | 0 | 110 | 100010 | 10101100 | 11111 | 110010 |
Color Harmonies of #59A89E
Complementary color
Monochromatic Colors of #59A89E
Black with #59A89E
Text Example
Text Example
White with #59A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A89E; }
p { color: rgb(89,168,158); }
H1.HeaderClassName
{
color: #59A89E;
}
.AnyTagClassName
{
color: #59A89E;
}
</style>
background-color css
<style>
a { background-color: #59A89E; }
a { background-color: rgb(89,168,158); }
div.DivClassName
{
background-color: #59A89E;
}
.BgClassName
{
background-color: #59A89E;
}
</style>
border-color css
<style>
span { border-color: #59A89E; }
span { border-color: rgb(89,168,158); }
td.TdClassName
{
border-color: #59A89E;
}
.TagClassName
{
border-color: #59A89E;
}
</style>