Shades of Light Sea Green #1EAAAC
Tints of Light Sea Green #1EAAAC
RGB
CMYK
RGB Variations
Color information
#1EAAAC (or 0x1EAAAC) is known color: Light Sea Green. HEX triplet: 1E, AA and AC. RGB value is (30,170,172). Sum of RGB (Red+Green+Blue) = 30+170+172=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #1EAAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAAC is #E15553. Grayscale: #808080. Windows color (decimal): -14767444 or 11315742. OLE color: 11315742.
HSL color Cylindrical-coordinate representation of color #1EAAAC: hue angle of 180.85º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAAAC is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 172 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.33 |
| HSL | 180.85º | 0.7% | 0.4% | - |
| HSV(B) | 180.85º | 0.83% | 0.67% | - |
| XYZ | 22.36 | 32 | 44.03 | - |
| YUV | 128.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 172 | 0.83 | 0.01 | 0 | 0.33 | 180.85 | 0.7 | 0.4 |
| Hex | 1E | AA | AC | 53 | 1 | 0 | 21 | B5 | 46 | 28 |
| Octal | 36 | 252 | 254 | 123 | 1 | 0 | 41 | 265 | 106 | 50 |
| Binary | 11110 | 10101010 | 10101100 | 1010011 | 1 | 0 | 100001 | 10110101 | 1000110 | 101000 |
Color Harmonies of #1EAAAC
Complementary color
Monochromatic Colors of #1EAAAC
Black with #1EAAAC
Text Example
Text Example
White with #1EAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAAC; }
p { color: rgb(30,170,172); }
H1.HeaderClassName
{
color: #1EAAAC;
}
.AnyTagClassName
{
color: #1EAAAC;
}
</style>
background-color css
<style>
a { background-color: #1EAAAC; }
a { background-color: rgb(30,170,172); }
div.DivClassName
{
background-color: #1EAAAC;
}
.BgClassName
{
background-color: #1EAAAC;
}
</style>
border-color css
<style>
span { border-color: #1EAAAC; }
span { border-color: rgb(30,170,172); }
td.TdClassName
{
border-color: #1EAAAC;
}
.TagClassName
{
border-color: #1EAAAC;
}
</style>