Shades of Light Sea Green #1EC0AC
Tints of Light Sea Green #1EC0AC
RGB
CMYK
RGB Variations
Color information
#1EC0AC (or 0x1EC0AC) is known color: Light Sea Green. HEX triplet: 1E, C0 and AC. RGB value is (30,192,172). Sum of RGB (Red+Green+Blue) = 30+192+172=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC0AC is #E13F53. Grayscale: #8D8D8D. Windows color (decimal): -14761812 or 11321374. OLE color: 11321374.
HSL color Cylindrical-coordinate representation of color #1EC0AC: hue angle of 172.59º 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 #1EC0AC is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 172 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.25 |
| HSL | 172.59º | 0.73% | 0.44% | - |
| HSV(B) | 172.59º | 0.84% | 0.75% | - |
| XYZ | 26.83 | 40.95 | 45.52 | - |
| YUV | 141.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 172 | 0.84 | 0 | 0.10 | 0.25 | 172.59 | 0.73 | 0.44 |
| Hex | 1E | C0 | AC | 54 | 0 | A | 19 | AD | 49 | 2C |
| Octal | 36 | 300 | 254 | 124 | 0 | 12 | 31 | 255 | 111 | 54 |
| Binary | 11110 | 11000000 | 10101100 | 1010100 | 0 | 1010 | 11001 | 10101101 | 1001001 | 101100 |
Color Harmonies of #1EC0AC
Complementary color
Monochromatic Colors of #1EC0AC
Black with #1EC0AC
Text Example
Text Example
White with #1EC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC0AC; }
p { color: rgb(30,192,172); }
H1.HeaderClassName
{
color: #1EC0AC;
}
.AnyTagClassName
{
color: #1EC0AC;
}
</style>
background-color css
<style>
a { background-color: #1EC0AC; }
a { background-color: rgb(30,192,172); }
div.DivClassName
{
background-color: #1EC0AC;
}
.BgClassName
{
background-color: #1EC0AC;
}
</style>
border-color css
<style>
span { border-color: #1EC0AC; }
span { border-color: rgb(30,192,172); }
td.TdClassName
{
border-color: #1EC0AC;
}
.TagClassName
{
border-color: #1EC0AC;
}
</style>