Shades of Cadet Blue #59AAA6
Tints of Cadet Blue #59AAA6
RGB
CMYK
RGB Variations
Color information
#59AAA6 (or 0x59AAA6) is known color: Cadet Blue. HEX triplet: 59, AA and A6. RGB value is (89,170,166). Sum of RGB (Red+Green+Blue) = 89+170+166=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA6 is #A65559. Grayscale: #919191. Windows color (decimal): -10900826 or 10922585. OLE color: 10922585.
HSL color Cylindrical-coordinate representation of color #59AAA6: hue angle of 177.04º 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 #59AAA6 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 166 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.33 |
| HSL | 177.04º | 0.32% | 0.51% | - |
| HSV(B) | 177.04º | 0.48% | 0.67% | - |
| XYZ | 25.38 | 33.63 | 41.23 | - |
| YUV | 145.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 166 | 0.48 | 0 | 0.02 | 0.33 | 177.04 | 0.32 | 0.51 |
| Hex | 59 | AA | A6 | 30 | 0 | 2 | 21 | B1 | 20 | 33 |
| Octal | 131 | 252 | 246 | 60 | 0 | 2 | 41 | 261 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10100110 | 110000 | 0 | 10 | 100001 | 10110001 | 100000 | 110011 |
Color Harmonies of #59AAA6
Complementary color
Monochromatic Colors of #59AAA6
Black with #59AAA6
Text Example
Text Example
White with #59AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAA6; }
p { color: rgb(89,170,166); }
H1.HeaderClassName
{
color: #59AAA6;
}
.AnyTagClassName
{
color: #59AAA6;
}
</style>
background-color css
<style>
a { background-color: #59AAA6; }
a { background-color: rgb(89,170,166); }
div.DivClassName
{
background-color: #59AAA6;
}
.BgClassName
{
background-color: #59AAA6;
}
</style>
border-color css
<style>
span { border-color: #59AAA6; }
span { border-color: rgb(89,170,166); }
td.TdClassName
{
border-color: #59AAA6;
}
.TagClassName
{
border-color: #59AAA6;
}
</style>