Shades of Cadet Blue #59AAA4
Tints of Cadet Blue #59AAA4
RGB
CMYK
RGB Variations
Color information
#59AAA4 (or 0x59AAA4) is known color: Cadet Blue. HEX triplet: 59, AA and A4. RGB value is (89,170,164). Sum of RGB (Red+Green+Blue) = 89+170+164=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA4 is #A6555B. Grayscale: #919191. Windows color (decimal): -10900828 or 10791513. OLE color: 10791513.
HSL color Cylindrical-coordinate representation of color #59AAA4: hue angle of 175.56º 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 #59AAA4 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 164 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.33 |
| HSL | 175.56º | 0.32% | 0.51% | - |
| HSV(B) | 175.56º | 0.48% | 0.67% | - |
| XYZ | 25.2 | 33.55 | 40.27 | - |
| YUV | 145.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 164 | 0.48 | 0 | 0.04 | 0.33 | 175.56 | 0.32 | 0.51 |
| Hex | 59 | AA | A4 | 30 | 0 | 4 | 21 | B0 | 20 | 33 |
| Octal | 131 | 252 | 244 | 60 | 0 | 4 | 41 | 260 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10100100 | 110000 | 0 | 100 | 100001 | 10110000 | 100000 | 110011 |
Color Harmonies of #59AAA4
Complementary color
Monochromatic Colors of #59AAA4
Black with #59AAA4
Text Example
Text Example
White with #59AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAA4; }
p { color: rgb(89,170,164); }
H1.HeaderClassName
{
color: #59AAA4;
}
.AnyTagClassName
{
color: #59AAA4;
}
</style>
background-color css
<style>
a { background-color: #59AAA4; }
a { background-color: rgb(89,170,164); }
div.DivClassName
{
background-color: #59AAA4;
}
.BgClassName
{
background-color: #59AAA4;
}
</style>
border-color css
<style>
span { border-color: #59AAA4; }
span { border-color: rgb(89,170,164); }
td.TdClassName
{
border-color: #59AAA4;
}
.TagClassName
{
border-color: #59AAA4;
}
</style>