Shades of Light Sea Green #1ECCAB
Tints of Light Sea Green #1ECCAB
RGB
CMYK
RGB Variations
Color information
#1ECCAB (or 0x1ECCAB) is known color: Light Sea Green. HEX triplet: 1E, CC and AB. RGB value is (30,204,171). Sum of RGB (Red+Green+Blue) = 30+204+171=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECCAB is #E13354. Grayscale: #949494. Windows color (decimal): -14758741 or 11258910. OLE color: 11258910.
HSL color Cylindrical-coordinate representation of color #1ECCAB: hue angle of 168.62º 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 #1ECCAB is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 171 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.2 |
| HSL | 168.62º | 0.74% | 0.46% | - |
| HSV(B) | 168.62º | 0.85% | 0.8% | - |
| XYZ | 29.48 | 46.4 | 45.93 | - |
| YUV | 148.21 | 140.85 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 171 | 0.85 | 0 | 0.16 | 0.2 | 168.62 | 0.74 | 0.46 |
| Hex | 1E | CC | AB | 55 | 0 | 10 | 14 | A9 | 4A | 2E |
| Octal | 36 | 314 | 253 | 125 | 0 | 20 | 24 | 251 | 112 | 56 |
| Binary | 11110 | 11001100 | 10101011 | 1010101 | 0 | 10000 | 10100 | 10101001 | 1001010 | 101110 |
Color Harmonies of #1ECCAB
Complementary color
Monochromatic Colors of #1ECCAB
Black with #1ECCAB
Text Example
Text Example
White with #1ECCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCAB; }
p { color: rgb(30,204,171); }
H1.HeaderClassName
{
color: #1ECCAB;
}
.AnyTagClassName
{
color: #1ECCAB;
}
</style>
background-color css
<style>
a { background-color: #1ECCAB; }
a { background-color: rgb(30,204,171); }
div.DivClassName
{
background-color: #1ECCAB;
}
.BgClassName
{
background-color: #1ECCAB;
}
</style>
border-color css
<style>
span { border-color: #1ECCAB; }
span { border-color: rgb(30,204,171); }
td.TdClassName
{
border-color: #1ECCAB;
}
.TagClassName
{
border-color: #1ECCAB;
}
</style>