Shades of Light Sea Green #2EBAAC
Tints of Light Sea Green #2EBAAC
RGB
CMYK
RGB Variations
Color information
#2EBAAC (or 0x2EBAAC) is known color: Light Sea Green. HEX triplet: 2E, BA and AC. RGB value is (46,186,172). Sum of RGB (Red+Green+Blue) = 46+186+172=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBAAC is #D14553. Grayscale: #8E8E8E. Windows color (decimal): -13714772 or 11319854. OLE color: 11319854.
HSL color Cylindrical-coordinate representation of color #2EBAAC: hue angle of 174º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBAAC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 172 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.27 |
| HSL | 174º | 0.6% | 0.45% | - |
| HSV(B) | 174º | 0.75% | 0.73% | - |
| XYZ | 26.13 | 38.68 | 45.12 | - |
| YUV | 142.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 172 | 0.75 | 0 | 0.08 | 0.27 | 174 | 0.6 | 0.45 |
| Hex | 2E | BA | AC | 4B | 0 | 8 | 1B | AE | 3C | 2D |
| Octal | 56 | 272 | 254 | 113 | 0 | 10 | 33 | 256 | 74 | 55 |
| Binary | 101110 | 10111010 | 10101100 | 1001011 | 0 | 1000 | 11011 | 10101110 | 111100 | 101101 |
Color Harmonies of #2EBAAC
Complementary color
Monochromatic Colors of #2EBAAC
Black with #2EBAAC
Text Example
Text Example
White with #2EBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAAC; }
p { color: rgb(46,186,172); }
H1.HeaderClassName
{
color: #2EBAAC;
}
.AnyTagClassName
{
color: #2EBAAC;
}
</style>
background-color css
<style>
a { background-color: #2EBAAC; }
a { background-color: rgb(46,186,172); }
div.DivClassName
{
background-color: #2EBAAC;
}
.BgClassName
{
background-color: #2EBAAC;
}
</style>
border-color css
<style>
span { border-color: #2EBAAC; }
span { border-color: rgb(46,186,172); }
td.TdClassName
{
border-color: #2EBAAC;
}
.TagClassName
{
border-color: #2EBAAC;
}
</style>