Shades of Light Sea Green #1EC1AB
Tints of Light Sea Green #1EC1AB
RGB
CMYK
RGB Variations
Color information
#1EC1AB (or 0x1EC1AB) is known color: Light Sea Green. HEX triplet: 1E, C1 and AB. RGB value is (30,193,171). Sum of RGB (Red+Green+Blue) = 30+193+171=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC1AB is #E13E54. Grayscale: #8D8D8D. Windows color (decimal): -14761557 or 11256094. OLE color: 11256094.
HSL color Cylindrical-coordinate representation of color #1EC1AB: hue angle of 171.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC1AB is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 171 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.24 |
| HSL | 171.9º | 0.73% | 0.44% | - |
| HSV(B) | 171.9º | 0.84% | 0.76% | - |
| XYZ | 26.96 | 41.36 | 45.09 | - |
| YUV | 141.76 | 144.5 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 171 | 0.84 | 0 | 0.11 | 0.24 | 171.9 | 0.73 | 0.44 |
| Hex | 1E | C1 | AB | 54 | 0 | B | 18 | AC | 49 | 2C |
| Octal | 36 | 301 | 253 | 124 | 0 | 13 | 30 | 254 | 111 | 54 |
| Binary | 11110 | 11000001 | 10101011 | 1010100 | 0 | 1011 | 11000 | 10101100 | 1001001 | 101100 |
Color Harmonies of #1EC1AB
Complementary color
Monochromatic Colors of #1EC1AB
Black with #1EC1AB
Text Example
Text Example
White with #1EC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC1AB; }
p { color: rgb(30,193,171); }
H1.HeaderClassName
{
color: #1EC1AB;
}
.AnyTagClassName
{
color: #1EC1AB;
}
</style>
background-color css
<style>
a { background-color: #1EC1AB; }
a { background-color: rgb(30,193,171); }
div.DivClassName
{
background-color: #1EC1AB;
}
.BgClassName
{
background-color: #1EC1AB;
}
</style>
border-color css
<style>
span { border-color: #1EC1AB; }
span { border-color: rgb(30,193,171); }
td.TdClassName
{
border-color: #1EC1AB;
}
.TagClassName
{
border-color: #1EC1AB;
}
</style>