Shades of Light Sea Green #1EC9AC
Tints of Light Sea Green #1EC9AC
RGB
CMYK
RGB Variations
Color information
#1EC9AC (or 0x1EC9AC) is known color: Light Sea Green. HEX triplet: 1E, C9 and AC. RGB value is (30,201,172). Sum of RGB (Red+Green+Blue) = 30+201+172=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC9AC is #E13653. Grayscale: #929292. Windows color (decimal): -14759508 or 11323678. OLE color: 11323678.
HSL color Cylindrical-coordinate representation of color #1EC9AC: hue angle of 169.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC9AC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 172 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.21 |
| HSL | 169.82º | 0.74% | 0.45% | - |
| HSV(B) | 169.82º | 0.85% | 0.79% | - |
| XYZ | 28.87 | 45.03 | 46.2 | - |
| YUV | 146.57 | 142.35 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 172 | 0.85 | 0 | 0.14 | 0.21 | 169.82 | 0.74 | 0.45 |
| Hex | 1E | C9 | AC | 55 | 0 | E | 15 | AA | 4A | 2D |
| Octal | 36 | 311 | 254 | 125 | 0 | 16 | 25 | 252 | 112 | 55 |
| Binary | 11110 | 11001001 | 10101100 | 1010101 | 0 | 1110 | 10101 | 10101010 | 1001010 | 101101 |
Color Harmonies of #1EC9AC
Complementary color
Monochromatic Colors of #1EC9AC
Black with #1EC9AC
Text Example
Text Example
White with #1EC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC9AC; }
p { color: rgb(30,201,172); }
H1.HeaderClassName
{
color: #1EC9AC;
}
.AnyTagClassName
{
color: #1EC9AC;
}
</style>
background-color css
<style>
a { background-color: #1EC9AC; }
a { background-color: rgb(30,201,172); }
div.DivClassName
{
background-color: #1EC9AC;
}
.BgClassName
{
background-color: #1EC9AC;
}
</style>
border-color css
<style>
span { border-color: #1EC9AC; }
span { border-color: rgb(30,201,172); }
td.TdClassName
{
border-color: #1EC9AC;
}
.TagClassName
{
border-color: #1EC9AC;
}
</style>