Shades of Emerald #5EBA7E
Tints of Emerald #5EBA7E
RGB
CMYK
RGB Variations
Color information
#5EBA7E (or 0x5EBA7E) is known color: Emerald. HEX triplet: 5E, BA and 7E. RGB value is (94,186,126). Sum of RGB (Red+Green+Blue) = 94+186+126=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA7E is #A14581. Grayscale: #979797. Windows color (decimal): -10569090 or 8305246. OLE color: 8305246.
HSL color Cylindrical-coordinate representation of color #5EBA7E: hue angle of 140.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA7E is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 126 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.27 |
| HSL | 140.87º | 0.4% | 0.55% | - |
| HSV(B) | 140.87º | 0.49% | 0.73% | - |
| XYZ | 25.94 | 39 | 25.9 | - |
| YUV | 151.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 126 | 0.49 | 0 | 0.32 | 0.27 | 140.87 | 0.4 | 0.55 |
| Hex | 5E | BA | 7E | 31 | 0 | 20 | 1B | 8D | 28 | 37 |
| Octal | 136 | 272 | 176 | 61 | 0 | 40 | 33 | 215 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1111110 | 110001 | 0 | 100000 | 11011 | 10001101 | 101000 | 110111 |
Color Harmonies of #5EBA7E
Complementary color
Monochromatic Colors of #5EBA7E
Black with #5EBA7E
Text Example
Text Example
White with #5EBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA7E; }
p { color: rgb(94,186,126); }
H1.HeaderClassName
{
color: #5EBA7E;
}
.AnyTagClassName
{
color: #5EBA7E;
}
</style>
background-color css
<style>
a { background-color: #5EBA7E; }
a { background-color: rgb(94,186,126); }
div.DivClassName
{
background-color: #5EBA7E;
}
.BgClassName
{
background-color: #5EBA7E;
}
</style>
border-color css
<style>
span { border-color: #5EBA7E; }
span { border-color: rgb(94,186,126); }
td.TdClassName
{
border-color: #5EBA7E;
}
.TagClassName
{
border-color: #5EBA7E;
}
</style>