Shades of Light Sea Green #2EADA8
Tints of Light Sea Green #2EADA8
RGB
CMYK
RGB Variations
Color information
#2EADA8 (or 0x2EADA8) is known color: Light Sea Green. HEX triplet: 2E, AD and A8. RGB value is (46,173,168). Sum of RGB (Red+Green+Blue) = 46+173+168=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #2EADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADA8 is #D15257. Grayscale: #868686. Windows color (decimal): -13718104 or 11054382. OLE color: 11054382.
HSL color Cylindrical-coordinate representation of color #2EADA8: hue angle of 177.64º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EADA8 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 168 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.32 |
| HSL | 177.64º | 0.58% | 0.43% | - |
| HSV(B) | 177.64º | 0.73% | 0.68% | - |
| XYZ | 23.14 | 33.3 | 42.25 | - |
| YUV | 134.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 168 | 0.73 | 0 | 0.03 | 0.32 | 177.64 | 0.58 | 0.43 |
| Hex | 2E | AD | A8 | 49 | 0 | 3 | 20 | B2 | 3A | 2B |
| Octal | 56 | 255 | 250 | 111 | 0 | 3 | 40 | 262 | 72 | 53 |
| Binary | 101110 | 10101101 | 10101000 | 1001001 | 0 | 11 | 100000 | 10110010 | 111010 | 101011 |
Color Harmonies of #2EADA8
Complementary color
Monochromatic Colors of #2EADA8
Black with #2EADA8
Text Example
Text Example
White with #2EADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADA8; }
p { color: rgb(46,173,168); }
H1.HeaderClassName
{
color: #2EADA8;
}
.AnyTagClassName
{
color: #2EADA8;
}
</style>
background-color css
<style>
a { background-color: #2EADA8; }
a { background-color: rgb(46,173,168); }
div.DivClassName
{
background-color: #2EADA8;
}
.BgClassName
{
background-color: #2EADA8;
}
</style>
border-color css
<style>
span { border-color: #2EADA8; }
span { border-color: rgb(46,173,168); }
td.TdClassName
{
border-color: #2EADA8;
}
.TagClassName
{
border-color: #2EADA8;
}
</style>