Shades of Medium Sea Green #2EC668
Tints of Medium Sea Green #2EC668
RGB
CMYK
RGB Variations
Color information
#2EC668 (or 0x2EC668) is known color: Medium Sea Green. HEX triplet: 2E, C6 and 68. RGB value is (46,198,104). Sum of RGB (Red+Green+Blue) = 46+198+104=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC668 is #D13997. Grayscale: #8E8E8E. Windows color (decimal): -13711768 or 6866478. OLE color: 6866478.
HSL color Cylindrical-coordinate representation of color #2EC668: hue angle of 142.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC668 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 104 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.22 |
| HSL | 142.89º | 0.62% | 0.48% | - |
| HSV(B) | 142.89º | 0.77% | 0.78% | - |
| XYZ | 23.82 | 41.97 | 19.94 | - |
| YUV | 141.84 | 106.64 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 104 | 0.77 | 0 | 0.47 | 0.22 | 142.89 | 0.62 | 0.48 |
| Hex | 2E | C6 | 68 | 4D | 0 | 2F | 16 | 8F | 3E | 30 |
| Octal | 56 | 306 | 150 | 115 | 0 | 57 | 26 | 217 | 76 | 60 |
| Binary | 101110 | 11000110 | 1101000 | 1001101 | 0 | 101111 | 10110 | 10001111 | 111110 | 110000 |
Color Harmonies of #2EC668
Complementary color
Monochromatic Colors of #2EC668
Black with #2EC668
Text Example
Text Example
White with #2EC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC668; }
p { color: rgb(46,198,104); }
H1.HeaderClassName
{
color: #2EC668;
}
.AnyTagClassName
{
color: #2EC668;
}
</style>
background-color css
<style>
a { background-color: #2EC668; }
a { background-color: rgb(46,198,104); }
div.DivClassName
{
background-color: #2EC668;
}
.BgClassName
{
background-color: #2EC668;
}
</style>
border-color css
<style>
span { border-color: #2EC668; }
span { border-color: rgb(46,198,104); }
td.TdClassName
{
border-color: #2EC668;
}
.TagClassName
{
border-color: #2EC668;
}
</style>