Shades of Light Sea Green #2ECAB8
Tints of Light Sea Green #2ECAB8
RGB
CMYK
RGB Variations
Color information
#2ECAB8 (or 0x2ECAB8) is known color: Light Sea Green. HEX triplet: 2E, CA and B8. RGB value is (46,202,184). Sum of RGB (Red+Green+Blue) = 46+202+184=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAB8 is #D13547. Grayscale: #999999. Windows color (decimal): -13710664 or 12110382. OLE color: 12110382.
HSL color Cylindrical-coordinate representation of color #2ECAB8: hue angle of 173.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECAB8 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 184 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.21 |
| HSL | 173.08º | 0.63% | 0.49% | - |
| HSV(B) | 173.08º | 0.77% | 0.79% | - |
| XYZ | 30.9 | 46.28 | 52.65 | - |
| YUV | 153.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 184 | 0.77 | 0 | 0.09 | 0.21 | 173.08 | 0.63 | 0.49 |
| Hex | 2E | CA | B8 | 4D | 0 | 9 | 15 | AD | 3F | 31 |
| Octal | 56 | 312 | 270 | 115 | 0 | 11 | 25 | 255 | 77 | 61 |
| Binary | 101110 | 11001010 | 10111000 | 1001101 | 0 | 1001 | 10101 | 10101101 | 111111 | 110001 |
Color Harmonies of #2ECAB8
Complementary color
Monochromatic Colors of #2ECAB8
Black with #2ECAB8
Text Example
Text Example
White with #2ECAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAB8; }
p { color: rgb(46,202,184); }
H1.HeaderClassName
{
color: #2ECAB8;
}
.AnyTagClassName
{
color: #2ECAB8;
}
</style>
background-color css
<style>
a { background-color: #2ECAB8; }
a { background-color: rgb(46,202,184); }
div.DivClassName
{
background-color: #2ECAB8;
}
.BgClassName
{
background-color: #2ECAB8;
}
</style>
border-color css
<style>
span { border-color: #2ECAB8; }
span { border-color: rgb(46,202,184); }
td.TdClassName
{
border-color: #2ECAB8;
}
.TagClassName
{
border-color: #2ECAB8;
}
</style>