Shades of Light Sea Green #1EAD9F
Tints of Light Sea Green #1EAD9F
RGB
CMYK
RGB Variations
Color information
#1EAD9F (or 0x1EAD9F) is known color: Light Sea Green. HEX triplet: 1E, AD and 9F. RGB value is (30,173,159). Sum of RGB (Red+Green+Blue) = 30+173+159=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD9F is #E15260. Grayscale: #808080. Windows color (decimal): -14766689 or 10464542. OLE color: 10464542.
HSL color Cylindrical-coordinate representation of color #1EAD9F: hue angle of 174.13º 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 #1EAD9F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 159 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.32 |
| HSL | 174.13º | 0.7% | 0.4% | - |
| HSV(B) | 174.13º | 0.83% | 0.68% | - |
| XYZ | 21.74 | 32.67 | 37.96 | - |
| YUV | 128.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 159 | 0.83 | 0 | 0.08 | 0.32 | 174.13 | 0.7 | 0.4 |
| Hex | 1E | AD | 9F | 53 | 0 | 8 | 20 | AE | 46 | 28 |
| Octal | 36 | 255 | 237 | 123 | 0 | 10 | 40 | 256 | 106 | 50 |
| Binary | 11110 | 10101101 | 10011111 | 1010011 | 0 | 1000 | 100000 | 10101110 | 1000110 | 101000 |
Color Harmonies of #1EAD9F
Complementary color
Monochromatic Colors of #1EAD9F
Black with #1EAD9F
Text Example
Text Example
White with #1EAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD9F; }
p { color: rgb(30,173,159); }
H1.HeaderClassName
{
color: #1EAD9F;
}
.AnyTagClassName
{
color: #1EAD9F;
}
</style>
background-color css
<style>
a { background-color: #1EAD9F; }
a { background-color: rgb(30,173,159); }
div.DivClassName
{
background-color: #1EAD9F;
}
.BgClassName
{
background-color: #1EAD9F;
}
</style>
border-color css
<style>
span { border-color: #1EAD9F; }
span { border-color: rgb(30,173,159); }
td.TdClassName
{
border-color: #1EAD9F;
}
.TagClassName
{
border-color: #1EAD9F;
}
</style>