Shades of Keppel #59C198
Tints of Keppel #59C198
RGB
CMYK
RGB Variations
Color information
#59C198 (or 0x59C198) is known color: Keppel. HEX triplet: 59, C1 and 98. RGB value is (89,193,152). Sum of RGB (Red+Green+Blue) = 89+193+152=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #59C198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C198 is #A63E67. Grayscale: #9D9D9D. Windows color (decimal): -10894952 or 10010969. OLE color: 10010969.
HSL color Cylindrical-coordinate representation of color #59C198: hue angle of 156.35º 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 #59C198 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 152 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.24 |
| HSL | 156.35º | 0.46% | 0.55% | - |
| HSV(B) | 156.35º | 0.54% | 0.76% | - |
| XYZ | 28.86 | 42.53 | 36.39 | - |
| YUV | 157.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 152 | 0.54 | 0 | 0.21 | 0.24 | 156.35 | 0.46 | 0.55 |
| Hex | 59 | C1 | 98 | 36 | 0 | 15 | 18 | 9C | 2E | 37 |
| Octal | 131 | 301 | 230 | 66 | 0 | 25 | 30 | 234 | 56 | 67 |
| Binary | 1011001 | 11000001 | 10011000 | 110110 | 0 | 10101 | 11000 | 10011100 | 101110 | 110111 |
Color Harmonies of #59C198
Complementary color
Monochromatic Colors of #59C198
Black with #59C198
Text Example
Text Example
White with #59C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C198; }
p { color: rgb(89,193,152); }
H1.HeaderClassName
{
color: #59C198;
}
.AnyTagClassName
{
color: #59C198;
}
</style>
background-color css
<style>
a { background-color: #59C198; }
a { background-color: rgb(89,193,152); }
div.DivClassName
{
background-color: #59C198;
}
.BgClassName
{
background-color: #59C198;
}
</style>
border-color css
<style>
span { border-color: #59C198; }
span { border-color: rgb(89,193,152); }
td.TdClassName
{
border-color: #59C198;
}
.TagClassName
{
border-color: #59C198;
}
</style>