Shades of Keppel #59BA93
Tints of Keppel #59BA93
RGB
CMYK
RGB Variations
Color information
#59BA93 (or 0x59BA93) is known color: Keppel. HEX triplet: 59, BA and 93. RGB value is (89,186,147). Sum of RGB (Red+Green+Blue) = 89+186+147=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA93 is #A6456C. Grayscale: #989898. Windows color (decimal): -10896749 or 9681497. OLE color: 9681497.
HSL color Cylindrical-coordinate representation of color #59BA93: hue angle of 155.88º degrees, saturation: 0.41, 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 #59BA93 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 147 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.27 |
| HSL | 155.88º | 0.41% | 0.54% | - |
| HSV(B) | 155.88º | 0.52% | 0.73% | - |
| XYZ | 26.95 | 39.35 | 33.78 | - |
| YUV | 152.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 147 | 0.52 | 0 | 0.21 | 0.27 | 155.88 | 0.41 | 0.54 |
| Hex | 59 | BA | 93 | 34 | 0 | 15 | 1B | 9C | 29 | 36 |
| Octal | 131 | 272 | 223 | 64 | 0 | 25 | 33 | 234 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10010011 | 110100 | 0 | 10101 | 11011 | 10011100 | 101001 | 110110 |
Color Harmonies of #59BA93
Complementary color
Monochromatic Colors of #59BA93
Black with #59BA93
Text Example
Text Example
White with #59BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA93; }
p { color: rgb(89,186,147); }
H1.HeaderClassName
{
color: #59BA93;
}
.AnyTagClassName
{
color: #59BA93;
}
</style>
background-color css
<style>
a { background-color: #59BA93; }
a { background-color: rgb(89,186,147); }
div.DivClassName
{
background-color: #59BA93;
}
.BgClassName
{
background-color: #59BA93;
}
</style>
border-color css
<style>
span { border-color: #59BA93; }
span { border-color: rgb(89,186,147); }
td.TdClassName
{
border-color: #59BA93;
}
.TagClassName
{
border-color: #59BA93;
}
</style>