Shades of Light Sea Green #2ECDB7
Tints of Light Sea Green #2ECDB7
RGB
CMYK
RGB Variations
Color information
#2ECDB7 (or 0x2ECDB7) is known color: Light Sea Green. HEX triplet: 2E, CD and B7. RGB value is (46,205,183). Sum of RGB (Red+Green+Blue) = 46+205+183=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDB7 is #D13248. Grayscale: #9A9A9A. Windows color (decimal): -13709897 or 12045614. OLE color: 12045614.
HSL color Cylindrical-coordinate representation of color #2ECDB7: hue angle of 171.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDB7 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 183 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.20 |
| HSL | 171.7º | 0.63% | 0.49% | - |
| HSV(B) | 171.7º | 0.78% | 0.8% | - |
| XYZ | 31.51 | 47.66 | 52.34 | - |
| YUV | 154.95 | 143.82 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 183 | 0.78 | 0 | 0.11 | 0.20 | 171.7 | 0.63 | 0.49 |
| Hex | 2E | CD | B7 | 4E | 0 | B | 14 | AC | 3F | 31 |
| Octal | 56 | 315 | 267 | 116 | 0 | 13 | 24 | 254 | 77 | 61 |
| Binary | 101110 | 11001101 | 10110111 | 1001110 | 0 | 1011 | 10100 | 10101100 | 111111 | 110001 |
Color Harmonies of #2ECDB7
Complementary color
Monochromatic Colors of #2ECDB7
Black with #2ECDB7
Text Example
Text Example
White with #2ECDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDB7; }
p { color: rgb(46,205,183); }
H1.HeaderClassName
{
color: #2ECDB7;
}
.AnyTagClassName
{
color: #2ECDB7;
}
</style>
background-color css
<style>
a { background-color: #2ECDB7; }
a { background-color: rgb(46,205,183); }
div.DivClassName
{
background-color: #2ECDB7;
}
.BgClassName
{
background-color: #2ECDB7;
}
</style>
border-color css
<style>
span { border-color: #2ECDB7; }
span { border-color: rgb(46,205,183); }
td.TdClassName
{
border-color: #2ECDB7;
}
.TagClassName
{
border-color: #2ECDB7;
}
</style>