Shades of Medium Sea Green #2EB86F
Tints of Medium Sea Green #2EB86F
RGB
CMYK
RGB Variations
Color information
#2EB86F (or 0x2EB86F) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 6F. RGB value is (46,184,111). Sum of RGB (Red+Green+Blue) = 46+184+111=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB86F is #D14790. Grayscale: #868686. Windows color (decimal): -13715345 or 7321646. OLE color: 7321646.
HSL color Cylindrical-coordinate representation of color #2EB86F: hue angle of 148.26º 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 #2EB86F is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 111 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.28 |
| HSL | 148.26º | 0.6% | 0.45% | - |
| HSV(B) | 148.26º | 0.75% | 0.72% | - |
| XYZ | 21.14 | 36.01 | 20.88 | - |
| YUV | 134.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 111 | 0.75 | 0 | 0.40 | 0.28 | 148.26 | 0.6 | 0.45 |
| Hex | 2E | B8 | 6F | 4B | 0 | 28 | 1C | 94 | 3C | 2D |
| Octal | 56 | 270 | 157 | 113 | 0 | 50 | 34 | 224 | 74 | 55 |
| Binary | 101110 | 10111000 | 1101111 | 1001011 | 0 | 101000 | 11100 | 10010100 | 111100 | 101101 |
Color Harmonies of #2EB86F
Complementary color
Monochromatic Colors of #2EB86F
Black with #2EB86F
Text Example
Text Example
White with #2EB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB86F; }
p { color: rgb(46,184,111); }
H1.HeaderClassName
{
color: #2EB86F;
}
.AnyTagClassName
{
color: #2EB86F;
}
</style>
background-color css
<style>
a { background-color: #2EB86F; }
a { background-color: rgb(46,184,111); }
div.DivClassName
{
background-color: #2EB86F;
}
.BgClassName
{
background-color: #2EB86F;
}
</style>
border-color css
<style>
span { border-color: #2EB86F; }
span { border-color: rgb(46,184,111); }
td.TdClassName
{
border-color: #2EB86F;
}
.TagClassName
{
border-color: #2EB86F;
}
</style>