Shades of Medium Sea Green #2EC164
Tints of Medium Sea Green #2EC164
RGB
CMYK
RGB Variations
Color information
#2EC164 (or 0x2EC164) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 64. RGB value is (46,193,100). Sum of RGB (Red+Green+Blue) = 46+193+100=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC164 is #D13E9B. Grayscale: #8A8A8A. Windows color (decimal): -13713052 or 6603054. OLE color: 6603054.
HSL color Cylindrical-coordinate representation of color #2EC164: hue angle of 142.04º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC164 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 100 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.24 |
| HSL | 142.04º | 0.62% | 0.47% | - |
| HSV(B) | 142.04º | 0.76% | 0.76% | - |
| XYZ | 22.5 | 39.64 | 18.52 | - |
| YUV | 138.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 100 | 0.76 | 0 | 0.48 | 0.24 | 142.04 | 0.62 | 0.47 |
| Hex | 2E | C1 | 64 | 4C | 0 | 30 | 18 | 8E | 3E | 2F |
| Octal | 56 | 301 | 144 | 114 | 0 | 60 | 30 | 216 | 76 | 57 |
| Binary | 101110 | 11000001 | 1100100 | 1001100 | 0 | 110000 | 11000 | 10001110 | 111110 | 101111 |
Color Harmonies of #2EC164
Complementary color
Monochromatic Colors of #2EC164
Black with #2EC164
Text Example
Text Example
White with #2EC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC164; }
p { color: rgb(46,193,100); }
H1.HeaderClassName
{
color: #2EC164;
}
.AnyTagClassName
{
color: #2EC164;
}
</style>
background-color css
<style>
a { background-color: #2EC164; }
a { background-color: rgb(46,193,100); }
div.DivClassName
{
background-color: #2EC164;
}
.BgClassName
{
background-color: #2EC164;
}
</style>
border-color css
<style>
span { border-color: #2EC164; }
span { border-color: rgb(46,193,100); }
td.TdClassName
{
border-color: #2EC164;
}
.TagClassName
{
border-color: #2EC164;
}
</style>