Shades of Emerald #59C686
Tints of Emerald #59C686
RGB
CMYK
RGB Variations
Color information
#59C686 (or 0x59C686) is known color: Emerald. HEX triplet: 59, C6 and 86. RGB value is (89,198,134). Sum of RGB (Red+Green+Blue) = 89+198+134=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #59C686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C686 is #A63979. Grayscale: #9E9E9E. Windows color (decimal): -10893690 or 8832601. OLE color: 8832601.
HSL color Cylindrical-coordinate representation of color #59C686: hue angle of 144.77º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C686 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 198 | 134 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.22 |
| HSL | 144.77º | 0.49% | 0.56% | - |
| HSV(B) | 144.77º | 0.55% | 0.78% | - |
| XYZ | 28.62 | 44.23 | 29.58 | - |
| YUV | 158.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 198 | 134 | 0.55 | 0 | 0.32 | 0.22 | 144.77 | 0.49 | 0.56 |
| Hex | 59 | C6 | 86 | 37 | 0 | 20 | 16 | 91 | 31 | 38 |
| Octal | 131 | 306 | 206 | 67 | 0 | 40 | 26 | 221 | 61 | 70 |
| Binary | 1011001 | 11000110 | 10000110 | 110111 | 0 | 100000 | 10110 | 10010001 | 110001 | 111000 |
Color Harmonies of #59C686
Complementary color
Monochromatic Colors of #59C686
Black with #59C686
Text Example
Text Example
White with #59C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C686; }
p { color: rgb(89,198,134); }
H1.HeaderClassName
{
color: #59C686;
}
.AnyTagClassName
{
color: #59C686;
}
</style>
background-color css
<style>
a { background-color: #59C686; }
a { background-color: rgb(89,198,134); }
div.DivClassName
{
background-color: #59C686;
}
.BgClassName
{
background-color: #59C686;
}
</style>
border-color css
<style>
span { border-color: #59C686; }
span { border-color: rgb(89,198,134); }
td.TdClassName
{
border-color: #59C686;
}
.TagClassName
{
border-color: #59C686;
}
</style>