Shades of Medium Sea Green #2EBA5E
Tints of Medium Sea Green #2EBA5E
RGB
CMYK
RGB Variations
Color information
#2EBA5E (or 0x2EBA5E) is known color: Medium Sea Green. HEX triplet: 2E, BA and 5E. RGB value is (46,186,94). Sum of RGB (Red+Green+Blue) = 46+186+94=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA5E is #D145A1. Grayscale: #858585. Windows color (decimal): -13714850 or 6208046. OLE color: 6208046.
HSL color Cylindrical-coordinate representation of color #2EBA5E: hue angle of 140.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA5E is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 94 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.27 |
| HSL | 140.57º | 0.6% | 0.45% | - |
| HSV(B) | 140.57º | 0.75% | 0.73% | - |
| XYZ | 20.71 | 36.51 | 16.54 | - |
| YUV | 133.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 94 | 0.75 | 0 | 0.49 | 0.27 | 140.57 | 0.6 | 0.45 |
| Hex | 2E | BA | 5E | 4B | 0 | 31 | 1B | 8D | 3C | 2D |
| Octal | 56 | 272 | 136 | 113 | 0 | 61 | 33 | 215 | 74 | 55 |
| Binary | 101110 | 10111010 | 1011110 | 1001011 | 0 | 110001 | 11011 | 10001101 | 111100 | 101101 |
Color Harmonies of #2EBA5E
Complementary color
Monochromatic Colors of #2EBA5E
Black with #2EBA5E
Text Example
Text Example
White with #2EBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA5E; }
p { color: rgb(46,186,94); }
H1.HeaderClassName
{
color: #2EBA5E;
}
.AnyTagClassName
{
color: #2EBA5E;
}
</style>
background-color css
<style>
a { background-color: #2EBA5E; }
a { background-color: rgb(46,186,94); }
div.DivClassName
{
background-color: #2EBA5E;
}
.BgClassName
{
background-color: #2EBA5E;
}
</style>
border-color css
<style>
span { border-color: #2EBA5E; }
span { border-color: rgb(46,186,94); }
td.TdClassName
{
border-color: #2EBA5E;
}
.TagClassName
{
border-color: #2EBA5E;
}
</style>