Shades of Medium Sea Green #2EB86A
Tints of Medium Sea Green #2EB86A
RGB
CMYK
RGB Variations
Color information
#2EB86A (or 0x2EB86A) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 6A. RGB value is (46,184,106). Sum of RGB (Red+Green+Blue) = 46+184+106=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB86A is #D14795. Grayscale: #868686. Windows color (decimal): -13715350 or 6993966. OLE color: 6993966.
HSL color Cylindrical-coordinate representation of color #2EB86A: hue angle of 146.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB86A is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 106 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.28 |
| HSL | 146.09º | 0.6% | 0.45% | - |
| HSV(B) | 146.09º | 0.75% | 0.72% | - |
| XYZ | 20.87 | 35.9 | 19.47 | - |
| YUV | 133.85 | 112.28 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 106 | 0.75 | 0 | 0.42 | 0.28 | 146.09 | 0.6 | 0.45 |
| Hex | 2E | B8 | 6A | 4B | 0 | 2A | 1C | 92 | 3C | 2D |
| Octal | 56 | 270 | 152 | 113 | 0 | 52 | 34 | 222 | 74 | 55 |
| Binary | 101110 | 10111000 | 1101010 | 1001011 | 0 | 101010 | 11100 | 10010010 | 111100 | 101101 |
Color Harmonies of #2EB86A
Complementary color
Monochromatic Colors of #2EB86A
Black with #2EB86A
Text Example
Text Example
White with #2EB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB86A; }
p { color: rgb(46,184,106); }
H1.HeaderClassName
{
color: #2EB86A;
}
.AnyTagClassName
{
color: #2EB86A;
}
</style>
background-color css
<style>
a { background-color: #2EB86A; }
a { background-color: rgb(46,184,106); }
div.DivClassName
{
background-color: #2EB86A;
}
.BgClassName
{
background-color: #2EB86A;
}
</style>
border-color css
<style>
span { border-color: #2EB86A; }
span { border-color: rgb(46,184,106); }
td.TdClassName
{
border-color: #2EB86A;
}
.TagClassName
{
border-color: #2EB86A;
}
</style>