Shades of Light Sea Green #1EAAA3
Tints of Light Sea Green #1EAAA3
RGB
CMYK
RGB Variations
Color information
#1EAAA3 (or 0x1EAAA3) is known color: Light Sea Green. HEX triplet: 1E, AA and A3. RGB value is (30,170,163). Sum of RGB (Red+Green+Blue) = 30+170+163=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAA3 is #E1555C. Grayscale: #7F7F7F. Windows color (decimal): -14767453 or 10725918. OLE color: 10725918.
HSL color Cylindrical-coordinate representation of color #1EAAA3: hue angle of 177º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAAA3 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 163 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.33 |
| HSL | 177º | 0.7% | 0.39% | - |
| HSV(B) | 177º | 0.82% | 0.67% | - |
| XYZ | 21.52 | 31.67 | 39.63 | - |
| YUV | 127.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 163 | 0.82 | 0 | 0.04 | 0.33 | 177 | 0.7 | 0.39 |
| Hex | 1E | AA | A3 | 52 | 0 | 4 | 21 | B1 | 46 | 27 |
| Octal | 36 | 252 | 243 | 122 | 0 | 4 | 41 | 261 | 106 | 47 |
| Binary | 11110 | 10101010 | 10100011 | 1010010 | 0 | 100 | 100001 | 10110001 | 1000110 | 100111 |
Color Harmonies of #1EAAA3
Complementary color
Monochromatic Colors of #1EAAA3
Black with #1EAAA3
Text Example
Text Example
White with #1EAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAA3; }
p { color: rgb(30,170,163); }
H1.HeaderClassName
{
color: #1EAAA3;
}
.AnyTagClassName
{
color: #1EAAA3;
}
</style>
background-color css
<style>
a { background-color: #1EAAA3; }
a { background-color: rgb(30,170,163); }
div.DivClassName
{
background-color: #1EAAA3;
}
.BgClassName
{
background-color: #1EAAA3;
}
</style>
border-color css
<style>
span { border-color: #1EAAA3; }
span { border-color: rgb(30,170,163); }
td.TdClassName
{
border-color: #1EAAA3;
}
.TagClassName
{
border-color: #1EAAA3;
}
</style>