Shades of Medium Sea Green #2ECA7A
Tints of Medium Sea Green #2ECA7A
RGB
CMYK
RGB Variations
Color information
#2ECA7A (or 0x2ECA7A) is known color: Medium Sea Green. HEX triplet: 2E, CA and 7A. RGB value is (46,202,122). Sum of RGB (Red+Green+Blue) = 46+202+122=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA7A is #D13585. Grayscale: #929292. Windows color (decimal): -13710726 or 8047150. OLE color: 8047150.
HSL color Cylindrical-coordinate representation of color #2ECA7A: hue angle of 149.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA7A is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 122 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.21 |
| HSL | 149.23º | 0.63% | 0.49% | - |
| HSV(B) | 149.23º | 0.77% | 0.79% | - |
| XYZ | 25.76 | 44.23 | 25.59 | - |
| YUV | 146.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 122 | 0.77 | 0 | 0.40 | 0.21 | 149.23 | 0.63 | 0.49 |
| Hex | 2E | CA | 7A | 4D | 0 | 28 | 15 | 95 | 3F | 31 |
| Octal | 56 | 312 | 172 | 115 | 0 | 50 | 25 | 225 | 77 | 61 |
| Binary | 101110 | 11001010 | 1111010 | 1001101 | 0 | 101000 | 10101 | 10010101 | 111111 | 110001 |
Color Harmonies of #2ECA7A
Complementary color
Monochromatic Colors of #2ECA7A
Black with #2ECA7A
Text Example
Text Example
White with #2ECA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA7A; }
p { color: rgb(46,202,122); }
H1.HeaderClassName
{
color: #2ECA7A;
}
.AnyTagClassName
{
color: #2ECA7A;
}
</style>
background-color css
<style>
a { background-color: #2ECA7A; }
a { background-color: rgb(46,202,122); }
div.DivClassName
{
background-color: #2ECA7A;
}
.BgClassName
{
background-color: #2ECA7A;
}
</style>
border-color css
<style>
span { border-color: #2ECA7A; }
span { border-color: rgb(46,202,122); }
td.TdClassName
{
border-color: #2ECA7A;
}
.TagClassName
{
border-color: #2ECA7A;
}
</style>