Shades of Medium Sea Green #2EBE6A
Tints of Medium Sea Green #2EBE6A
RGB
CMYK
RGB Variations
Color information
#2EBE6A (or 0x2EBE6A) is known color: Medium Sea Green. HEX triplet: 2E, BE and 6A. RGB value is (46,190,106). Sum of RGB (Red+Green+Blue) = 46+190+106=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE6A is #D14195. Grayscale: #898989. Windows color (decimal): -13713814 or 6995502. OLE color: 6995502.
HSL color Cylindrical-coordinate representation of color #2EBE6A: hue angle of 145º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE6A is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 106 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.25 |
| HSL | 145º | 0.61% | 0.46% | - |
| HSV(B) | 145º | 0.76% | 0.75% | - |
| XYZ | 22.14 | 38.45 | 19.89 | - |
| YUV | 137.37 | 110.29 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 106 | 0.76 | 0 | 0.44 | 0.25 | 145 | 0.61 | 0.46 |
| Hex | 2E | BE | 6A | 4C | 0 | 2C | 19 | 91 | 3D | 2E |
| Octal | 56 | 276 | 152 | 114 | 0 | 54 | 31 | 221 | 75 | 56 |
| Binary | 101110 | 10111110 | 1101010 | 1001100 | 0 | 101100 | 11001 | 10010001 | 111101 | 101110 |
Color Harmonies of #2EBE6A
Complementary color
Monochromatic Colors of #2EBE6A
Black with #2EBE6A
Text Example
Text Example
White with #2EBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE6A; }
p { color: rgb(46,190,106); }
H1.HeaderClassName
{
color: #2EBE6A;
}
.AnyTagClassName
{
color: #2EBE6A;
}
</style>
background-color css
<style>
a { background-color: #2EBE6A; }
a { background-color: rgb(46,190,106); }
div.DivClassName
{
background-color: #2EBE6A;
}
.BgClassName
{
background-color: #2EBE6A;
}
</style>
border-color css
<style>
span { border-color: #2EBE6A; }
span { border-color: rgb(46,190,106); }
td.TdClassName
{
border-color: #2EBE6A;
}
.TagClassName
{
border-color: #2EBE6A;
}
</style>