Shades of Light Sea Green #2EBBA1
Tints of Light Sea Green #2EBBA1
RGB
CMYK
RGB Variations
Color information
#2EBBA1 (or 0x2EBBA1) is known color: Light Sea Green. HEX triplet: 2E, BB and A1. RGB value is (46,187,161). Sum of RGB (Red+Green+Blue) = 46+187+161=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBBA1 is #D1445E. Grayscale: #8D8D8D. Windows color (decimal): -13714527 or 10599214. OLE color: 10599214.
HSL color Cylindrical-coordinate representation of color #2EBBA1: hue angle of 168.94º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBBA1 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 161 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.27 |
| HSL | 168.94º | 0.61% | 0.46% | - |
| HSV(B) | 168.94º | 0.75% | 0.73% | - |
| XYZ | 25.33 | 38.69 | 39.85 | - |
| YUV | 141.88 | 138.79 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 161 | 0.75 | 0 | 0.14 | 0.27 | 168.94 | 0.61 | 0.46 |
| Hex | 2E | BB | A1 | 4B | 0 | E | 1B | A9 | 3D | 2E |
| Octal | 56 | 273 | 241 | 113 | 0 | 16 | 33 | 251 | 75 | 56 |
| Binary | 101110 | 10111011 | 10100001 | 1001011 | 0 | 1110 | 11011 | 10101001 | 111101 | 101110 |
Color Harmonies of #2EBBA1
Complementary color
Monochromatic Colors of #2EBBA1
Black with #2EBBA1
Text Example
Text Example
White with #2EBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBA1; }
p { color: rgb(46,187,161); }
H1.HeaderClassName
{
color: #2EBBA1;
}
.AnyTagClassName
{
color: #2EBBA1;
}
</style>
background-color css
<style>
a { background-color: #2EBBA1; }
a { background-color: rgb(46,187,161); }
div.DivClassName
{
background-color: #2EBBA1;
}
.BgClassName
{
background-color: #2EBBA1;
}
</style>
border-color css
<style>
span { border-color: #2EBBA1; }
span { border-color: rgb(46,187,161); }
td.TdClassName
{
border-color: #2EBBA1;
}
.TagClassName
{
border-color: #2EBBA1;
}
</style>