Shades of Emerald #59C180
Tints of Emerald #59C180
RGB
CMYK
RGB Variations
Color information
#59C180 (or 0x59C180) is known color: Emerald. HEX triplet: 59, C1 and 80. RGB value is (89,193,128). Sum of RGB (Red+Green+Blue) = 89+193+128=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #59C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C180 is #A63E7F. Grayscale: #9A9A9A. Windows color (decimal): -10894976 or 8438105. OLE color: 8438105.
HSL color Cylindrical-coordinate representation of color #59C180: hue angle of 142.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C180 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 128 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.24 |
| HSL | 142.5º | 0.46% | 0.55% | - |
| HSV(B) | 142.5º | 0.54% | 0.76% | - |
| XYZ | 27.09 | 41.82 | 27.07 | - |
| YUV | 154.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 128 | 0.54 | 0 | 0.34 | 0.24 | 142.5 | 0.46 | 0.55 |
| Hex | 59 | C1 | 80 | 36 | 0 | 22 | 18 | 8E | 2E | 37 |
| Octal | 131 | 301 | 200 | 66 | 0 | 42 | 30 | 216 | 56 | 67 |
| Binary | 1011001 | 11000001 | 10000000 | 110110 | 0 | 100010 | 11000 | 10001110 | 101110 | 110111 |
Color Harmonies of #59C180
Complementary color
Monochromatic Colors of #59C180
Black with #59C180
Text Example
Text Example
White with #59C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C180; }
p { color: rgb(89,193,128); }
H1.HeaderClassName
{
color: #59C180;
}
.AnyTagClassName
{
color: #59C180;
}
</style>
background-color css
<style>
a { background-color: #59C180; }
a { background-color: rgb(89,193,128); }
div.DivClassName
{
background-color: #59C180;
}
.BgClassName
{
background-color: #59C180;
}
</style>
border-color css
<style>
span { border-color: #59C180; }
span { border-color: rgb(89,193,128); }
td.TdClassName
{
border-color: #59C180;
}
.TagClassName
{
border-color: #59C180;
}
</style>