Shades of Light Sea Green #2EBDAC
Tints of Light Sea Green #2EBDAC
RGB
CMYK
RGB Variations
Color information
#2EBDAC (or 0x2EBDAC) is known color: Light Sea Green. HEX triplet: 2E, BD and AC. RGB value is (46,189,172). Sum of RGB (Red+Green+Blue) = 46+189+172=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDAC is #D14253. Grayscale: #909090. Windows color (decimal): -13714004 or 11320622. OLE color: 11320622.
HSL color Cylindrical-coordinate representation of color #2EBDAC: hue angle of 172.87º 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 #2EBDAC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 172 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.26 |
| HSL | 172.87º | 0.61% | 0.46% | - |
| HSV(B) | 172.87º | 0.76% | 0.74% | - |
| XYZ | 26.77 | 39.95 | 45.33 | - |
| YUV | 144.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 172 | 0.76 | 0 | 0.09 | 0.26 | 172.87 | 0.61 | 0.46 |
| Hex | 2E | BD | AC | 4C | 0 | 9 | 1A | AD | 3D | 2E |
| Octal | 56 | 275 | 254 | 114 | 0 | 11 | 32 | 255 | 75 | 56 |
| Binary | 101110 | 10111101 | 10101100 | 1001100 | 0 | 1001 | 11010 | 10101101 | 111101 | 101110 |
Color Harmonies of #2EBDAC
Complementary color
Monochromatic Colors of #2EBDAC
Black with #2EBDAC
Text Example
Text Example
White with #2EBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDAC; }
p { color: rgb(46,189,172); }
H1.HeaderClassName
{
color: #2EBDAC;
}
.AnyTagClassName
{
color: #2EBDAC;
}
</style>
background-color css
<style>
a { background-color: #2EBDAC; }
a { background-color: rgb(46,189,172); }
div.DivClassName
{
background-color: #2EBDAC;
}
.BgClassName
{
background-color: #2EBDAC;
}
</style>
border-color css
<style>
span { border-color: #2EBDAC; }
span { border-color: rgb(46,189,172); }
td.TdClassName
{
border-color: #2EBDAC;
}
.TagClassName
{
border-color: #2EBDAC;
}
</style>