Shades of Cadet Blue #59AAA7
Tints of Cadet Blue #59AAA7
RGB
CMYK
RGB Variations
Color information
#59AAA7 (or 0x59AAA7) is known color: Cadet Blue. HEX triplet: 59, AA and A7. RGB value is (89,170,167). Sum of RGB (Red+Green+Blue) = 89+170+167=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA7 is #A65558. Grayscale: #919191. Windows color (decimal): -10900825 or 10988121. OLE color: 10988121.
HSL color Cylindrical-coordinate representation of color #59AAA7: hue angle of 177.78º 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 #59AAA7 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 167 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.33 |
| HSL | 177.78º | 0.32% | 0.51% | - |
| HSV(B) | 177.78º | 0.48% | 0.67% | - |
| XYZ | 25.47 | 33.66 | 41.71 | - |
| YUV | 145.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 167 | 0.48 | 0 | 0.02 | 0.33 | 177.78 | 0.32 | 0.51 |
| Hex | 59 | AA | A7 | 30 | 0 | 2 | 21 | B2 | 20 | 33 |
| Octal | 131 | 252 | 247 | 60 | 0 | 2 | 41 | 262 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10100111 | 110000 | 0 | 10 | 100001 | 10110010 | 100000 | 110011 |
Color Harmonies of #59AAA7
Complementary color
Monochromatic Colors of #59AAA7
Black with #59AAA7
Text Example
Text Example
White with #59AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAA7; }
p { color: rgb(89,170,167); }
H1.HeaderClassName
{
color: #59AAA7;
}
.AnyTagClassName
{
color: #59AAA7;
}
</style>
background-color css
<style>
a { background-color: #59AAA7; }
a { background-color: rgb(89,170,167); }
div.DivClassName
{
background-color: #59AAA7;
}
.BgClassName
{
background-color: #59AAA7;
}
</style>
border-color css
<style>
span { border-color: #59AAA7; }
span { border-color: rgb(89,170,167); }
td.TdClassName
{
border-color: #59AAA7;
}
.TagClassName
{
border-color: #59AAA7;
}
</style>