Shades of Light Sea Green #2EBDA3
Tints of Light Sea Green #2EBDA3
RGB
CMYK
RGB Variations
Color information
#2EBDA3 (or 0x2EBDA3) is known color: Light Sea Green. HEX triplet: 2E, BD and A3. RGB value is (46,189,163). Sum of RGB (Red+Green+Blue) = 46+189+163=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA3 is #D1425C. Grayscale: #8F8F8F. Windows color (decimal): -13714013 or 10730798. OLE color: 10730798.
HSL color Cylindrical-coordinate representation of color #2EBDA3: hue angle of 169.09º 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 #2EBDA3 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 163 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.26 |
| HSL | 169.09º | 0.61% | 0.46% | - |
| HSV(B) | 169.09º | 0.76% | 0.74% | - |
| XYZ | 25.94 | 39.62 | 40.93 | - |
| YUV | 143.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 163 | 0.76 | 0 | 0.14 | 0.26 | 169.09 | 0.61 | 0.46 |
| Hex | 2E | BD | A3 | 4C | 0 | E | 1A | A9 | 3D | 2E |
| Octal | 56 | 275 | 243 | 114 | 0 | 16 | 32 | 251 | 75 | 56 |
| Binary | 101110 | 10111101 | 10100011 | 1001100 | 0 | 1110 | 11010 | 10101001 | 111101 | 101110 |
Color Harmonies of #2EBDA3
Complementary color
Monochromatic Colors of #2EBDA3
Black with #2EBDA3
Text Example
Text Example
White with #2EBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDA3; }
p { color: rgb(46,189,163); }
H1.HeaderClassName
{
color: #2EBDA3;
}
.AnyTagClassName
{
color: #2EBDA3;
}
</style>
background-color css
<style>
a { background-color: #2EBDA3; }
a { background-color: rgb(46,189,163); }
div.DivClassName
{
background-color: #2EBDA3;
}
.BgClassName
{
background-color: #2EBDA3;
}
</style>
border-color css
<style>
span { border-color: #2EBDA3; }
span { border-color: rgb(46,189,163); }
td.TdClassName
{
border-color: #2EBDA3;
}
.TagClassName
{
border-color: #2EBDA3;
}
</style>