Shades of Keppel #59A997
Tints of Keppel #59A997
RGB
CMYK
RGB Variations
Color information
#59A997 (or 0x59A997) is known color: Keppel. HEX triplet: 59, A9 and 97. RGB value is (89,169,151). Sum of RGB (Red+Green+Blue) = 89+169+151=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #59A997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A997 is #A65668. Grayscale: #8F8F8F. Windows color (decimal): -10901097 or 9939289. OLE color: 9939289.
HSL color Cylindrical-coordinate representation of color #59A997: hue angle of 166.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A997 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 169 | 151 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.34 |
| HSL | 166.5º | 0.32% | 0.51% | - |
| HSV(B) | 166.5º | 0.47% | 0.66% | - |
| XYZ | 23.89 | 32.73 | 34.34 | - |
| YUV | 143.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 151 | 0.47 | 0 | 0.11 | 0.34 | 166.5 | 0.32 | 0.51 |
| Hex | 59 | A9 | 97 | 2F | 0 | B | 22 | A6 | 20 | 33 |
| Octal | 131 | 251 | 227 | 57 | 0 | 13 | 42 | 246 | 40 | 63 |
| Binary | 1011001 | 10101001 | 10010111 | 101111 | 0 | 1011 | 100010 | 10100110 | 100000 | 110011 |
Color Harmonies of #59A997
Complementary color
Monochromatic Colors of #59A997
Black with #59A997
Text Example
Text Example
White with #59A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A997; }
p { color: rgb(89,169,151); }
H1.HeaderClassName
{
color: #59A997;
}
.AnyTagClassName
{
color: #59A997;
}
</style>
background-color css
<style>
a { background-color: #59A997; }
a { background-color: rgb(89,169,151); }
div.DivClassName
{
background-color: #59A997;
}
.BgClassName
{
background-color: #59A997;
}
</style>
border-color css
<style>
span { border-color: #59A997; }
span { border-color: rgb(89,169,151); }
td.TdClassName
{
border-color: #59A997;
}
.TagClassName
{
border-color: #59A997;
}
</style>