Shades of Keppel #59A799
Tints of Keppel #59A799
RGB
CMYK
RGB Variations
Color information
#59A799 (or 0x59A799) is known color: Keppel. HEX triplet: 59, A7 and 99. RGB value is (89,167,153). Sum of RGB (Red+Green+Blue) = 89+167+153=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #59A799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A799 is #A65866. Grayscale: #8E8E8E. Windows color (decimal): -10901607 or 10069849. OLE color: 10069849.
HSL color Cylindrical-coordinate representation of color #59A799: hue angle of 169.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A799 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 167 | 153 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.35 |
| HSL | 169.23º | 0.31% | 0.5% | - |
| HSV(B) | 169.23º | 0.47% | 0.65% | - |
| XYZ | 23.69 | 32.06 | 35.08 | - |
| YUV | 142.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 167 | 153 | 0.47 | 0 | 0.08 | 0.35 | 169.23 | 0.31 | 0.5 |
| Hex | 59 | A7 | 99 | 2F | 0 | 8 | 23 | A9 | 1F | 32 |
| Octal | 131 | 247 | 231 | 57 | 0 | 10 | 43 | 251 | 37 | 62 |
| Binary | 1011001 | 10100111 | 10011001 | 101111 | 0 | 1000 | 100011 | 10101001 | 11111 | 110010 |
Color Harmonies of #59A799
Complementary color
Monochromatic Colors of #59A799
Black with #59A799
Text Example
Text Example
White with #59A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A799; }
p { color: rgb(89,167,153); }
H1.HeaderClassName
{
color: #59A799;
}
.AnyTagClassName
{
color: #59A799;
}
</style>
background-color css
<style>
a { background-color: #59A799; }
a { background-color: rgb(89,167,153); }
div.DivClassName
{
background-color: #59A799;
}
.BgClassName
{
background-color: #59A799;
}
</style>
border-color css
<style>
span { border-color: #59A799; }
span { border-color: rgb(89,167,153); }
td.TdClassName
{
border-color: #59A799;
}
.TagClassName
{
border-color: #59A799;
}
</style>