Shades of Light Sea Green #2EC1AA
Tints of Light Sea Green #2EC1AA
RGB
CMYK
RGB Variations
Color information
#2EC1AA (or 0x2EC1AA) is known color: Light Sea Green. HEX triplet: 2E, C1 and AA. RGB value is (46,193,170). Sum of RGB (Red+Green+Blue) = 46+193+170=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC1AA is #D13E55. Grayscale: #929292. Windows color (decimal): -13712982 or 11190574. OLE color: 11190574.
HSL color Cylindrical-coordinate representation of color #2EC1AA: hue angle of 170.61º 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 #2EC1AA is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 170 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.24 |
| HSL | 170.61º | 0.62% | 0.47% | - |
| HSV(B) | 170.61º | 0.76% | 0.76% | - |
| XYZ | 27.45 | 41.62 | 44.62 | - |
| YUV | 146.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 170 | 0.76 | 0 | 0.12 | 0.24 | 170.61 | 0.62 | 0.47 |
| Hex | 2E | C1 | AA | 4C | 0 | C | 18 | AB | 3E | 2F |
| Octal | 56 | 301 | 252 | 114 | 0 | 14 | 30 | 253 | 76 | 57 |
| Binary | 101110 | 11000001 | 10101010 | 1001100 | 0 | 1100 | 11000 | 10101011 | 111110 | 101111 |
Color Harmonies of #2EC1AA
Complementary color
Monochromatic Colors of #2EC1AA
Black with #2EC1AA
Text Example
Text Example
White with #2EC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC1AA; }
p { color: rgb(46,193,170); }
H1.HeaderClassName
{
color: #2EC1AA;
}
.AnyTagClassName
{
color: #2EC1AA;
}
</style>
background-color css
<style>
a { background-color: #2EC1AA; }
a { background-color: rgb(46,193,170); }
div.DivClassName
{
background-color: #2EC1AA;
}
.BgClassName
{
background-color: #2EC1AA;
}
</style>
border-color css
<style>
span { border-color: #2EC1AA; }
span { border-color: rgb(46,193,170); }
td.TdClassName
{
border-color: #2EC1AA;
}
.TagClassName
{
border-color: #2EC1AA;
}
</style>