Shades of Light Sea Green #2EBBAB
Tints of Light Sea Green #2EBBAB
RGB
CMYK
RGB Variations
Color information
#2EBBAB (or 0x2EBBAB) is known color: Light Sea Green. HEX triplet: 2E, BB and AB. RGB value is (46,187,171). Sum of RGB (Red+Green+Blue) = 46+187+171=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBBAB is #D14454. Grayscale: #8E8E8E. Windows color (decimal): -13714517 or 11254574. OLE color: 11254574.
HSL color Cylindrical-coordinate representation of color #2EBBAB: hue angle of 173.19º 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 #2EBBAB is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 171 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.27 |
| HSL | 173.19º | 0.61% | 0.46% | - |
| HSV(B) | 173.19º | 0.75% | 0.73% | - |
| XYZ | 26.25 | 39.06 | 44.68 | - |
| YUV | 143.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 171 | 0.75 | 0 | 0.09 | 0.27 | 173.19 | 0.61 | 0.46 |
| Hex | 2E | BB | AB | 4B | 0 | 9 | 1B | AD | 3D | 2E |
| Octal | 56 | 273 | 253 | 113 | 0 | 11 | 33 | 255 | 75 | 56 |
| Binary | 101110 | 10111011 | 10101011 | 1001011 | 0 | 1001 | 11011 | 10101101 | 111101 | 101110 |
Color Harmonies of #2EBBAB
Complementary color
Monochromatic Colors of #2EBBAB
Black with #2EBBAB
Text Example
Text Example
White with #2EBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBAB; }
p { color: rgb(46,187,171); }
H1.HeaderClassName
{
color: #2EBBAB;
}
.AnyTagClassName
{
color: #2EBBAB;
}
</style>
background-color css
<style>
a { background-color: #2EBBAB; }
a { background-color: rgb(46,187,171); }
div.DivClassName
{
background-color: #2EBBAB;
}
.BgClassName
{
background-color: #2EBBAB;
}
</style>
border-color css
<style>
span { border-color: #2EBBAB; }
span { border-color: rgb(46,187,171); }
td.TdClassName
{
border-color: #2EBBAB;
}
.TagClassName
{
border-color: #2EBBAB;
}
</style>