Shades of Keppel #59AA9A
Tints of Keppel #59AA9A
RGB
CMYK
RGB Variations
Color information
#59AA9A (or 0x59AA9A) is known color: Keppel. HEX triplet: 59, AA and 9A. RGB value is (89,170,154). Sum of RGB (Red+Green+Blue) = 89+170+154=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA9A is #A65565. Grayscale: #8F8F8F. Windows color (decimal): -10900838 or 10136153. OLE color: 10136153.
HSL color Cylindrical-coordinate representation of color #59AA9A: hue angle of 168.15º 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 #59AA9A is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 154 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.33 |
| HSL | 168.15º | 0.32% | 0.51% | - |
| HSV(B) | 168.15º | 0.48% | 0.67% | - |
| XYZ | 24.33 | 33.21 | 35.7 | - |
| YUV | 143.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 154 | 0.48 | 0 | 0.09 | 0.33 | 168.15 | 0.32 | 0.51 |
| Hex | 59 | AA | 9A | 30 | 0 | 9 | 21 | A8 | 20 | 33 |
| Octal | 131 | 252 | 232 | 60 | 0 | 11 | 41 | 250 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10011010 | 110000 | 0 | 1001 | 100001 | 10101000 | 100000 | 110011 |
Color Harmonies of #59AA9A
Complementary color
Monochromatic Colors of #59AA9A
Black with #59AA9A
Text Example
Text Example
White with #59AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AA9A; }
p { color: rgb(89,170,154); }
H1.HeaderClassName
{
color: #59AA9A;
}
.AnyTagClassName
{
color: #59AA9A;
}
</style>
background-color css
<style>
a { background-color: #59AA9A; }
a { background-color: rgb(89,170,154); }
div.DivClassName
{
background-color: #59AA9A;
}
.BgClassName
{
background-color: #59AA9A;
}
</style>
border-color css
<style>
span { border-color: #59AA9A; }
span { border-color: rgb(89,170,154); }
td.TdClassName
{
border-color: #59AA9A;
}
.TagClassName
{
border-color: #59AA9A;
}
</style>