Shades of Emerald #59C080
Tints of Emerald #59C080
RGB
CMYK
RGB Variations
Color information
#59C080 (or 0x59C080) is known color: Emerald. HEX triplet: 59, C0 and 80. RGB value is (89,192,128). Sum of RGB (Red+Green+Blue) = 89+192+128=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #59C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C080 is #A63F7F. Grayscale: #9A9A9A. Windows color (decimal): -10895232 or 8437849. OLE color: 8437849.
HSL color Cylindrical-coordinate representation of color #59C080: hue angle of 142.72º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C080 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 128 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.25 |
| HSL | 142.72º | 0.45% | 0.55% | - |
| HSV(B) | 142.72º | 0.54% | 0.75% | - |
| XYZ | 26.87 | 41.38 | 26.99 | - |
| YUV | 153.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 128 | 0.54 | 0 | 0.33 | 0.25 | 142.72 | 0.45 | 0.55 |
| Hex | 59 | C0 | 80 | 36 | 0 | 21 | 19 | 8F | 2D | 37 |
| Octal | 131 | 300 | 200 | 66 | 0 | 41 | 31 | 217 | 55 | 67 |
| Binary | 1011001 | 11000000 | 10000000 | 110110 | 0 | 100001 | 11001 | 10001111 | 101101 | 110111 |
Color Harmonies of #59C080
Complementary color
Monochromatic Colors of #59C080
Black with #59C080
Text Example
Text Example
White with #59C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C080; }
p { color: rgb(89,192,128); }
H1.HeaderClassName
{
color: #59C080;
}
.AnyTagClassName
{
color: #59C080;
}
</style>
background-color css
<style>
a { background-color: #59C080; }
a { background-color: rgb(89,192,128); }
div.DivClassName
{
background-color: #59C080;
}
.BgClassName
{
background-color: #59C080;
}
</style>
border-color css
<style>
span { border-color: #59C080; }
span { border-color: rgb(89,192,128); }
td.TdClassName
{
border-color: #59C080;
}
.TagClassName
{
border-color: #59C080;
}
</style>