Shades of Light Sea Green #2EC2AD
Tints of Light Sea Green #2EC2AD
RGB
CMYK
RGB Variations
Color information
#2EC2AD (or 0x2EC2AD) is known color: Light Sea Green. HEX triplet: 2E, C2 and AD. RGB value is (46,194,173). Sum of RGB (Red+Green+Blue) = 46+194+173=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2AD is #D13D52. Grayscale: #939393. Windows color (decimal): -13712723 or 11387438. OLE color: 11387438.
HSL color Cylindrical-coordinate representation of color #2EC2AD: hue angle of 171.49º 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 #2EC2AD is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 173 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.24 |
| HSL | 171.49º | 0.62% | 0.47% | - |
| HSV(B) | 171.49º | 0.76% | 0.76% | - |
| XYZ | 27.96 | 42.18 | 46.2 | - |
| YUV | 147.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 173 | 0.76 | 0 | 0.11 | 0.24 | 171.49 | 0.62 | 0.47 |
| Hex | 2E | C2 | AD | 4C | 0 | B | 18 | AB | 3E | 2F |
| Octal | 56 | 302 | 255 | 114 | 0 | 13 | 30 | 253 | 76 | 57 |
| Binary | 101110 | 11000010 | 10101101 | 1001100 | 0 | 1011 | 11000 | 10101011 | 111110 | 101111 |
Color Harmonies of #2EC2AD
Complementary color
Monochromatic Colors of #2EC2AD
Black with #2EC2AD
Text Example
Text Example
White with #2EC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2AD; }
p { color: rgb(46,194,173); }
H1.HeaderClassName
{
color: #2EC2AD;
}
.AnyTagClassName
{
color: #2EC2AD;
}
</style>
background-color css
<style>
a { background-color: #2EC2AD; }
a { background-color: rgb(46,194,173); }
div.DivClassName
{
background-color: #2EC2AD;
}
.BgClassName
{
background-color: #2EC2AD;
}
</style>
border-color css
<style>
span { border-color: #2EC2AD; }
span { border-color: rgb(46,194,173); }
td.TdClassName
{
border-color: #2EC2AD;
}
.TagClassName
{
border-color: #2EC2AD;
}
</style>