Shades of Emerald #59BA7B
Tints of Emerald #59BA7B
RGB
CMYK
RGB Variations
Color information
#59BA7B (or 0x59BA7B) is known color: Emerald. HEX triplet: 59, BA and 7B. RGB value is (89,186,123). Sum of RGB (Red+Green+Blue) = 89+186+123=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59BA7B is #A64584. Grayscale: #959595. Windows color (decimal): -10896773 or 8108633. OLE color: 8108633.
HSL color Cylindrical-coordinate representation of color #59BA7B: hue angle of 141.03º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BA7B is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 123 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.27 |
| HSL | 141.03º | 0.41% | 0.54% | - |
| HSV(B) | 141.03º | 0.52% | 0.73% | - |
| XYZ | 25.25 | 38.67 | 24.87 | - |
| YUV | 149.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 123 | 0.52 | 0 | 0.34 | 0.27 | 141.03 | 0.41 | 0.54 |
| Hex | 59 | BA | 7B | 34 | 0 | 22 | 1B | 8D | 29 | 36 |
| Octal | 131 | 272 | 173 | 64 | 0 | 42 | 33 | 215 | 51 | 66 |
| Binary | 1011001 | 10111010 | 1111011 | 110100 | 0 | 100010 | 11011 | 10001101 | 101001 | 110110 |
Color Harmonies of #59BA7B
Complementary color
Monochromatic Colors of #59BA7B
Black with #59BA7B
Text Example
Text Example
White with #59BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA7B; }
p { color: rgb(89,186,123); }
H1.HeaderClassName
{
color: #59BA7B;
}
.AnyTagClassName
{
color: #59BA7B;
}
</style>
background-color css
<style>
a { background-color: #59BA7B; }
a { background-color: rgb(89,186,123); }
div.DivClassName
{
background-color: #59BA7B;
}
.BgClassName
{
background-color: #59BA7B;
}
</style>
border-color css
<style>
span { border-color: #59BA7B; }
span { border-color: rgb(89,186,123); }
td.TdClassName
{
border-color: #59BA7B;
}
.TagClassName
{
border-color: #59BA7B;
}
</style>