Shades of Light Sea Green #1EADA7
Tints of Light Sea Green #1EADA7
RGB
CMYK
RGB Variations
Color information
#1EADA7 (or 0x1EADA7) is known color: Light Sea Green. HEX triplet: 1E, AD and A7. RGB value is (30,173,167). Sum of RGB (Red+Green+Blue) = 30+173+167=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #1EADA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EADA7 is #E15258. Grayscale: #818181. Windows color (decimal): -14766681 or 10988830. OLE color: 10988830.
HSL color Cylindrical-coordinate representation of color #1EADA7: hue angle of 177.48º 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 #1EADA7 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 167 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.32 |
| HSL | 177.48º | 0.7% | 0.4% | - |
| HSV(B) | 177.48º | 0.83% | 0.68% | - |
| XYZ | 22.45 | 32.95 | 41.74 | - |
| YUV | 129.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 167 | 0.83 | 0 | 0.03 | 0.32 | 177.48 | 0.7 | 0.4 |
| Hex | 1E | AD | A7 | 53 | 0 | 3 | 20 | B1 | 46 | 28 |
| Octal | 36 | 255 | 247 | 123 | 0 | 3 | 40 | 261 | 106 | 50 |
| Binary | 11110 | 10101101 | 10100111 | 1010011 | 0 | 11 | 100000 | 10110001 | 1000110 | 101000 |
Color Harmonies of #1EADA7
Complementary color
Monochromatic Colors of #1EADA7
Black with #1EADA7
Text Example
Text Example
White with #1EADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADA7; }
p { color: rgb(30,173,167); }
H1.HeaderClassName
{
color: #1EADA7;
}
.AnyTagClassName
{
color: #1EADA7;
}
</style>
background-color css
<style>
a { background-color: #1EADA7; }
a { background-color: rgb(30,173,167); }
div.DivClassName
{
background-color: #1EADA7;
}
.BgClassName
{
background-color: #1EADA7;
}
</style>
border-color css
<style>
span { border-color: #1EADA7; }
span { border-color: rgb(30,173,167); }
td.TdClassName
{
border-color: #1EADA7;
}
.TagClassName
{
border-color: #1EADA7;
}
</style>