Shades of Keppel #59BA94
Tints of Keppel #59BA94
RGB
CMYK
RGB Variations
Color information
#59BA94 (or 0x59BA94) is known color: Keppel. HEX triplet: 59, BA and 94. RGB value is (89,186,148). Sum of RGB (Red+Green+Blue) = 89+186+148=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA94 is #A6456B. Grayscale: #989898. Windows color (decimal): -10896748 or 9747033. OLE color: 9747033.
HSL color Cylindrical-coordinate representation of color #59BA94: hue angle of 156.49º 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 #59BA94 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 148 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.27 |
| HSL | 156.49º | 0.41% | 0.54% | - |
| HSV(B) | 156.49º | 0.52% | 0.73% | - |
| XYZ | 27.02 | 39.38 | 34.19 | - |
| YUV | 152.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 148 | 0.52 | 0 | 0.20 | 0.27 | 156.49 | 0.41 | 0.54 |
| Hex | 59 | BA | 94 | 34 | 0 | 14 | 1B | 9C | 29 | 36 |
| Octal | 131 | 272 | 224 | 64 | 0 | 24 | 33 | 234 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10010100 | 110100 | 0 | 10100 | 11011 | 10011100 | 101001 | 110110 |
Color Harmonies of #59BA94
Complementary color
Monochromatic Colors of #59BA94
Black with #59BA94
Text Example
Text Example
White with #59BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA94; }
p { color: rgb(89,186,148); }
H1.HeaderClassName
{
color: #59BA94;
}
.AnyTagClassName
{
color: #59BA94;
}
</style>
background-color css
<style>
a { background-color: #59BA94; }
a { background-color: rgb(89,186,148); }
div.DivClassName
{
background-color: #59BA94;
}
.BgClassName
{
background-color: #59BA94;
}
</style>
border-color css
<style>
span { border-color: #59BA94; }
span { border-color: rgb(89,186,148); }
td.TdClassName
{
border-color: #59BA94;
}
.TagClassName
{
border-color: #59BA94;
}
</style>