Shades of Light Sea Green #1EAAAD
Tints of Light Sea Green #1EAAAD
RGB
CMYK
RGB Variations
Color information
#1EAAAD (or 0x1EAAAD) is known color: Light Sea Green. HEX triplet: 1E, AA and AD. RGB value is (30,170,173). Sum of RGB (Red+Green+Blue) = 30+170+173=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #1EAAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAAD is #E15552. Grayscale: #808080. Windows color (decimal): -14767443 or 11381278. OLE color: 11381278.
HSL color Cylindrical-coordinate representation of color #1EAAAD: hue angle of 181.26º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAAAD is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 170 | 173 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.32 |
| HSL | 181.26º | 0.7% | 0.4% | - |
| HSV(B) | 181.26º | 0.83% | 0.68% | - |
| XYZ | 22.45 | 32.04 | 44.54 | - |
| YUV | 128.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 173 | 0.83 | 0.02 | 0 | 0.32 | 181.26 | 0.7 | 0.4 |
| Hex | 1E | AA | AD | 53 | 2 | 0 | 20 | B5 | 46 | 28 |
| Octal | 36 | 252 | 255 | 123 | 2 | 0 | 40 | 265 | 106 | 50 |
| Binary | 11110 | 10101010 | 10101101 | 1010011 | 10 | 0 | 100000 | 10110101 | 1000110 | 101000 |
Color Harmonies of #1EAAAD
Complementary color
Monochromatic Colors of #1EAAAD
Black with #1EAAAD
Text Example
Text Example
White with #1EAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAAD; }
p { color: rgb(30,170,173); }
H1.HeaderClassName
{
color: #1EAAAD;
}
.AnyTagClassName
{
color: #1EAAAD;
}
</style>
background-color css
<style>
a { background-color: #1EAAAD; }
a { background-color: rgb(30,170,173); }
div.DivClassName
{
background-color: #1EAAAD;
}
.BgClassName
{
background-color: #1EAAAD;
}
</style>
border-color css
<style>
span { border-color: #1EAAAD; }
span { border-color: rgb(30,170,173); }
td.TdClassName
{
border-color: #1EAAAD;
}
.TagClassName
{
border-color: #1EAAAD;
}
</style>