Shades of Light Sea Green #1EC0AA
Tints of Light Sea Green #1EC0AA
RGB
CMYK
RGB Variations
Color information
#1EC0AA (or 0x1EC0AA) is known color: Light Sea Green. HEX triplet: 1E, C0 and AA. RGB value is (30,192,170). Sum of RGB (Red+Green+Blue) = 30+192+170=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC0AA is #E13F55. Grayscale: #8C8C8C. Windows color (decimal): -14761814 or 11190302. OLE color: 11190302.
HSL color Cylindrical-coordinate representation of color #1EC0AA: hue angle of 171.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC0AA is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 170 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.25 |
| HSL | 171.85º | 0.73% | 0.44% | - |
| HSV(B) | 171.85º | 0.84% | 0.75% | - |
| XYZ | 26.64 | 40.88 | 44.52 | - |
| YUV | 141.05 | 144.33 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 170 | 0.84 | 0 | 0.11 | 0.25 | 171.85 | 0.73 | 0.44 |
| Hex | 1E | C0 | AA | 54 | 0 | B | 19 | AC | 49 | 2C |
| Octal | 36 | 300 | 252 | 124 | 0 | 13 | 31 | 254 | 111 | 54 |
| Binary | 11110 | 11000000 | 10101010 | 1010100 | 0 | 1011 | 11001 | 10101100 | 1001001 | 101100 |
Color Harmonies of #1EC0AA
Complementary color
Monochromatic Colors of #1EC0AA
Black with #1EC0AA
Text Example
Text Example
White with #1EC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC0AA; }
p { color: rgb(30,192,170); }
H1.HeaderClassName
{
color: #1EC0AA;
}
.AnyTagClassName
{
color: #1EC0AA;
}
</style>
background-color css
<style>
a { background-color: #1EC0AA; }
a { background-color: rgb(30,192,170); }
div.DivClassName
{
background-color: #1EC0AA;
}
.BgClassName
{
background-color: #1EC0AA;
}
</style>
border-color css
<style>
span { border-color: #1EC0AA; }
span { border-color: rgb(30,192,170); }
td.TdClassName
{
border-color: #1EC0AA;
}
.TagClassName
{
border-color: #1EC0AA;
}
</style>