Shades of Light Sea Green #2EBDA6
Tints of Light Sea Green #2EBDA6
RGB
CMYK
RGB Variations
Color information
#2EBDA6 (or 0x2EBDA6) is known color: Light Sea Green. HEX triplet: 2E, BD and A6. RGB value is (46,189,166). Sum of RGB (Red+Green+Blue) = 46+189+166=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA6 is #D14259. Grayscale: #8F8F8F. Windows color (decimal): -13714010 or 10927406. OLE color: 10927406.
HSL color Cylindrical-coordinate representation of color #2EBDA6: hue angle of 170.35º 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 #2EBDA6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 166 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.26 |
| HSL | 170.35º | 0.61% | 0.46% | - |
| HSV(B) | 170.35º | 0.76% | 0.74% | - |
| XYZ | 26.21 | 39.73 | 42.36 | - |
| YUV | 143.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 166 | 0.76 | 0 | 0.12 | 0.26 | 170.35 | 0.61 | 0.46 |
| Hex | 2E | BD | A6 | 4C | 0 | C | 1A | AA | 3D | 2E |
| Octal | 56 | 275 | 246 | 114 | 0 | 14 | 32 | 252 | 75 | 56 |
| Binary | 101110 | 10111101 | 10100110 | 1001100 | 0 | 1100 | 11010 | 10101010 | 111101 | 101110 |
Color Harmonies of #2EBDA6
Complementary color
Monochromatic Colors of #2EBDA6
Black with #2EBDA6
Text Example
Text Example
White with #2EBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDA6; }
p { color: rgb(46,189,166); }
H1.HeaderClassName
{
color: #2EBDA6;
}
.AnyTagClassName
{
color: #2EBDA6;
}
</style>
background-color css
<style>
a { background-color: #2EBDA6; }
a { background-color: rgb(46,189,166); }
div.DivClassName
{
background-color: #2EBDA6;
}
.BgClassName
{
background-color: #2EBDA6;
}
</style>
border-color css
<style>
span { border-color: #2EBDA6; }
span { border-color: rgb(46,189,166); }
td.TdClassName
{
border-color: #2EBDA6;
}
.TagClassName
{
border-color: #2EBDA6;
}
</style>