Shades of Light Sea Green #1ECCB0
Tints of Light Sea Green #1ECCB0
RGB
CMYK
RGB Variations
Color information
#1ECCB0 (or 0x1ECCB0) is known color: Light Sea Green. HEX triplet: 1E, CC and B0. RGB value is (30,204,176). Sum of RGB (Red+Green+Blue) = 30+204+176=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECCB0 is #E1334F. Grayscale: #949494. Windows color (decimal): -14758736 or 11586590. OLE color: 11586590.
HSL color Cylindrical-coordinate representation of color #1ECCB0: hue angle of 170.34º 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 #1ECCB0 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 176 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.2 |
| HSL | 170.34º | 0.74% | 0.46% | - |
| HSV(B) | 170.34º | 0.85% | 0.8% | - |
| XYZ | 29.96 | 46.6 | 48.49 | - |
| YUV | 148.78 | 143.35 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 176 | 0.85 | 0 | 0.14 | 0.2 | 170.34 | 0.74 | 0.46 |
| Hex | 1E | CC | B0 | 55 | 0 | E | 14 | AA | 4A | 2E |
| Octal | 36 | 314 | 260 | 125 | 0 | 16 | 24 | 252 | 112 | 56 |
| Binary | 11110 | 11001100 | 10110000 | 1010101 | 0 | 1110 | 10100 | 10101010 | 1001010 | 101110 |
Color Harmonies of #1ECCB0
Complementary color
Monochromatic Colors of #1ECCB0
Black with #1ECCB0
Text Example
Text Example
White with #1ECCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCB0; }
p { color: rgb(30,204,176); }
H1.HeaderClassName
{
color: #1ECCB0;
}
.AnyTagClassName
{
color: #1ECCB0;
}
</style>
background-color css
<style>
a { background-color: #1ECCB0; }
a { background-color: rgb(30,204,176); }
div.DivClassName
{
background-color: #1ECCB0;
}
.BgClassName
{
background-color: #1ECCB0;
}
</style>
border-color css
<style>
span { border-color: #1ECCB0; }
span { border-color: rgb(30,204,176); }
td.TdClassName
{
border-color: #1ECCB0;
}
.TagClassName
{
border-color: #1ECCB0;
}
</style>