Shades of Light Sea Green #2EB8A1
Tints of Light Sea Green #2EB8A1
RGB
CMYK
RGB Variations
Color information
#2EB8A1 (or 0x2EB8A1) is known color: Light Sea Green. HEX triplet: 2E, B8 and A1. RGB value is (46,184,161). Sum of RGB (Red+Green+Blue) = 46+184+161=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB8A1 is #D1475E. Grayscale: #8C8C8C. Windows color (decimal): -13715295 or 10598446. OLE color: 10598446.
HSL color Cylindrical-coordinate representation of color #2EB8A1: hue angle of 170º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB8A1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 161 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.28 |
| HSL | 170º | 0.6% | 0.45% | - |
| HSV(B) | 170º | 0.75% | 0.72% | - |
| XYZ | 24.7 | 37.44 | 39.64 | - |
| YUV | 140.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 161 | 0.75 | 0 | 0.12 | 0.28 | 170 | 0.6 | 0.45 |
| Hex | 2E | B8 | A1 | 4B | 0 | C | 1C | AA | 3C | 2D |
| Octal | 56 | 270 | 241 | 113 | 0 | 14 | 34 | 252 | 74 | 55 |
| Binary | 101110 | 10111000 | 10100001 | 1001011 | 0 | 1100 | 11100 | 10101010 | 111100 | 101101 |
Color Harmonies of #2EB8A1
Complementary color
Monochromatic Colors of #2EB8A1
Black with #2EB8A1
Text Example
Text Example
White with #2EB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB8A1; }
p { color: rgb(46,184,161); }
H1.HeaderClassName
{
color: #2EB8A1;
}
.AnyTagClassName
{
color: #2EB8A1;
}
</style>
background-color css
<style>
a { background-color: #2EB8A1; }
a { background-color: rgb(46,184,161); }
div.DivClassName
{
background-color: #2EB8A1;
}
.BgClassName
{
background-color: #2EB8A1;
}
</style>
border-color css
<style>
span { border-color: #2EB8A1; }
span { border-color: rgb(46,184,161); }
td.TdClassName
{
border-color: #2EB8A1;
}
.TagClassName
{
border-color: #2EB8A1;
}
</style>