Shades of Light Sea Green #2EB49E
Tints of Light Sea Green #2EB49E
RGB
CMYK
RGB Variations
Color information
#2EB49E (or 0x2EB49E) is known color: Light Sea Green. HEX triplet: 2E, B4 and 9E. RGB value is (46,180,158). Sum of RGB (Red+Green+Blue) = 46+180+158=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB49E is #D14B61. Grayscale: #898989. Windows color (decimal): -13716322 or 10400814. OLE color: 10400814.
HSL color Cylindrical-coordinate representation of color #2EB49E: hue angle of 170.15º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB49E is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 158 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.29 |
| HSL | 170.15º | 0.59% | 0.44% | - |
| HSV(B) | 170.15º | 0.74% | 0.71% | - |
| XYZ | 23.62 | 35.69 | 37.99 | - |
| YUV | 137.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 158 | 0.74 | 0 | 0.12 | 0.29 | 170.15 | 0.59 | 0.44 |
| Hex | 2E | B4 | 9E | 4A | 0 | C | 1D | AA | 3B | 2C |
| Octal | 56 | 264 | 236 | 112 | 0 | 14 | 35 | 252 | 73 | 54 |
| Binary | 101110 | 10110100 | 10011110 | 1001010 | 0 | 1100 | 11101 | 10101010 | 111011 | 101100 |
Color Harmonies of #2EB49E
Complementary color
Monochromatic Colors of #2EB49E
Black with #2EB49E
Text Example
Text Example
White with #2EB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB49E; }
p { color: rgb(46,180,158); }
H1.HeaderClassName
{
color: #2EB49E;
}
.AnyTagClassName
{
color: #2EB49E;
}
</style>
background-color css
<style>
a { background-color: #2EB49E; }
a { background-color: rgb(46,180,158); }
div.DivClassName
{
background-color: #2EB49E;
}
.BgClassName
{
background-color: #2EB49E;
}
</style>
border-color css
<style>
span { border-color: #2EB49E; }
span { border-color: rgb(46,180,158); }
td.TdClassName
{
border-color: #2EB49E;
}
.TagClassName
{
border-color: #2EB49E;
}
</style>