Shades of Light Sea Green #2ECCB6
Tints of Light Sea Green #2ECCB6
RGB
CMYK
RGB Variations
Color information
#2ECCB6 (or 0x2ECCB6) is known color: Light Sea Green. HEX triplet: 2E, CC and B6. RGB value is (46,204,182). Sum of RGB (Red+Green+Blue) = 46+204+182=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCB6 is #D13349. Grayscale: #9A9A9A. Windows color (decimal): -13710154 or 11979822. OLE color: 11979822.
HSL color Cylindrical-coordinate representation of color #2ECCB6: hue angle of 171.65º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECCB6 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 182 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.2 |
| HSL | 171.65º | 0.63% | 0.49% | - |
| HSV(B) | 171.65º | 0.77% | 0.8% | - |
| XYZ | 31.16 | 47.14 | 51.71 | - |
| YUV | 154.25 | 143.65 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 182 | 0.77 | 0 | 0.11 | 0.2 | 171.65 | 0.63 | 0.49 |
| Hex | 2E | CC | B6 | 4D | 0 | B | 14 | AC | 3F | 31 |
| Octal | 56 | 314 | 266 | 115 | 0 | 13 | 24 | 254 | 77 | 61 |
| Binary | 101110 | 11001100 | 10110110 | 1001101 | 0 | 1011 | 10100 | 10101100 | 111111 | 110001 |
Color Harmonies of #2ECCB6
Complementary color
Monochromatic Colors of #2ECCB6
Black with #2ECCB6
Text Example
Text Example
White with #2ECCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCB6; }
p { color: rgb(46,204,182); }
H1.HeaderClassName
{
color: #2ECCB6;
}
.AnyTagClassName
{
color: #2ECCB6;
}
</style>
background-color css
<style>
a { background-color: #2ECCB6; }
a { background-color: rgb(46,204,182); }
div.DivClassName
{
background-color: #2ECCB6;
}
.BgClassName
{
background-color: #2ECCB6;
}
</style>
border-color css
<style>
span { border-color: #2ECCB6; }
span { border-color: rgb(46,204,182); }
td.TdClassName
{
border-color: #2ECCB6;
}
.TagClassName
{
border-color: #2ECCB6;
}
</style>