Shades of Light Sea Green #2EBDA8
Tints of Light Sea Green #2EBDA8
RGB
CMYK
RGB Variations
Color information
#2EBDA8 (or 0x2EBDA8) is known color: Light Sea Green. HEX triplet: 2E, BD and A8. RGB value is (46,189,168). Sum of RGB (Red+Green+Blue) = 46+189+168=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA8 is #D14257. Grayscale: #8F8F8F. Windows color (decimal): -13714008 or 11058478. OLE color: 11058478.
HSL color Cylindrical-coordinate representation of color #2EBDA8: hue angle of 171.19º 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 #2EBDA8 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 168 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.26 |
| HSL | 171.19º | 0.61% | 0.46% | - |
| HSV(B) | 171.19º | 0.76% | 0.74% | - |
| XYZ | 26.39 | 39.8 | 43.34 | - |
| YUV | 143.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 168 | 0.76 | 0 | 0.11 | 0.26 | 171.19 | 0.61 | 0.46 |
| Hex | 2E | BD | A8 | 4C | 0 | B | 1A | AB | 3D | 2E |
| Octal | 56 | 275 | 250 | 114 | 0 | 13 | 32 | 253 | 75 | 56 |
| Binary | 101110 | 10111101 | 10101000 | 1001100 | 0 | 1011 | 11010 | 10101011 | 111101 | 101110 |
Color Harmonies of #2EBDA8
Complementary color
Monochromatic Colors of #2EBDA8
Black with #2EBDA8
Text Example
Text Example
White with #2EBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDA8; }
p { color: rgb(46,189,168); }
H1.HeaderClassName
{
color: #2EBDA8;
}
.AnyTagClassName
{
color: #2EBDA8;
}
</style>
background-color css
<style>
a { background-color: #2EBDA8; }
a { background-color: rgb(46,189,168); }
div.DivClassName
{
background-color: #2EBDA8;
}
.BgClassName
{
background-color: #2EBDA8;
}
</style>
border-color css
<style>
span { border-color: #2EBDA8; }
span { border-color: rgb(46,189,168); }
td.TdClassName
{
border-color: #2EBDA8;
}
.TagClassName
{
border-color: #2EBDA8;
}
</style>