Shades of Light Sea Green #1ECEBD
Tints of Light Sea Green #1ECEBD
RGB
CMYK
RGB Variations
Color information
#1ECEBD (or 0x1ECEBD) is known color: Light Sea Green. HEX triplet: 1E, CE and BD. RGB value is (30,206,189). Sum of RGB (Red+Green+Blue) = 30+206+189=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEBD is #E13142. Grayscale: #979797. Windows color (decimal): -14758211 or 12439070. OLE color: 12439070.
HSL color Cylindrical-coordinate representation of color #1ECEBD: hue angle of 174.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECEBD is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 189 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.19 |
| HSL | 174.2º | 0.75% | 0.46% | - |
| HSV(B) | 174.2º | 0.85% | 0.81% | - |
| XYZ | 31.79 | 48.09 | 55.75 | - |
| YUV | 151.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 189 | 0.85 | 0 | 0.08 | 0.19 | 174.2 | 0.75 | 0.46 |
| Hex | 1E | CE | BD | 55 | 0 | 8 | 13 | AE | 4B | 2E |
| Octal | 36 | 316 | 275 | 125 | 0 | 10 | 23 | 256 | 113 | 56 |
| Binary | 11110 | 11001110 | 10111101 | 1010101 | 0 | 1000 | 10011 | 10101110 | 1001011 | 101110 |
Color Harmonies of #1ECEBD
Complementary color
Monochromatic Colors of #1ECEBD
Black with #1ECEBD
Text Example
Text Example
White with #1ECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEBD; }
p { color: rgb(30,206,189); }
H1.HeaderClassName
{
color: #1ECEBD;
}
.AnyTagClassName
{
color: #1ECEBD;
}
</style>
background-color css
<style>
a { background-color: #1ECEBD; }
a { background-color: rgb(30,206,189); }
div.DivClassName
{
background-color: #1ECEBD;
}
.BgClassName
{
background-color: #1ECEBD;
}
</style>
border-color css
<style>
span { border-color: #1ECEBD; }
span { border-color: rgb(30,206,189); }
td.TdClassName
{
border-color: #1ECEBD;
}
.TagClassName
{
border-color: #1ECEBD;
}
</style>