Shades of Light Sea Green #1ECDB5
Tints of Light Sea Green #1ECDB5
RGB
CMYK
RGB Variations
Color information
#1ECDB5 (or 0x1ECDB5) is known color: Light Sea Green. HEX triplet: 1E, CD and B5. RGB value is (30,205,181). Sum of RGB (Red+Green+Blue) = 30+205+181=416 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.21% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDB5 is #E1324A. Grayscale: #959595. Windows color (decimal): -14758475 or 11914526. OLE color: 11914526.
HSL color Cylindrical-coordinate representation of color #1ECDB5: hue angle of 171.77º 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 #1ECDB5 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 181 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.20 |
| HSL | 171.77º | 0.74% | 0.46% | - |
| HSV(B) | 171.77º | 0.85% | 0.8% | - |
| XYZ | 30.71 | 47.27 | 51.22 | - |
| YUV | 149.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 181 | 0.85 | 0 | 0.12 | 0.20 | 171.77 | 0.74 | 0.46 |
| Hex | 1E | CD | B5 | 55 | 0 | C | 14 | AC | 4A | 2E |
| Octal | 36 | 315 | 265 | 125 | 0 | 14 | 24 | 254 | 112 | 56 |
| Binary | 11110 | 11001101 | 10110101 | 1010101 | 0 | 1100 | 10100 | 10101100 | 1001010 | 101110 |
Color Harmonies of #1ECDB5
Complementary color
Monochromatic Colors of #1ECDB5
Black with #1ECDB5
Text Example
Text Example
White with #1ECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDB5; }
p { color: rgb(30,205,181); }
H1.HeaderClassName
{
color: #1ECDB5;
}
.AnyTagClassName
{
color: #1ECDB5;
}
</style>
background-color css
<style>
a { background-color: #1ECDB5; }
a { background-color: rgb(30,205,181); }
div.DivClassName
{
background-color: #1ECDB5;
}
.BgClassName
{
background-color: #1ECDB5;
}
</style>
border-color css
<style>
span { border-color: #1ECDB5; }
span { border-color: rgb(30,205,181); }
td.TdClassName
{
border-color: #1ECDB5;
}
.TagClassName
{
border-color: #1ECDB5;
}
</style>