Shades of Emerald #5EBA7A
Tints of Emerald #5EBA7A
RGB
CMYK
RGB Variations
Color information
#5EBA7A (or 0x5EBA7A) is known color: Emerald. HEX triplet: 5E, BA and 7A. RGB value is (94,186,122). Sum of RGB (Red+Green+Blue) = 94+186+122=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA7A is #A14585. Grayscale: #979797. Windows color (decimal): -10569094 or 8043102. OLE color: 8043102.
HSL color Cylindrical-coordinate representation of color #5EBA7A: hue angle of 138.26º 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 #5EBA7A is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 122 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.27 |
| HSL | 138.26º | 0.4% | 0.55% | - |
| HSV(B) | 138.26º | 0.49% | 0.73% | - |
| XYZ | 25.69 | 38.9 | 24.57 | - |
| YUV | 151.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 122 | 0.49 | 0 | 0.34 | 0.27 | 138.26 | 0.4 | 0.55 |
| Hex | 5E | BA | 7A | 31 | 0 | 22 | 1B | 8A | 28 | 37 |
| Octal | 136 | 272 | 172 | 61 | 0 | 42 | 33 | 212 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1111010 | 110001 | 0 | 100010 | 11011 | 10001010 | 101000 | 110111 |
Color Harmonies of #5EBA7A
Complementary color
Monochromatic Colors of #5EBA7A
Black with #5EBA7A
Text Example
Text Example
White with #5EBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA7A; }
p { color: rgb(94,186,122); }
H1.HeaderClassName
{
color: #5EBA7A;
}
.AnyTagClassName
{
color: #5EBA7A;
}
</style>
background-color css
<style>
a { background-color: #5EBA7A; }
a { background-color: rgb(94,186,122); }
div.DivClassName
{
background-color: #5EBA7A;
}
.BgClassName
{
background-color: #5EBA7A;
}
</style>
border-color css
<style>
span { border-color: #5EBA7A; }
span { border-color: rgb(94,186,122); }
td.TdClassName
{
border-color: #5EBA7A;
}
.TagClassName
{
border-color: #5EBA7A;
}
</style>