Shades of Light Sea Green #2EADA9
Tints of Light Sea Green #2EADA9
RGB
CMYK
RGB Variations
Color information
#2EADA9 (or 0x2EADA9) is known color: Light Sea Green. HEX triplet: 2E, AD and A9. RGB value is (46,173,169). Sum of RGB (Red+Green+Blue) = 46+173+169=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #2EADA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADA9 is #D15256. Grayscale: #868686. Windows color (decimal): -13718103 or 11119918. OLE color: 11119918.
HSL color Cylindrical-coordinate representation of color #2EADA9: hue angle of 178.11º 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 #2EADA9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 169 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.32 |
| HSL | 178.11º | 0.58% | 0.43% | - |
| HSV(B) | 178.11º | 0.73% | 0.68% | - |
| XYZ | 23.23 | 33.33 | 42.75 | - |
| YUV | 134.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 169 | 0.73 | 0 | 0.02 | 0.32 | 178.11 | 0.58 | 0.43 |
| Hex | 2E | AD | A9 | 49 | 0 | 2 | 20 | B2 | 3A | 2B |
| Octal | 56 | 255 | 251 | 111 | 0 | 2 | 40 | 262 | 72 | 53 |
| Binary | 101110 | 10101101 | 10101001 | 1001001 | 0 | 10 | 100000 | 10110010 | 111010 | 101011 |
Color Harmonies of #2EADA9
Complementary color
Monochromatic Colors of #2EADA9
Black with #2EADA9
Text Example
Text Example
White with #2EADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADA9; }
p { color: rgb(46,173,169); }
H1.HeaderClassName
{
color: #2EADA9;
}
.AnyTagClassName
{
color: #2EADA9;
}
</style>
background-color css
<style>
a { background-color: #2EADA9; }
a { background-color: rgb(46,173,169); }
div.DivClassName
{
background-color: #2EADA9;
}
.BgClassName
{
background-color: #2EADA9;
}
</style>
border-color css
<style>
span { border-color: #2EADA9; }
span { border-color: rgb(46,173,169); }
td.TdClassName
{
border-color: #2EADA9;
}
.TagClassName
{
border-color: #2EADA9;
}
</style>