Shades of Light Sea Green #1EA3A6
Tints of Light Sea Green #1EA3A6
RGB
CMYK
RGB Variations
Color information
#1EA3A6 (or 0x1EA3A6) is known color: Light Sea Green. HEX triplet: 1E, A3 and A6. RGB value is (30,163,166). Sum of RGB (Red+Green+Blue) = 30+163+166=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #1EA3A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA3A6 is #E15C59. Grayscale: #7B7B7B. Windows color (decimal): -14769242 or 10920734. OLE color: 10920734.
HSL color Cylindrical-coordinate representation of color #1EA3A6: hue angle of 181.32º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA3A6 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 163 | 166 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.35 |
| HSL | 181.32º | 0.69% | 0.38% | - |
| HSV(B) | 181.32º | 0.82% | 0.65% | - |
| XYZ | 20.52 | 29.22 | 40.64 | - |
| YUV | 123.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 166 | 0.82 | 0.02 | 0 | 0.35 | 181.32 | 0.69 | 0.38 |
| Hex | 1E | A3 | A6 | 52 | 2 | 0 | 23 | B5 | 45 | 26 |
| Octal | 36 | 243 | 246 | 122 | 2 | 0 | 43 | 265 | 105 | 46 |
| Binary | 11110 | 10100011 | 10100110 | 1010010 | 10 | 0 | 100011 | 10110101 | 1000101 | 100110 |
Color Harmonies of #1EA3A6
Complementary color
Monochromatic Colors of #1EA3A6
Black with #1EA3A6
Text Example
Text Example
White with #1EA3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA3A6; }
p { color: rgb(30,163,166); }
H1.HeaderClassName
{
color: #1EA3A6;
}
.AnyTagClassName
{
color: #1EA3A6;
}
</style>
background-color css
<style>
a { background-color: #1EA3A6; }
a { background-color: rgb(30,163,166); }
div.DivClassName
{
background-color: #1EA3A6;
}
.BgClassName
{
background-color: #1EA3A6;
}
</style>
border-color css
<style>
span { border-color: #1EA3A6; }
span { border-color: rgb(30,163,166); }
td.TdClassName
{
border-color: #1EA3A6;
}
.TagClassName
{
border-color: #1EA3A6;
}
</style>