Shades of Keppel #59C197
Tints of Keppel #59C197
RGB
CMYK
RGB Variations
Color information
#59C197 (or 0x59C197) is known color: Keppel. HEX triplet: 59, C1 and 97. RGB value is (89,193,151). Sum of RGB (Red+Green+Blue) = 89+193+151=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #59C197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C197 is #A63E68. Grayscale: #9D9D9D. Windows color (decimal): -10894953 or 9945433. OLE color: 9945433.
HSL color Cylindrical-coordinate representation of color #59C197: hue angle of 155.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C197 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 151 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.24 |
| HSL | 155.77º | 0.46% | 0.55% | - |
| HSV(B) | 155.77º | 0.54% | 0.76% | - |
| XYZ | 28.78 | 42.5 | 35.96 | - |
| YUV | 157.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 151 | 0.54 | 0 | 0.22 | 0.24 | 155.77 | 0.46 | 0.55 |
| Hex | 59 | C1 | 97 | 36 | 0 | 16 | 18 | 9C | 2E | 37 |
| Octal | 131 | 301 | 227 | 66 | 0 | 26 | 30 | 234 | 56 | 67 |
| Binary | 1011001 | 11000001 | 10010111 | 110110 | 0 | 10110 | 11000 | 10011100 | 101110 | 110111 |
Color Harmonies of #59C197
Complementary color
Monochromatic Colors of #59C197
Black with #59C197
Text Example
Text Example
White with #59C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C197; }
p { color: rgb(89,193,151); }
H1.HeaderClassName
{
color: #59C197;
}
.AnyTagClassName
{
color: #59C197;
}
</style>
background-color css
<style>
a { background-color: #59C197; }
a { background-color: rgb(89,193,151); }
div.DivClassName
{
background-color: #59C197;
}
.BgClassName
{
background-color: #59C197;
}
</style>
border-color css
<style>
span { border-color: #59C197; }
span { border-color: rgb(89,193,151); }
td.TdClassName
{
border-color: #59C197;
}
.TagClassName
{
border-color: #59C197;
}
</style>