Shades of Emerald #59BC7F
Tints of Emerald #59BC7F
RGB
CMYK
RGB Variations
Color information
#59BC7F (or 0x59BC7F) is known color: Emerald. HEX triplet: 59, BC and 7F. RGB value is (89,188,127). Sum of RGB (Red+Green+Blue) = 89+188+127=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59BC7F is #A64380. Grayscale: #979797. Windows color (decimal): -10896257 or 8371289. OLE color: 8371289.
HSL color Cylindrical-coordinate representation of color #59BC7F: hue angle of 143.03º 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 #59BC7F is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 127 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.26 |
| HSL | 143.03º | 0.42% | 0.54% | - |
| HSV(B) | 143.03º | 0.53% | 0.74% | - |
| XYZ | 25.93 | 39.62 | 26.36 | - |
| YUV | 151.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 127 | 0.53 | 0 | 0.32 | 0.26 | 143.03 | 0.42 | 0.54 |
| Hex | 59 | BC | 7F | 35 | 0 | 20 | 1A | 8F | 2A | 36 |
| Octal | 131 | 274 | 177 | 65 | 0 | 40 | 32 | 217 | 52 | 66 |
| Binary | 1011001 | 10111100 | 1111111 | 110101 | 0 | 100000 | 11010 | 10001111 | 101010 | 110110 |
Color Harmonies of #59BC7F
Complementary color
Monochromatic Colors of #59BC7F
Black with #59BC7F
Text Example
Text Example
White with #59BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC7F; }
p { color: rgb(89,188,127); }
H1.HeaderClassName
{
color: #59BC7F;
}
.AnyTagClassName
{
color: #59BC7F;
}
</style>
background-color css
<style>
a { background-color: #59BC7F; }
a { background-color: rgb(89,188,127); }
div.DivClassName
{
background-color: #59BC7F;
}
.BgClassName
{
background-color: #59BC7F;
}
</style>
border-color css
<style>
span { border-color: #59BC7F; }
span { border-color: rgb(89,188,127); }
td.TdClassName
{
border-color: #59BC7F;
}
.TagClassName
{
border-color: #59BC7F;
}
</style>