Shades of Light Sea Green #2EA89F
Tints of Light Sea Green #2EA89F
RGB
CMYK
RGB Variations
Color information
#2EA89F (or 0x2EA89F) is known color: Light Sea Green. HEX triplet: 2E, A8 and 9F. RGB value is (46,168,159). Sum of RGB (Red+Green+Blue) = 46+168+159=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA89F is #D15760. Grayscale: #828282. Windows color (decimal): -13719393 or 10463278. OLE color: 10463278.
HSL color Cylindrical-coordinate representation of color #2EA89F: hue angle of 175.57º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA89F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 168 | 159 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.34 |
| HSL | 175.57º | 0.57% | 0.42% | - |
| HSV(B) | 175.57º | 0.73% | 0.66% | - |
| XYZ | 21.39 | 31.09 | 37.67 | - |
| YUV | 130.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 159 | 0.73 | 0 | 0.05 | 0.34 | 175.57 | 0.57 | 0.42 |
| Hex | 2E | A8 | 9F | 49 | 0 | 5 | 22 | B0 | 39 | 2A |
| Octal | 56 | 250 | 237 | 111 | 0 | 5 | 42 | 260 | 71 | 52 |
| Binary | 101110 | 10101000 | 10011111 | 1001001 | 0 | 101 | 100010 | 10110000 | 111001 | 101010 |
Color Harmonies of #2EA89F
Complementary color
Monochromatic Colors of #2EA89F
Black with #2EA89F
Text Example
Text Example
White with #2EA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA89F; }
p { color: rgb(46,168,159); }
H1.HeaderClassName
{
color: #2EA89F;
}
.AnyTagClassName
{
color: #2EA89F;
}
</style>
background-color css
<style>
a { background-color: #2EA89F; }
a { background-color: rgb(46,168,159); }
div.DivClassName
{
background-color: #2EA89F;
}
.BgClassName
{
background-color: #2EA89F;
}
</style>
border-color css
<style>
span { border-color: #2EA89F; }
span { border-color: rgb(46,168,159); }
td.TdClassName
{
border-color: #2EA89F;
}
.TagClassName
{
border-color: #2EA89F;
}
</style>