Shades of Keppel #59C098
Tints of Keppel #59C098
RGB
CMYK
RGB Variations
Color information
#59C098 (or 0x59C098) is known color: Keppel. HEX triplet: 59, C0 and 98. RGB value is (89,192,152). Sum of RGB (Red+Green+Blue) = 89+192+152=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #59C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C098 is #A63F67. Grayscale: #9C9C9C. Windows color (decimal): -10895208 or 10010713. OLE color: 10010713.
HSL color Cylindrical-coordinate representation of color #59C098: hue angle of 156.7º 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 #59C098 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 152 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.25 |
| HSL | 156.7º | 0.45% | 0.55% | - |
| HSV(B) | 156.7º | 0.54% | 0.75% | - |
| XYZ | 28.64 | 42.09 | 36.32 | - |
| YUV | 156.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 152 | 0.54 | 0 | 0.21 | 0.25 | 156.7 | 0.45 | 0.55 |
| Hex | 59 | C0 | 98 | 36 | 0 | 15 | 19 | 9D | 2D | 37 |
| Octal | 131 | 300 | 230 | 66 | 0 | 25 | 31 | 235 | 55 | 67 |
| Binary | 1011001 | 11000000 | 10011000 | 110110 | 0 | 10101 | 11001 | 10011101 | 101101 | 110111 |
Color Harmonies of #59C098
Complementary color
Monochromatic Colors of #59C098
Black with #59C098
Text Example
Text Example
White with #59C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C098; }
p { color: rgb(89,192,152); }
H1.HeaderClassName
{
color: #59C098;
}
.AnyTagClassName
{
color: #59C098;
}
</style>
background-color css
<style>
a { background-color: #59C098; }
a { background-color: rgb(89,192,152); }
div.DivClassName
{
background-color: #59C098;
}
.BgClassName
{
background-color: #59C098;
}
</style>
border-color css
<style>
span { border-color: #59C098; }
span { border-color: rgb(89,192,152); }
td.TdClassName
{
border-color: #59C098;
}
.TagClassName
{
border-color: #59C098;
}
</style>