Shades of Light Sea Green #2EACAA
Tints of Light Sea Green #2EACAA
RGB
CMYK
RGB Variations
Color information
#2EACAA (or 0x2EACAA) is known color: Light Sea Green. HEX triplet: 2E, AC and AA. RGB value is (46,172,170). Sum of RGB (Red+Green+Blue) = 46+172+170=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #2EACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACAA is #D15355. Grayscale: #858585. Windows color (decimal): -13718358 or 11185198. OLE color: 11185198.
HSL color Cylindrical-coordinate representation of color #2EACAA: hue angle of 179.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EACAA is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 170 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.33 |
| HSL | 179.05º | 0.58% | 0.43% | - |
| HSV(B) | 179.05º | 0.73% | 0.67% | - |
| XYZ | 23.13 | 32.99 | 43.18 | - |
| YUV | 134.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 170 | 0.73 | 0 | 0.01 | 0.33 | 179.05 | 0.58 | 0.43 |
| Hex | 2E | AC | AA | 49 | 0 | 1 | 21 | B3 | 3A | 2B |
| Octal | 56 | 254 | 252 | 111 | 0 | 1 | 41 | 263 | 72 | 53 |
| Binary | 101110 | 10101100 | 10101010 | 1001001 | 0 | 1 | 100001 | 10110011 | 111010 | 101011 |
Color Harmonies of #2EACAA
Complementary color
Monochromatic Colors of #2EACAA
Black with #2EACAA
Text Example
Text Example
White with #2EACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACAA; }
p { color: rgb(46,172,170); }
H1.HeaderClassName
{
color: #2EACAA;
}
.AnyTagClassName
{
color: #2EACAA;
}
</style>
background-color css
<style>
a { background-color: #2EACAA; }
a { background-color: rgb(46,172,170); }
div.DivClassName
{
background-color: #2EACAA;
}
.BgClassName
{
background-color: #2EACAA;
}
</style>
border-color css
<style>
span { border-color: #2EACAA; }
span { border-color: rgb(46,172,170); }
td.TdClassName
{
border-color: #2EACAA;
}
.TagClassName
{
border-color: #2EACAA;
}
</style>