Shades of Cadet Blue #59A8A1
Tints of Cadet Blue #59A8A1
RGB
CMYK
RGB Variations
Color information
#59A8A1 (or 0x59A8A1) is known color: Cadet Blue. HEX triplet: 59, A8 and A1. RGB value is (89,168,161). Sum of RGB (Red+Green+Blue) = 89+168+161=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #59A8A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A8A1 is #A6575E. Grayscale: #8F8F8F. Windows color (decimal): -10901343 or 10594393. OLE color: 10594393.
HSL color Cylindrical-coordinate representation of color #59A8A1: hue angle of 174.68º 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 #59A8A1 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 161 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.34 |
| HSL | 174.68º | 0.31% | 0.5% | - |
| HSV(B) | 174.68º | 0.47% | 0.66% | - |
| XYZ | 24.56 | 32.7 | 38.74 | - |
| YUV | 143.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 161 | 0.47 | 0 | 0.04 | 0.34 | 174.68 | 0.31 | 0.5 |
| Hex | 59 | A8 | A1 | 2F | 0 | 4 | 22 | AF | 1F | 32 |
| Octal | 131 | 250 | 241 | 57 | 0 | 4 | 42 | 257 | 37 | 62 |
| Binary | 1011001 | 10101000 | 10100001 | 101111 | 0 | 100 | 100010 | 10101111 | 11111 | 110010 |
Color Harmonies of #59A8A1
Complementary color
Monochromatic Colors of #59A8A1
Black with #59A8A1
Text Example
Text Example
White with #59A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8A1; }
p { color: rgb(89,168,161); }
H1.HeaderClassName
{
color: #59A8A1;
}
.AnyTagClassName
{
color: #59A8A1;
}
</style>
background-color css
<style>
a { background-color: #59A8A1; }
a { background-color: rgb(89,168,161); }
div.DivClassName
{
background-color: #59A8A1;
}
.BgClassName
{
background-color: #59A8A1;
}
</style>
border-color css
<style>
span { border-color: #59A8A1; }
span { border-color: rgb(89,168,161); }
td.TdClassName
{
border-color: #59A8A1;
}
.TagClassName
{
border-color: #59A8A1;
}
</style>