Shades of Light Sea Green #1ECDB8
Tints of Light Sea Green #1ECDB8
RGB
CMYK
RGB Variations
Color information
#1ECDB8 (or 0x1ECDB8) is known color: Light Sea Green. HEX triplet: 1E, CD and B8. RGB value is (30,205,184). Sum of RGB (Red+Green+Blue) = 30+205+184=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDB8 is #E13247. Grayscale: #969696. Windows color (decimal): -14758472 or 12111134. OLE color: 12111134.
HSL color Cylindrical-coordinate representation of color #1ECDB8: hue angle of 172.8º 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 #1ECDB8 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 184 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.20 |
| HSL | 172.8º | 0.74% | 0.46% | - |
| HSV(B) | 172.8º | 0.85% | 0.8% | - |
| XYZ | 31.02 | 47.4 | 52.86 | - |
| YUV | 150.28 | 147.02 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 184 | 0.85 | 0 | 0.10 | 0.20 | 172.8 | 0.74 | 0.46 |
| Hex | 1E | CD | B8 | 55 | 0 | A | 14 | AD | 4A | 2E |
| Octal | 36 | 315 | 270 | 125 | 0 | 12 | 24 | 255 | 112 | 56 |
| Binary | 11110 | 11001101 | 10111000 | 1010101 | 0 | 1010 | 10100 | 10101101 | 1001010 | 101110 |
Color Harmonies of #1ECDB8
Complementary color
Monochromatic Colors of #1ECDB8
Black with #1ECDB8
Text Example
Text Example
White with #1ECDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDB8; }
p { color: rgb(30,205,184); }
H1.HeaderClassName
{
color: #1ECDB8;
}
.AnyTagClassName
{
color: #1ECDB8;
}
</style>
background-color css
<style>
a { background-color: #1ECDB8; }
a { background-color: rgb(30,205,184); }
div.DivClassName
{
background-color: #1ECDB8;
}
.BgClassName
{
background-color: #1ECDB8;
}
</style>
border-color css
<style>
span { border-color: #1ECDB8; }
span { border-color: rgb(30,205,184); }
td.TdClassName
{
border-color: #1ECDB8;
}
.TagClassName
{
border-color: #1ECDB8;
}
</style>