Shades of Light Sea Green #1EC2A5
Tints of Light Sea Green #1EC2A5
RGB
CMYK
RGB Variations
Color information
#1EC2A5 (or 0x1EC2A5) is known color: Light Sea Green. HEX triplet: 1E, C2 and A5. RGB value is (30,194,165). Sum of RGB (Red+Green+Blue) = 30+194+165=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC2A5 is #E13D5A. Grayscale: #8D8D8D. Windows color (decimal): -14761307 or 10863134. OLE color: 10863134.
HSL color Cylindrical-coordinate representation of color #1EC2A5: hue angle of 169.39º 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 #1EC2A5 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 165 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.24 |
| HSL | 169.39º | 0.73% | 0.44% | - |
| HSV(B) | 169.39º | 0.85% | 0.76% | - |
| XYZ | 26.62 | 41.58 | 42.22 | - |
| YUV | 141.66 | 141.17 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 165 | 0.85 | 0 | 0.15 | 0.24 | 169.39 | 0.73 | 0.44 |
| Hex | 1E | C2 | A5 | 55 | 0 | F | 18 | A9 | 49 | 2C |
| Octal | 36 | 302 | 245 | 125 | 0 | 17 | 30 | 251 | 111 | 54 |
| Binary | 11110 | 11000010 | 10100101 | 1010101 | 0 | 1111 | 11000 | 10101001 | 1001001 | 101100 |
Color Harmonies of #1EC2A5
Complementary color
Monochromatic Colors of #1EC2A5
Black with #1EC2A5
Text Example
Text Example
White with #1EC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC2A5; }
p { color: rgb(30,194,165); }
H1.HeaderClassName
{
color: #1EC2A5;
}
.AnyTagClassName
{
color: #1EC2A5;
}
</style>
background-color css
<style>
a { background-color: #1EC2A5; }
a { background-color: rgb(30,194,165); }
div.DivClassName
{
background-color: #1EC2A5;
}
.BgClassName
{
background-color: #1EC2A5;
}
</style>
border-color css
<style>
span { border-color: #1EC2A5; }
span { border-color: rgb(30,194,165); }
td.TdClassName
{
border-color: #1EC2A5;
}
.TagClassName
{
border-color: #1EC2A5;
}
</style>