Shades of Light Sea Green #1EC1AD
Tints of Light Sea Green #1EC1AD
RGB
CMYK
RGB Variations
Color information
#1EC1AD (or 0x1EC1AD) is known color: Light Sea Green. HEX triplet: 1E, C1 and AD. RGB value is (30,193,173). Sum of RGB (Red+Green+Blue) = 30+193+173=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC1AD is #E13E52. Grayscale: #8D8D8D. Windows color (decimal): -14761555 or 11387166. OLE color: 11387166.
HSL color Cylindrical-coordinate representation of color #1EC1AD: hue angle of 172.64º 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 #1EC1AD is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 173 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.24 |
| HSL | 172.64º | 0.73% | 0.44% | - |
| HSV(B) | 172.64º | 0.84% | 0.76% | - |
| XYZ | 27.15 | 41.43 | 46.1 | - |
| YUV | 141.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 173 | 0.84 | 0 | 0.10 | 0.24 | 172.64 | 0.73 | 0.44 |
| Hex | 1E | C1 | AD | 54 | 0 | A | 18 | AD | 49 | 2C |
| Octal | 36 | 301 | 255 | 124 | 0 | 12 | 30 | 255 | 111 | 54 |
| Binary | 11110 | 11000001 | 10101101 | 1010100 | 0 | 1010 | 11000 | 10101101 | 1001001 | 101100 |
Color Harmonies of #1EC1AD
Complementary color
Monochromatic Colors of #1EC1AD
Black with #1EC1AD
Text Example
Text Example
White with #1EC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC1AD; }
p { color: rgb(30,193,173); }
H1.HeaderClassName
{
color: #1EC1AD;
}
.AnyTagClassName
{
color: #1EC1AD;
}
</style>
background-color css
<style>
a { background-color: #1EC1AD; }
a { background-color: rgb(30,193,173); }
div.DivClassName
{
background-color: #1EC1AD;
}
.BgClassName
{
background-color: #1EC1AD;
}
</style>
border-color css
<style>
span { border-color: #1EC1AD; }
span { border-color: rgb(30,193,173); }
td.TdClassName
{
border-color: #1EC1AD;
}
.TagClassName
{
border-color: #1EC1AD;
}
</style>