Shades of Light Sea Green #2EBBAC
Tints of Light Sea Green #2EBBAC
RGB
CMYK
RGB Variations
Color information
#2EBBAC (or 0x2EBBAC) is known color: Light Sea Green. HEX triplet: 2E, BB and AC. RGB value is (46,187,172). Sum of RGB (Red+Green+Blue) = 46+187+172=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBBAC is #D14453. Grayscale: #8F8F8F. Windows color (decimal): -13714516 or 11320110. OLE color: 11320110.
HSL color Cylindrical-coordinate representation of color #2EBBAC: hue angle of 173.62º 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 #2EBBAC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 172 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.27 |
| HSL | 173.62º | 0.61% | 0.46% | - |
| HSV(B) | 173.62º | 0.75% | 0.73% | - |
| XYZ | 26.34 | 39.1 | 45.19 | - |
| YUV | 143.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 172 | 0.75 | 0 | 0.08 | 0.27 | 173.62 | 0.61 | 0.46 |
| Hex | 2E | BB | AC | 4B | 0 | 8 | 1B | AE | 3D | 2E |
| Octal | 56 | 273 | 254 | 113 | 0 | 10 | 33 | 256 | 75 | 56 |
| Binary | 101110 | 10111011 | 10101100 | 1001011 | 0 | 1000 | 11011 | 10101110 | 111101 | 101110 |
Color Harmonies of #2EBBAC
Complementary color
Monochromatic Colors of #2EBBAC
Black with #2EBBAC
Text Example
Text Example
White with #2EBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBAC; }
p { color: rgb(46,187,172); }
H1.HeaderClassName
{
color: #2EBBAC;
}
.AnyTagClassName
{
color: #2EBBAC;
}
</style>
background-color css
<style>
a { background-color: #2EBBAC; }
a { background-color: rgb(46,187,172); }
div.DivClassName
{
background-color: #2EBBAC;
}
.BgClassName
{
background-color: #2EBBAC;
}
</style>
border-color css
<style>
span { border-color: #2EBBAC; }
span { border-color: rgb(46,187,172); }
td.TdClassName
{
border-color: #2EBBAC;
}
.TagClassName
{
border-color: #2EBBAC;
}
</style>