Shades of Light Sea Green #1ECDBA
Tints of Light Sea Green #1ECDBA
RGB
CMYK
RGB Variations
Color information
#1ECDBA (or 0x1ECDBA) is known color: Light Sea Green. HEX triplet: 1E, CD and BA. RGB value is (30,205,186). Sum of RGB (Red+Green+Blue) = 30+205+186=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDBA is #E13245. Grayscale: #969696. Windows color (decimal): -14758470 or 12242206. OLE color: 12242206.
HSL color Cylindrical-coordinate representation of color #1ECDBA: hue angle of 173.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECDBA is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 186 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.20 |
| HSL | 173.49º | 0.74% | 0.46% | - |
| HSV(B) | 173.49º | 0.85% | 0.8% | - |
| XYZ | 31.23 | 47.48 | 53.97 | - |
| YUV | 150.51 | 148.02 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 186 | 0.85 | 0 | 0.09 | 0.20 | 173.49 | 0.74 | 0.46 |
| Hex | 1E | CD | BA | 55 | 0 | 9 | 14 | AD | 4A | 2E |
| Octal | 36 | 315 | 272 | 125 | 0 | 11 | 24 | 255 | 112 | 56 |
| Binary | 11110 | 11001101 | 10111010 | 1010101 | 0 | 1001 | 10100 | 10101101 | 1001010 | 101110 |
Color Harmonies of #1ECDBA
Complementary color
Monochromatic Colors of #1ECDBA
Black with #1ECDBA
Text Example
Text Example
White with #1ECDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDBA; }
p { color: rgb(30,205,186); }
H1.HeaderClassName
{
color: #1ECDBA;
}
.AnyTagClassName
{
color: #1ECDBA;
}
</style>
background-color css
<style>
a { background-color: #1ECDBA; }
a { background-color: rgb(30,205,186); }
div.DivClassName
{
background-color: #1ECDBA;
}
.BgClassName
{
background-color: #1ECDBA;
}
</style>
border-color css
<style>
span { border-color: #1ECDBA; }
span { border-color: rgb(30,205,186); }
td.TdClassName
{
border-color: #1ECDBA;
}
.TagClassName
{
border-color: #1ECDBA;
}
</style>