Shades of Medium Sea Green #2EBC7C
Tints of Medium Sea Green #2EBC7C
RGB
CMYK
RGB Variations
Color information
#2EBC7C (or 0x2EBC7C) is known color: Medium Sea Green. HEX triplet: 2E, BC and 7C. RGB value is (46,188,124). Sum of RGB (Red+Green+Blue) = 46+188+124=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC7C is #D14383. Grayscale: #8A8A8A. Windows color (decimal): -13714308 or 8174638. OLE color: 8174638.
HSL color Cylindrical-coordinate representation of color #2EBC7C: hue angle of 152.96º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC7C is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 124 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.26 |
| HSL | 152.96º | 0.61% | 0.46% | - |
| HSV(B) | 152.96º | 0.76% | 0.74% | - |
| XYZ | 22.75 | 38 | 25.21 | - |
| YUV | 138.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 124 | 0.76 | 0 | 0.34 | 0.26 | 152.96 | 0.61 | 0.46 |
| Hex | 2E | BC | 7C | 4C | 0 | 22 | 1A | 99 | 3D | 2E |
| Octal | 56 | 274 | 174 | 114 | 0 | 42 | 32 | 231 | 75 | 56 |
| Binary | 101110 | 10111100 | 1111100 | 1001100 | 0 | 100010 | 11010 | 10011001 | 111101 | 101110 |
Color Harmonies of #2EBC7C
Complementary color
Monochromatic Colors of #2EBC7C
Black with #2EBC7C
Text Example
Text Example
White with #2EBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC7C; }
p { color: rgb(46,188,124); }
H1.HeaderClassName
{
color: #2EBC7C;
}
.AnyTagClassName
{
color: #2EBC7C;
}
</style>
background-color css
<style>
a { background-color: #2EBC7C; }
a { background-color: rgb(46,188,124); }
div.DivClassName
{
background-color: #2EBC7C;
}
.BgClassName
{
background-color: #2EBC7C;
}
</style>
border-color css
<style>
span { border-color: #2EBC7C; }
span { border-color: rgb(46,188,124); }
td.TdClassName
{
border-color: #2EBC7C;
}
.TagClassName
{
border-color: #2EBC7C;
}
</style>