Shades of Medium Sea Green #2EAC6C
Tints of Medium Sea Green #2EAC6C
RGB
CMYK
RGB Variations
Color information
#2EAC6C (or 0x2EAC6C) is known color: Medium Sea Green. HEX triplet: 2E, AC and 6C. RGB value is (46,172,108). Sum of RGB (Red+Green+Blue) = 46+172+108=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC6C is #D15393. Grayscale: #7F7F7F. Windows color (decimal): -13718420 or 7121966. OLE color: 7121966.
HSL color Cylindrical-coordinate representation of color #2EAC6C: hue angle of 149.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC6C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 108 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.33 |
| HSL | 149.52º | 0.58% | 0.43% | - |
| HSV(B) | 149.52º | 0.73% | 0.67% | - |
| XYZ | 18.59 | 31.17 | 19.22 | - |
| YUV | 127.03 | 117.26 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 108 | 0.73 | 0 | 0.37 | 0.33 | 149.52 | 0.58 | 0.43 |
| Hex | 2E | AC | 6C | 49 | 0 | 25 | 21 | 96 | 3A | 2B |
| Octal | 56 | 254 | 154 | 111 | 0 | 45 | 41 | 226 | 72 | 53 |
| Binary | 101110 | 10101100 | 1101100 | 1001001 | 0 | 100101 | 100001 | 10010110 | 111010 | 101011 |
Color Harmonies of #2EAC6C
Complementary color
Monochromatic Colors of #2EAC6C
Black with #2EAC6C
Text Example
Text Example
White with #2EAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC6C; }
p { color: rgb(46,172,108); }
H1.HeaderClassName
{
color: #2EAC6C;
}
.AnyTagClassName
{
color: #2EAC6C;
}
</style>
background-color css
<style>
a { background-color: #2EAC6C; }
a { background-color: rgb(46,172,108); }
div.DivClassName
{
background-color: #2EAC6C;
}
.BgClassName
{
background-color: #2EAC6C;
}
</style>
border-color css
<style>
span { border-color: #2EAC6C; }
span { border-color: rgb(46,172,108); }
td.TdClassName
{
border-color: #2EAC6C;
}
.TagClassName
{
border-color: #2EAC6C;
}
</style>