Shades of Light Sea Green #1EC3AC
Tints of Light Sea Green #1EC3AC
RGB
CMYK
RGB Variations
Color information
#1EC3AC (or 0x1EC3AC) is known color: Light Sea Green. HEX triplet: 1E, C3 and AC. RGB value is (30,195,172). Sum of RGB (Red+Green+Blue) = 30+195+172=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC3AC is #E13C53. Grayscale: #8E8E8E. Windows color (decimal): -14761044 or 11322142. OLE color: 11322142.
HSL color Cylindrical-coordinate representation of color #1EC3AC: hue angle of 171.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC3AC is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 172 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.24 |
| HSL | 171.64º | 0.73% | 0.44% | - |
| HSV(B) | 171.64º | 0.85% | 0.76% | - |
| XYZ | 27.5 | 42.28 | 45.74 | - |
| YUV | 143.04 | 144.34 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 172 | 0.85 | 0 | 0.12 | 0.24 | 171.64 | 0.73 | 0.44 |
| Hex | 1E | C3 | AC | 55 | 0 | C | 18 | AC | 49 | 2C |
| Octal | 36 | 303 | 254 | 125 | 0 | 14 | 30 | 254 | 111 | 54 |
| Binary | 11110 | 11000011 | 10101100 | 1010101 | 0 | 1100 | 11000 | 10101100 | 1001001 | 101100 |
Color Harmonies of #1EC3AC
Complementary color
Monochromatic Colors of #1EC3AC
Black with #1EC3AC
Text Example
Text Example
White with #1EC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3AC; }
p { color: rgb(30,195,172); }
H1.HeaderClassName
{
color: #1EC3AC;
}
.AnyTagClassName
{
color: #1EC3AC;
}
</style>
background-color css
<style>
a { background-color: #1EC3AC; }
a { background-color: rgb(30,195,172); }
div.DivClassName
{
background-color: #1EC3AC;
}
.BgClassName
{
background-color: #1EC3AC;
}
</style>
border-color css
<style>
span { border-color: #1EC3AC; }
span { border-color: rgb(30,195,172); }
td.TdClassName
{
border-color: #1EC3AC;
}
.TagClassName
{
border-color: #1EC3AC;
}
</style>