Shades of Keppel #59BC99
Tints of Keppel #59BC99
RGB
CMYK
RGB Variations
Color information
#59BC99 (or 0x59BC99) is known color: Keppel. HEX triplet: 59, BC and 99. RGB value is (89,188,153). Sum of RGB (Red+Green+Blue) = 89+188+153=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC99 is #A64366. Grayscale: #9A9A9A. Windows color (decimal): -10896231 or 10075225. OLE color: 10075225.
HSL color Cylindrical-coordinate representation of color #59BC99: hue angle of 158.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BC99 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 153 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.26 |
| HSL | 158.79º | 0.42% | 0.54% | - |
| HSV(B) | 158.79º | 0.53% | 0.74% | - |
| XYZ | 27.85 | 40.39 | 36.47 | - |
| YUV | 154.41 | 127.2 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 153 | 0.53 | 0 | 0.19 | 0.26 | 158.79 | 0.42 | 0.54 |
| Hex | 59 | BC | 99 | 35 | 0 | 13 | 1A | 9F | 2A | 36 |
| Octal | 131 | 274 | 231 | 65 | 0 | 23 | 32 | 237 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10011001 | 110101 | 0 | 10011 | 11010 | 10011111 | 101010 | 110110 |
Color Harmonies of #59BC99
Complementary color
Monochromatic Colors of #59BC99
Black with #59BC99
Text Example
Text Example
White with #59BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC99; }
p { color: rgb(89,188,153); }
H1.HeaderClassName
{
color: #59BC99;
}
.AnyTagClassName
{
color: #59BC99;
}
</style>
background-color css
<style>
a { background-color: #59BC99; }
a { background-color: rgb(89,188,153); }
div.DivClassName
{
background-color: #59BC99;
}
.BgClassName
{
background-color: #59BC99;
}
</style>
border-color css
<style>
span { border-color: #59BC99; }
span { border-color: rgb(89,188,153); }
td.TdClassName
{
border-color: #59BC99;
}
.TagClassName
{
border-color: #59BC99;
}
</style>