Shades of Light Sea Green #1ED0AF
Tints of Light Sea Green #1ED0AF
RGB
CMYK
RGB Variations
Color information
#1ED0AF (or 0x1ED0AF) is known color: Light Sea Green. HEX triplet: 1E, D0 and AF. RGB value is (30,208,175). Sum of RGB (Red+Green+Blue) = 30+208+175=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED0AF is #E12F50. Grayscale: #969696. Windows color (decimal): -14757713 or 11522078. OLE color: 11522078.
HSL color Cylindrical-coordinate representation of color #1ED0AF: hue angle of 168.88º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED0AF is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 175 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.18 |
| HSL | 168.88º | 0.75% | 0.47% | - |
| HSV(B) | 168.88º | 0.86% | 0.82% | - |
| XYZ | 30.83 | 48.48 | 48.29 | - |
| YUV | 151.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 175 | 0.86 | 0 | 0.16 | 0.18 | 168.88 | 0.75 | 0.47 |
| Hex | 1E | D0 | AF | 56 | 0 | 10 | 12 | A9 | 4B | 2F |
| Octal | 36 | 320 | 257 | 126 | 0 | 20 | 22 | 251 | 113 | 57 |
| Binary | 11110 | 11010000 | 10101111 | 1010110 | 0 | 10000 | 10010 | 10101001 | 1001011 | 101111 |
Color Harmonies of #1ED0AF
Complementary color
Monochromatic Colors of #1ED0AF
Black with #1ED0AF
Text Example
Text Example
White with #1ED0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED0AF; }
p { color: rgb(30,208,175); }
H1.HeaderClassName
{
color: #1ED0AF;
}
.AnyTagClassName
{
color: #1ED0AF;
}
</style>
background-color css
<style>
a { background-color: #1ED0AF; }
a { background-color: rgb(30,208,175); }
div.DivClassName
{
background-color: #1ED0AF;
}
.BgClassName
{
background-color: #1ED0AF;
}
</style>
border-color css
<style>
span { border-color: #1ED0AF; }
span { border-color: rgb(30,208,175); }
td.TdClassName
{
border-color: #1ED0AF;
}
.TagClassName
{
border-color: #1ED0AF;
}
</style>