Shades of Light Sea Green #1EC7AC
Tints of Light Sea Green #1EC7AC
RGB
CMYK
RGB Variations
Color information
#1EC7AC (or 0x1EC7AC) is known color: Light Sea Green. HEX triplet: 1E, C7 and AC. RGB value is (30,199,172). Sum of RGB (Red+Green+Blue) = 30+199+172=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #1EC7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC7AC is #E13853. Grayscale: #919191. Windows color (decimal): -14760020 or 11323166. OLE color: 11323166.
HSL color Cylindrical-coordinate representation of color #1EC7AC: hue angle of 170.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC7AC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 199 | 172 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.22 |
| HSL | 170.41º | 0.74% | 0.45% | - |
| HSV(B) | 170.41º | 0.85% | 0.78% | - |
| XYZ | 28.41 | 44.1 | 46.05 | - |
| YUV | 145.39 | 143.01 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 172 | 0.85 | 0 | 0.14 | 0.22 | 170.41 | 0.74 | 0.45 |
| Hex | 1E | C7 | AC | 55 | 0 | E | 16 | AA | 4A | 2D |
| Octal | 36 | 307 | 254 | 125 | 0 | 16 | 26 | 252 | 112 | 55 |
| Binary | 11110 | 11000111 | 10101100 | 1010101 | 0 | 1110 | 10110 | 10101010 | 1001010 | 101101 |
Color Harmonies of #1EC7AC
Complementary color
Monochromatic Colors of #1EC7AC
Black with #1EC7AC
Text Example
Text Example
White with #1EC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7AC; }
p { color: rgb(30,199,172); }
H1.HeaderClassName
{
color: #1EC7AC;
}
.AnyTagClassName
{
color: #1EC7AC;
}
</style>
background-color css
<style>
a { background-color: #1EC7AC; }
a { background-color: rgb(30,199,172); }
div.DivClassName
{
background-color: #1EC7AC;
}
.BgClassName
{
background-color: #1EC7AC;
}
</style>
border-color css
<style>
span { border-color: #1EC7AC; }
span { border-color: rgb(30,199,172); }
td.TdClassName
{
border-color: #1EC7AC;
}
.TagClassName
{
border-color: #1EC7AC;
}
</style>