Shades of Light Sea Green #2EACAE
Tints of Light Sea Green #2EACAE
RGB
CMYK
RGB Variations
Color information
#2EACAE (or 0x2EACAE) is known color: Light Sea Green. HEX triplet: 2E, AC and AE. RGB value is (46,172,174). Sum of RGB (Red+Green+Blue) = 46+172+174=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACAE is #D15351. Grayscale: #868686. Windows color (decimal): -13718354 or 11447342. OLE color: 11447342.
HSL color Cylindrical-coordinate representation of color #2EACAE: hue angle of 180.94º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EACAE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 172 | 174 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.32 |
| HSL | 180.94º | 0.58% | 0.43% | - |
| HSV(B) | 180.94º | 0.74% | 0.68% | - |
| XYZ | 23.52 | 33.14 | 45.2 | - |
| YUV | 134.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 174 | 0.74 | 0.01 | 0 | 0.32 | 180.94 | 0.58 | 0.43 |
| Hex | 2E | AC | AE | 4A | 1 | 0 | 20 | B5 | 3A | 2B |
| Octal | 56 | 254 | 256 | 112 | 1 | 0 | 40 | 265 | 72 | 53 |
| Binary | 101110 | 10101100 | 10101110 | 1001010 | 1 | 0 | 100000 | 10110101 | 111010 | 101011 |
Color Harmonies of #2EACAE
Complementary color
Monochromatic Colors of #2EACAE
Black with #2EACAE
Text Example
Text Example
White with #2EACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACAE; }
p { color: rgb(46,172,174); }
H1.HeaderClassName
{
color: #2EACAE;
}
.AnyTagClassName
{
color: #2EACAE;
}
</style>
background-color css
<style>
a { background-color: #2EACAE; }
a { background-color: rgb(46,172,174); }
div.DivClassName
{
background-color: #2EACAE;
}
.BgClassName
{
background-color: #2EACAE;
}
</style>
border-color css
<style>
span { border-color: #2EACAE; }
span { border-color: rgb(46,172,174); }
td.TdClassName
{
border-color: #2EACAE;
}
.TagClassName
{
border-color: #2EACAE;
}
</style>