Shades of Light Sea Green #2EC0AD
Tints of Light Sea Green #2EC0AD
RGB
CMYK
RGB Variations
Color information
#2EC0AD (or 0x2EC0AD) is known color: Light Sea Green. HEX triplet: 2E, C0 and AD. RGB value is (46,192,173). Sum of RGB (Red+Green+Blue) = 46+192+173=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC0AD is #D13F52. Grayscale: #929292. Windows color (decimal): -13713235 or 11386926. OLE color: 11386926.
HSL color Cylindrical-coordinate representation of color #2EC0AD: hue angle of 172.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC0AD is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 173 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.25 |
| HSL | 172.19º | 0.61% | 0.47% | - |
| HSV(B) | 172.19º | 0.76% | 0.75% | - |
| XYZ | 27.52 | 41.3 | 46.06 | - |
| YUV | 146.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 173 | 0.76 | 0 | 0.10 | 0.25 | 172.19 | 0.61 | 0.47 |
| Hex | 2E | C0 | AD | 4C | 0 | A | 19 | AC | 3D | 2F |
| Octal | 56 | 300 | 255 | 114 | 0 | 12 | 31 | 254 | 75 | 57 |
| Binary | 101110 | 11000000 | 10101101 | 1001100 | 0 | 1010 | 11001 | 10101100 | 111101 | 101111 |
Color Harmonies of #2EC0AD
Complementary color
Monochromatic Colors of #2EC0AD
Black with #2EC0AD
Text Example
Text Example
White with #2EC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC0AD; }
p { color: rgb(46,192,173); }
H1.HeaderClassName
{
color: #2EC0AD;
}
.AnyTagClassName
{
color: #2EC0AD;
}
</style>
background-color css
<style>
a { background-color: #2EC0AD; }
a { background-color: rgb(46,192,173); }
div.DivClassName
{
background-color: #2EC0AD;
}
.BgClassName
{
background-color: #2EC0AD;
}
</style>
border-color css
<style>
span { border-color: #2EC0AD; }
span { border-color: rgb(46,192,173); }
td.TdClassName
{
border-color: #2EC0AD;
}
.TagClassName
{
border-color: #2EC0AD;
}
</style>