Shades of Medium Sea Green #2EC180
Tints of Medium Sea Green #2EC180
RGB
CMYK
RGB Variations
Color information
#2EC180 (or 0x2EC180) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 80. RGB value is (46,193,128). Sum of RGB (Red+Green+Blue) = 46+193+128=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC180 is #D13E7F. Grayscale: #8D8D8D. Windows color (decimal): -13713024 or 8438062. OLE color: 8438062.
HSL color Cylindrical-coordinate representation of color #2EC180: hue angle of 153.47º 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 #2EC180 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 128 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.24 |
| HSL | 153.47º | 0.62% | 0.47% | - |
| HSV(B) | 153.47º | 0.76% | 0.76% | - |
| XYZ | 24.09 | 40.28 | 26.93 | - |
| YUV | 141.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 128 | 0.76 | 0 | 0.34 | 0.24 | 153.47 | 0.62 | 0.47 |
| Hex | 2E | C1 | 80 | 4C | 0 | 22 | 18 | 99 | 3E | 2F |
| Octal | 56 | 301 | 200 | 114 | 0 | 42 | 30 | 231 | 76 | 57 |
| Binary | 101110 | 11000001 | 10000000 | 1001100 | 0 | 100010 | 11000 | 10011001 | 111110 | 101111 |
Color Harmonies of #2EC180
Complementary color
Monochromatic Colors of #2EC180
Black with #2EC180
Text Example
Text Example
White with #2EC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC180; }
p { color: rgb(46,193,128); }
H1.HeaderClassName
{
color: #2EC180;
}
.AnyTagClassName
{
color: #2EC180;
}
</style>
background-color css
<style>
a { background-color: #2EC180; }
a { background-color: rgb(46,193,128); }
div.DivClassName
{
background-color: #2EC180;
}
.BgClassName
{
background-color: #2EC180;
}
</style>
border-color css
<style>
span { border-color: #2EC180; }
span { border-color: rgb(46,193,128); }
td.TdClassName
{
border-color: #2EC180;
}
.TagClassName
{
border-color: #2EC180;
}
</style>