Shades of Cadet Blue #59A395
Tints of Cadet Blue #59A395
RGB
CMYK
RGB Variations
Color information
#59A395 (or 0x59A395) is known color: Cadet Blue. HEX triplet: 59, A3 and 95. RGB value is (89,163,149). Sum of RGB (Red+Green+Blue) = 89+163+149=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #59A395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A395 is #A65C6A. Grayscale: #8B8B8B. Windows color (decimal): -10902635 or 9806681. OLE color: 9806681.
HSL color Cylindrical-coordinate representation of color #59A395: hue angle of 168.65º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A395 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 163 | 149 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.36 |
| HSL | 168.65º | 0.29% | 0.49% | - |
| HSV(B) | 168.65º | 0.45% | 0.64% | - |
| XYZ | 22.64 | 30.49 | 33.13 | - |
| YUV | 139.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 163 | 149 | 0.45 | 0 | 0.09 | 0.36 | 168.65 | 0.29 | 0.49 |
| Hex | 59 | A3 | 95 | 2D | 0 | 9 | 24 | A9 | 1D | 31 |
| Octal | 131 | 243 | 225 | 55 | 0 | 11 | 44 | 251 | 35 | 61 |
| Binary | 1011001 | 10100011 | 10010101 | 101101 | 0 | 1001 | 100100 | 10101001 | 11101 | 110001 |
Color Harmonies of #59A395
Complementary color
Monochromatic Colors of #59A395
Black with #59A395
Text Example
Text Example
White with #59A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A395; }
p { color: rgb(89,163,149); }
H1.HeaderClassName
{
color: #59A395;
}
.AnyTagClassName
{
color: #59A395;
}
</style>
background-color css
<style>
a { background-color: #59A395; }
a { background-color: rgb(89,163,149); }
div.DivClassName
{
background-color: #59A395;
}
.BgClassName
{
background-color: #59A395;
}
</style>
border-color css
<style>
span { border-color: #59A395; }
span { border-color: rgb(89,163,149); }
td.TdClassName
{
border-color: #59A395;
}
.TagClassName
{
border-color: #59A395;
}
</style>