Shades of Light Sea Green #2EC1AD
Tints of Light Sea Green #2EC1AD
RGB
CMYK
RGB Variations
Color information
#2EC1AD (or 0x2EC1AD) is known color: Light Sea Green. HEX triplet: 2E, C1 and AD. RGB value is (46,193,173). Sum of RGB (Red+Green+Blue) = 46+193+173=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC1AD is #D13E52. Grayscale: #929292. Windows color (decimal): -13712979 or 11387182. OLE color: 11387182.
HSL color Cylindrical-coordinate representation of color #2EC1AD: hue angle of 171.84º 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 #2EC1AD is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 173 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.24 |
| HSL | 171.84º | 0.62% | 0.47% | - |
| HSV(B) | 171.84º | 0.76% | 0.76% | - |
| XYZ | 27.74 | 41.74 | 46.13 | - |
| YUV | 146.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 173 | 0.76 | 0 | 0.10 | 0.24 | 171.84 | 0.62 | 0.47 |
| Hex | 2E | C1 | AD | 4C | 0 | A | 18 | AC | 3E | 2F |
| Octal | 56 | 301 | 255 | 114 | 0 | 12 | 30 | 254 | 76 | 57 |
| Binary | 101110 | 11000001 | 10101101 | 1001100 | 0 | 1010 | 11000 | 10101100 | 111110 | 101111 |
Color Harmonies of #2EC1AD
Complementary color
Monochromatic Colors of #2EC1AD
Black with #2EC1AD
Text Example
Text Example
White with #2EC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC1AD; }
p { color: rgb(46,193,173); }
H1.HeaderClassName
{
color: #2EC1AD;
}
.AnyTagClassName
{
color: #2EC1AD;
}
</style>
background-color css
<style>
a { background-color: #2EC1AD; }
a { background-color: rgb(46,193,173); }
div.DivClassName
{
background-color: #2EC1AD;
}
.BgClassName
{
background-color: #2EC1AD;
}
</style>
border-color css
<style>
span { border-color: #2EC1AD; }
span { border-color: rgb(46,193,173); }
td.TdClassName
{
border-color: #2EC1AD;
}
.TagClassName
{
border-color: #2EC1AD;
}
</style>