Shades of Light Sea Green #1ECDB2
Tints of Light Sea Green #1ECDB2
RGB
CMYK
RGB Variations
Color information
#1ECDB2 (or 0x1ECDB2) is known color: Light Sea Green. HEX triplet: 1E, CD and B2. RGB value is (30,205,178). Sum of RGB (Red+Green+Blue) = 30+205+178=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECDB2 is #E1324D. Grayscale: #959595. Windows color (decimal): -14758478 or 11717918. OLE color: 11717918.
HSL color Cylindrical-coordinate representation of color #1ECDB2: hue angle of 170.74º 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 #1ECDB2 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 178 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.20 |
| HSL | 170.74º | 0.74% | 0.46% | - |
| HSV(B) | 170.74º | 0.85% | 0.8% | - |
| XYZ | 30.4 | 47.15 | 49.62 | - |
| YUV | 149.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 178 | 0.85 | 0 | 0.13 | 0.20 | 170.74 | 0.74 | 0.46 |
| Hex | 1E | CD | B2 | 55 | 0 | D | 14 | AB | 4A | 2E |
| Octal | 36 | 315 | 262 | 125 | 0 | 15 | 24 | 253 | 112 | 56 |
| Binary | 11110 | 11001101 | 10110010 | 1010101 | 0 | 1101 | 10100 | 10101011 | 1001010 | 101110 |
Color Harmonies of #1ECDB2
Complementary color
Monochromatic Colors of #1ECDB2
Black with #1ECDB2
Text Example
Text Example
White with #1ECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDB2; }
p { color: rgb(30,205,178); }
H1.HeaderClassName
{
color: #1ECDB2;
}
.AnyTagClassName
{
color: #1ECDB2;
}
</style>
background-color css
<style>
a { background-color: #1ECDB2; }
a { background-color: rgb(30,205,178); }
div.DivClassName
{
background-color: #1ECDB2;
}
.BgClassName
{
background-color: #1ECDB2;
}
</style>
border-color css
<style>
span { border-color: #1ECDB2; }
span { border-color: rgb(30,205,178); }
td.TdClassName
{
border-color: #1ECDB2;
}
.TagClassName
{
border-color: #1ECDB2;
}
</style>