Shades of Medium Sea Green #2EBA7D
Tints of Medium Sea Green #2EBA7D
RGB
CMYK
RGB Variations
Color information
#2EBA7D (or 0x2EBA7D) is known color: Medium Sea Green. HEX triplet: 2E, BA and 7D. RGB value is (46,186,125). Sum of RGB (Red+Green+Blue) = 46+186+125=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA7D is #D14582. Grayscale: #898989. Windows color (decimal): -13714819 or 8239662. OLE color: 8239662.
HSL color Cylindrical-coordinate representation of color #2EBA7D: hue angle of 153.86º 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 #2EBA7D is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 125 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.27 |
| HSL | 153.86º | 0.6% | 0.45% | - |
| HSV(B) | 153.86º | 0.75% | 0.73% | - |
| XYZ | 22.39 | 37.18 | 25.4 | - |
| YUV | 137.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 125 | 0.75 | 0 | 0.33 | 0.27 | 153.86 | 0.6 | 0.45 |
| Hex | 2E | BA | 7D | 4B | 0 | 21 | 1B | 9A | 3C | 2D |
| Octal | 56 | 272 | 175 | 113 | 0 | 41 | 33 | 232 | 74 | 55 |
| Binary | 101110 | 10111010 | 1111101 | 1001011 | 0 | 100001 | 11011 | 10011010 | 111100 | 101101 |
Color Harmonies of #2EBA7D
Complementary color
Monochromatic Colors of #2EBA7D
Black with #2EBA7D
Text Example
Text Example
White with #2EBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA7D; }
p { color: rgb(46,186,125); }
H1.HeaderClassName
{
color: #2EBA7D;
}
.AnyTagClassName
{
color: #2EBA7D;
}
</style>
background-color css
<style>
a { background-color: #2EBA7D; }
a { background-color: rgb(46,186,125); }
div.DivClassName
{
background-color: #2EBA7D;
}
.BgClassName
{
background-color: #2EBA7D;
}
</style>
border-color css
<style>
span { border-color: #2EBA7D; }
span { border-color: rgb(46,186,125); }
td.TdClassName
{
border-color: #2EBA7D;
}
.TagClassName
{
border-color: #2EBA7D;
}
</style>