Shades of Medium Sea Green #2EBA72
Tints of Medium Sea Green #2EBA72
RGB
CMYK
RGB Variations
Color information
#2EBA72 (or 0x2EBA72) is known color: Medium Sea Green. HEX triplet: 2E, BA and 72. RGB value is (46,186,114). Sum of RGB (Red+Green+Blue) = 46+186+114=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA72 is #D1458D. Grayscale: #888888. Windows color (decimal): -13714830 or 7518766. OLE color: 7518766.
HSL color Cylindrical-coordinate representation of color #2EBA72: hue angle of 149.14º 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 #2EBA72 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 114 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.27 |
| HSL | 149.14º | 0.6% | 0.45% | - |
| HSV(B) | 149.14º | 0.75% | 0.73% | - |
| XYZ | 21.72 | 36.91 | 21.9 | - |
| YUV | 135.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 114 | 0.75 | 0 | 0.39 | 0.27 | 149.14 | 0.6 | 0.45 |
| Hex | 2E | BA | 72 | 4B | 0 | 27 | 1B | 95 | 3C | 2D |
| Octal | 56 | 272 | 162 | 113 | 0 | 47 | 33 | 225 | 74 | 55 |
| Binary | 101110 | 10111010 | 1110010 | 1001011 | 0 | 100111 | 11011 | 10010101 | 111100 | 101101 |
Color Harmonies of #2EBA72
Complementary color
Monochromatic Colors of #2EBA72
Black with #2EBA72
Text Example
Text Example
White with #2EBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA72; }
p { color: rgb(46,186,114); }
H1.HeaderClassName
{
color: #2EBA72;
}
.AnyTagClassName
{
color: #2EBA72;
}
</style>
background-color css
<style>
a { background-color: #2EBA72; }
a { background-color: rgb(46,186,114); }
div.DivClassName
{
background-color: #2EBA72;
}
.BgClassName
{
background-color: #2EBA72;
}
</style>
border-color css
<style>
span { border-color: #2EBA72; }
span { border-color: rgb(46,186,114); }
td.TdClassName
{
border-color: #2EBA72;
}
.TagClassName
{
border-color: #2EBA72;
}
</style>