Shades of Light Sea Green #2EADA6
Tints of Light Sea Green #2EADA6
RGB
CMYK
RGB Variations
Color information
#2EADA6 (or 0x2EADA6) is known color: Light Sea Green. HEX triplet: 2E, AD and A6. RGB value is (46,173,166). Sum of RGB (Red+Green+Blue) = 46+173+166=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #2EADA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADA6 is #D15259. Grayscale: #868686. Windows color (decimal): -13718106 or 10923310. OLE color: 10923310.
HSL color Cylindrical-coordinate representation of color #2EADA6: hue angle of 176.69º 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 #2EADA6 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 166 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.32 |
| HSL | 176.69º | 0.58% | 0.43% | - |
| HSV(B) | 176.69º | 0.73% | 0.68% | - |
| XYZ | 22.95 | 33.22 | 41.28 | - |
| YUV | 134.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 166 | 0.73 | 0 | 0.04 | 0.32 | 176.69 | 0.58 | 0.43 |
| Hex | 2E | AD | A6 | 49 | 0 | 4 | 20 | B1 | 3A | 2B |
| Octal | 56 | 255 | 246 | 111 | 0 | 4 | 40 | 261 | 72 | 53 |
| Binary | 101110 | 10101101 | 10100110 | 1001001 | 0 | 100 | 100000 | 10110001 | 111010 | 101011 |
Color Harmonies of #2EADA6
Complementary color
Monochromatic Colors of #2EADA6
Black with #2EADA6
Text Example
Text Example
White with #2EADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADA6; }
p { color: rgb(46,173,166); }
H1.HeaderClassName
{
color: #2EADA6;
}
.AnyTagClassName
{
color: #2EADA6;
}
</style>
background-color css
<style>
a { background-color: #2EADA6; }
a { background-color: rgb(46,173,166); }
div.DivClassName
{
background-color: #2EADA6;
}
.BgClassName
{
background-color: #2EADA6;
}
</style>
border-color css
<style>
span { border-color: #2EADA6; }
span { border-color: rgb(46,173,166); }
td.TdClassName
{
border-color: #2EADA6;
}
.TagClassName
{
border-color: #2EADA6;
}
</style>