Shades of Keppel #59C099
Tints of Keppel #59C099
RGB
CMYK
RGB Variations
Color information
#59C099 (or 0x59C099) is known color: Keppel. HEX triplet: 59, C0 and 99. RGB value is (89,192,153). Sum of RGB (Red+Green+Blue) = 89+192+153=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #59C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C099 is #A63F66. Grayscale: #9C9C9C. Windows color (decimal): -10895207 or 10076249. OLE color: 10076249.
HSL color Cylindrical-coordinate representation of color #59C099: hue angle of 157.28º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C099 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 153 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.25 |
| HSL | 157.28º | 0.45% | 0.55% | - |
| HSV(B) | 157.28º | 0.54% | 0.75% | - |
| XYZ | 28.72 | 42.12 | 36.75 | - |
| YUV | 156.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 153 | 0.54 | 0 | 0.20 | 0.25 | 157.28 | 0.45 | 0.55 |
| Hex | 59 | C0 | 99 | 36 | 0 | 14 | 19 | 9D | 2D | 37 |
| Octal | 131 | 300 | 231 | 66 | 0 | 24 | 31 | 235 | 55 | 67 |
| Binary | 1011001 | 11000000 | 10011001 | 110110 | 0 | 10100 | 11001 | 10011101 | 101101 | 110111 |
Color Harmonies of #59C099
Complementary color
Monochromatic Colors of #59C099
Black with #59C099
Text Example
Text Example
White with #59C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C099; }
p { color: rgb(89,192,153); }
H1.HeaderClassName
{
color: #59C099;
}
.AnyTagClassName
{
color: #59C099;
}
</style>
background-color css
<style>
a { background-color: #59C099; }
a { background-color: rgb(89,192,153); }
div.DivClassName
{
background-color: #59C099;
}
.BgClassName
{
background-color: #59C099;
}
</style>
border-color css
<style>
span { border-color: #59C099; }
span { border-color: rgb(89,192,153); }
td.TdClassName
{
border-color: #59C099;
}
.TagClassName
{
border-color: #59C099;
}
</style>