Shades of Keppel #59BB93
Tints of Keppel #59BB93
RGB
CMYK
RGB Variations
Color information
#59BB93 (or 0x59BB93) is known color: Keppel. HEX triplet: 59, BB and 93. RGB value is (89,187,147). Sum of RGB (Red+Green+Blue) = 89+187+147=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #59BB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BB93 is #A6446C. Grayscale: #999999. Windows color (decimal): -10896493 or 9681753. OLE color: 9681753.
HSL color Cylindrical-coordinate representation of color #59BB93: hue angle of 155.51º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BB93 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 187 | 147 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.27 |
| HSL | 155.51º | 0.42% | 0.54% | - |
| HSV(B) | 155.51º | 0.52% | 0.73% | - |
| XYZ | 27.16 | 39.77 | 33.85 | - |
| YUV | 153.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 147 | 0.52 | 0 | 0.21 | 0.27 | 155.51 | 0.42 | 0.54 |
| Hex | 59 | BB | 93 | 34 | 0 | 15 | 1B | 9C | 2A | 36 |
| Octal | 131 | 273 | 223 | 64 | 0 | 25 | 33 | 234 | 52 | 66 |
| Binary | 1011001 | 10111011 | 10010011 | 110100 | 0 | 10101 | 11011 | 10011100 | 101010 | 110110 |
Color Harmonies of #59BB93
Complementary color
Monochromatic Colors of #59BB93
Black with #59BB93
Text Example
Text Example
White with #59BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BB93; }
p { color: rgb(89,187,147); }
H1.HeaderClassName
{
color: #59BB93;
}
.AnyTagClassName
{
color: #59BB93;
}
</style>
background-color css
<style>
a { background-color: #59BB93; }
a { background-color: rgb(89,187,147); }
div.DivClassName
{
background-color: #59BB93;
}
.BgClassName
{
background-color: #59BB93;
}
</style>
border-color css
<style>
span { border-color: #59BB93; }
span { border-color: rgb(89,187,147); }
td.TdClassName
{
border-color: #59BB93;
}
.TagClassName
{
border-color: #59BB93;
}
</style>