Shades of Medium Sea Green #2EC175
Tints of Medium Sea Green #2EC175
RGB
CMYK
RGB Variations
Color information
#2EC175 (or 0x2EC175) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 75. RGB value is (46,193,117). Sum of RGB (Red+Green+Blue) = 46+193+117=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC175 is #D13E8A. Grayscale: #8C8C8C. Windows color (decimal): -13713035 or 7717166. OLE color: 7717166.
HSL color Cylindrical-coordinate representation of color #2EC175: hue angle of 148.98º 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 #2EC175 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 117 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.24 |
| HSL | 148.98º | 0.62% | 0.47% | - |
| HSV(B) | 148.98º | 0.76% | 0.76% | - |
| XYZ | 23.41 | 40.01 | 23.32 | - |
| YUV | 140.38 | 114.8 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 117 | 0.76 | 0 | 0.39 | 0.24 | 148.98 | 0.62 | 0.47 |
| Hex | 2E | C1 | 75 | 4C | 0 | 27 | 18 | 95 | 3E | 2F |
| Octal | 56 | 301 | 165 | 114 | 0 | 47 | 30 | 225 | 76 | 57 |
| Binary | 101110 | 11000001 | 1110101 | 1001100 | 0 | 100111 | 11000 | 10010101 | 111110 | 101111 |
Color Harmonies of #2EC175
Complementary color
Monochromatic Colors of #2EC175
Black with #2EC175
Text Example
Text Example
White with #2EC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC175; }
p { color: rgb(46,193,117); }
H1.HeaderClassName
{
color: #2EC175;
}
.AnyTagClassName
{
color: #2EC175;
}
</style>
background-color css
<style>
a { background-color: #2EC175; }
a { background-color: rgb(46,193,117); }
div.DivClassName
{
background-color: #2EC175;
}
.BgClassName
{
background-color: #2EC175;
}
</style>
border-color css
<style>
span { border-color: #2EC175; }
span { border-color: rgb(46,193,117); }
td.TdClassName
{
border-color: #2EC175;
}
.TagClassName
{
border-color: #2EC175;
}
</style>