Shades of Emerald #59BC80
Tints of Emerald #59BC80
RGB
CMYK
RGB Variations
Color information
#59BC80 (or 0x59BC80) is known color: Emerald. HEX triplet: 59, BC and 80. RGB value is (89,188,128). Sum of RGB (Red+Green+Blue) = 89+188+128=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC80 is #A6437F. Grayscale: #979797. Windows color (decimal): -10896256 or 8436825. OLE color: 8436825.
HSL color Cylindrical-coordinate representation of color #59BC80: hue angle of 143.64º 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 #59BC80 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 128 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.26 |
| HSL | 143.64º | 0.42% | 0.54% | - |
| HSV(B) | 143.64º | 0.53% | 0.74% | - |
| XYZ | 26 | 39.65 | 26.7 | - |
| YUV | 151.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 128 | 0.53 | 0 | 0.32 | 0.26 | 143.64 | 0.42 | 0.54 |
| Hex | 59 | BC | 80 | 35 | 0 | 20 | 1A | 90 | 2A | 36 |
| Octal | 131 | 274 | 200 | 65 | 0 | 40 | 32 | 220 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10000000 | 110101 | 0 | 100000 | 11010 | 10010000 | 101010 | 110110 |
Color Harmonies of #59BC80
Complementary color
Monochromatic Colors of #59BC80
Black with #59BC80
Text Example
Text Example
White with #59BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC80; }
p { color: rgb(89,188,128); }
H1.HeaderClassName
{
color: #59BC80;
}
.AnyTagClassName
{
color: #59BC80;
}
</style>
background-color css
<style>
a { background-color: #59BC80; }
a { background-color: rgb(89,188,128); }
div.DivClassName
{
background-color: #59BC80;
}
.BgClassName
{
background-color: #59BC80;
}
</style>
border-color css
<style>
span { border-color: #59BC80; }
span { border-color: rgb(89,188,128); }
td.TdClassName
{
border-color: #59BC80;
}
.TagClassName
{
border-color: #59BC80;
}
</style>