Shades of Keppel #59B992
Tints of Keppel #59B992
RGB
CMYK
RGB Variations
Color information
#59B992 (or 0x59B992) is known color: Keppel. HEX triplet: 59, B9 and 92. RGB value is (89,185,146). Sum of RGB (Red+Green+Blue) = 89+185+146=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #59B992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B992 is #A6466D. Grayscale: #979797. Windows color (decimal): -10897006 or 9615705. OLE color: 9615705.
HSL color Cylindrical-coordinate representation of color #59B992: hue angle of 155.62º 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 #59B992 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 185 | 146 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.27 |
| HSL | 155.63º | 0.41% | 0.54% | - |
| HSV(B) | 155.63º | 0.52% | 0.73% | - |
| XYZ | 26.66 | 38.9 | 33.3 | - |
| YUV | 151.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 146 | 0.52 | 0 | 0.21 | 0.27 | 155.63 | 0.41 | 0.54 |
| Hex | 59 | B9 | 92 | 34 | 0 | 15 | 1B | 9C | 29 | 36 |
| Octal | 131 | 271 | 222 | 64 | 0 | 25 | 33 | 234 | 51 | 66 |
| Binary | 1011001 | 10111001 | 10010010 | 110100 | 0 | 10101 | 11011 | 10011100 | 101001 | 110110 |
Color Harmonies of #59B992
Complementary color
Monochromatic Colors of #59B992
Black with #59B992
Text Example
Text Example
White with #59B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B992; }
p { color: rgb(89,185,146); }
H1.HeaderClassName
{
color: #59B992;
}
.AnyTagClassName
{
color: #59B992;
}
</style>
background-color css
<style>
a { background-color: #59B992; }
a { background-color: rgb(89,185,146); }
div.DivClassName
{
background-color: #59B992;
}
.BgClassName
{
background-color: #59B992;
}
</style>
border-color css
<style>
span { border-color: #59B992; }
span { border-color: rgb(89,185,146); }
td.TdClassName
{
border-color: #59B992;
}
.TagClassName
{
border-color: #59B992;
}
</style>