Shades of Light Sea Green #1EC3C1
Tints of Light Sea Green #1EC3C1
RGB
CMYK
RGB Variations
Color information
#1EC3C1 (or 0x1EC3C1) is known color: Light Sea Green. HEX triplet: 1E, C3 and C1. RGB value is (30,195,193). Sum of RGB (Red+Green+Blue) = 30+195+193=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC3C1 is #E13C3E. Grayscale: #919191. Windows color (decimal): -14761023 or 12698398. OLE color: 12698398.
HSL color Cylindrical-coordinate representation of color #1EC3C1: hue angle of 179.27º 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 #1EC3C1 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 193 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.24 |
| HSL | 179.27º | 0.73% | 0.44% | - |
| HSV(B) | 179.27º | 0.85% | 0.76% | - |
| XYZ | 29.68 | 43.16 | 57.22 | - |
| YUV | 145.44 | 154.84 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 193 | 0.85 | 0 | 0.01 | 0.24 | 179.27 | 0.73 | 0.44 |
| Hex | 1E | C3 | C1 | 55 | 0 | 1 | 18 | B3 | 49 | 2C |
| Octal | 36 | 303 | 301 | 125 | 0 | 1 | 30 | 263 | 111 | 54 |
| Binary | 11110 | 11000011 | 11000001 | 1010101 | 0 | 1 | 11000 | 10110011 | 1001001 | 101100 |
Color Harmonies of #1EC3C1
Complementary color
Monochromatic Colors of #1EC3C1
Black with #1EC3C1
Text Example
Text Example
White with #1EC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3C1; }
p { color: rgb(30,195,193); }
H1.HeaderClassName
{
color: #1EC3C1;
}
.AnyTagClassName
{
color: #1EC3C1;
}
</style>
background-color css
<style>
a { background-color: #1EC3C1; }
a { background-color: rgb(30,195,193); }
div.DivClassName
{
background-color: #1EC3C1;
}
.BgClassName
{
background-color: #1EC3C1;
}
</style>
border-color css
<style>
span { border-color: #1EC3C1; }
span { border-color: rgb(30,195,193); }
td.TdClassName
{
border-color: #1EC3C1;
}
.TagClassName
{
border-color: #1EC3C1;
}
</style>