Shades of Keppel #59C29B
Tints of Keppel #59C29B
RGB
CMYK
RGB Variations
Color information
#59C29B (or 0x59C29B) is known color: Keppel. HEX triplet: 59, C2 and 9B. RGB value is (89,194,155). Sum of RGB (Red+Green+Blue) = 89+194+155=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #59C29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C29B is #A63D64. Grayscale: #9E9E9E. Windows color (decimal): -10894693 or 10207833. OLE color: 10207833.
HSL color Cylindrical-coordinate representation of color #59C29B: hue angle of 157.71º 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 #59C29B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 155 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.24 |
| HSL | 157.71º | 0.46% | 0.55% | - |
| HSV(B) | 157.71º | 0.54% | 0.76% | - |
| XYZ | 29.33 | 43.07 | 37.78 | - |
| YUV | 158.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 155 | 0.54 | 0 | 0.20 | 0.24 | 157.71 | 0.46 | 0.55 |
| Hex | 59 | C2 | 9B | 36 | 0 | 14 | 18 | 9E | 2E | 37 |
| Octal | 131 | 302 | 233 | 66 | 0 | 24 | 30 | 236 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10011011 | 110110 | 0 | 10100 | 11000 | 10011110 | 101110 | 110111 |
Color Harmonies of #59C29B
Complementary color
Monochromatic Colors of #59C29B
Black with #59C29B
Text Example
Text Example
White with #59C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C29B; }
p { color: rgb(89,194,155); }
H1.HeaderClassName
{
color: #59C29B;
}
.AnyTagClassName
{
color: #59C29B;
}
</style>
background-color css
<style>
a { background-color: #59C29B; }
a { background-color: rgb(89,194,155); }
div.DivClassName
{
background-color: #59C29B;
}
.BgClassName
{
background-color: #59C29B;
}
</style>
border-color css
<style>
span { border-color: #59C29B; }
span { border-color: rgb(89,194,155); }
td.TdClassName
{
border-color: #59C29B;
}
.TagClassName
{
border-color: #59C29B;
}
</style>