Shades of Light Sea Green #2EBDAB
Tints of Light Sea Green #2EBDAB
RGB
CMYK
RGB Variations
Color information
#2EBDAB (or 0x2EBDAB) is known color: Light Sea Green. HEX triplet: 2E, BD and AB. RGB value is (46,189,171). Sum of RGB (Red+Green+Blue) = 46+189+171=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDAB is #D14254. Grayscale: #909090. Windows color (decimal): -13714005 or 11255086. OLE color: 11255086.
HSL color Cylindrical-coordinate representation of color #2EBDAB: hue angle of 172.45º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDAB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 171 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.26 |
| HSL | 172.45º | 0.61% | 0.46% | - |
| HSV(B) | 172.45º | 0.76% | 0.74% | - |
| XYZ | 26.68 | 39.92 | 44.83 | - |
| YUV | 144.19 | 143.12 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 171 | 0.76 | 0 | 0.10 | 0.26 | 172.45 | 0.61 | 0.46 |
| Hex | 2E | BD | AB | 4C | 0 | A | 1A | AC | 3D | 2E |
| Octal | 56 | 275 | 253 | 114 | 0 | 12 | 32 | 254 | 75 | 56 |
| Binary | 101110 | 10111101 | 10101011 | 1001100 | 0 | 1010 | 11010 | 10101100 | 111101 | 101110 |
Color Harmonies of #2EBDAB
Complementary color
Monochromatic Colors of #2EBDAB
Black with #2EBDAB
Text Example
Text Example
White with #2EBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDAB; }
p { color: rgb(46,189,171); }
H1.HeaderClassName
{
color: #2EBDAB;
}
.AnyTagClassName
{
color: #2EBDAB;
}
</style>
background-color css
<style>
a { background-color: #2EBDAB; }
a { background-color: rgb(46,189,171); }
div.DivClassName
{
background-color: #2EBDAB;
}
.BgClassName
{
background-color: #2EBDAB;
}
</style>
border-color css
<style>
span { border-color: #2EBDAB; }
span { border-color: rgb(46,189,171); }
td.TdClassName
{
border-color: #2EBDAB;
}
.TagClassName
{
border-color: #2EBDAB;
}
</style>