Shades of Keppel #59C296
Tints of Keppel #59C296
RGB
CMYK
RGB Variations
Color information
#59C296 (or 0x59C296) is known color: Keppel. HEX triplet: 59, C2 and 96. RGB value is (89,194,150). Sum of RGB (Red+Green+Blue) = 89+194+150=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #59C296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C296 is #A63D69. Grayscale: #9D9D9D. Windows color (decimal): -10894698 or 9880153. OLE color: 9880153.
HSL color Cylindrical-coordinate representation of color #59C296: hue angle of 154.86º 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 #59C296 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 150 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.24 |
| HSL | 154.86º | 0.46% | 0.55% | - |
| HSV(B) | 154.86º | 0.54% | 0.76% | - |
| XYZ | 28.92 | 42.91 | 35.61 | - |
| YUV | 157.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 150 | 0.54 | 0 | 0.23 | 0.24 | 154.86 | 0.46 | 0.55 |
| Hex | 59 | C2 | 96 | 36 | 0 | 17 | 18 | 9B | 2E | 37 |
| Octal | 131 | 302 | 226 | 66 | 0 | 27 | 30 | 233 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10010110 | 110110 | 0 | 10111 | 11000 | 10011011 | 101110 | 110111 |
Color Harmonies of #59C296
Complementary color
Monochromatic Colors of #59C296
Black with #59C296
Text Example
Text Example
White with #59C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C296; }
p { color: rgb(89,194,150); }
H1.HeaderClassName
{
color: #59C296;
}
.AnyTagClassName
{
color: #59C296;
}
</style>
background-color css
<style>
a { background-color: #59C296; }
a { background-color: rgb(89,194,150); }
div.DivClassName
{
background-color: #59C296;
}
.BgClassName
{
background-color: #59C296;
}
</style>
border-color css
<style>
span { border-color: #59C296; }
span { border-color: rgb(89,194,150); }
td.TdClassName
{
border-color: #59C296;
}
.TagClassName
{
border-color: #59C296;
}
</style>