Shades of Light Sea Green #1ECFAD
Tints of Light Sea Green #1ECFAD
RGB
CMYK
RGB Variations
Color information
#1ECFAD (or 0x1ECFAD) is known color: Light Sea Green. HEX triplet: 1E, CF and AD. RGB value is (30,207,173). Sum of RGB (Red+Green+Blue) = 30+207+173=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECFAD is #E13052. Grayscale: #969696. Windows color (decimal): -14757971 or 11390750. OLE color: 11390750.
HSL color Cylindrical-coordinate representation of color #1ECFAD: hue angle of 168.47º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFAD is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 173 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.19 |
| HSL | 168.47º | 0.75% | 0.46% | - |
| HSV(B) | 168.47º | 0.86% | 0.81% | - |
| XYZ | 30.39 | 47.92 | 47.18 | - |
| YUV | 150.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 173 | 0.86 | 0 | 0.16 | 0.19 | 168.47 | 0.75 | 0.46 |
| Hex | 1E | CF | AD | 56 | 0 | 10 | 13 | A8 | 4B | 2E |
| Octal | 36 | 317 | 255 | 126 | 0 | 20 | 23 | 250 | 113 | 56 |
| Binary | 11110 | 11001111 | 10101101 | 1010110 | 0 | 10000 | 10011 | 10101000 | 1001011 | 101110 |
Color Harmonies of #1ECFAD
Complementary color
Monochromatic Colors of #1ECFAD
Black with #1ECFAD
Text Example
Text Example
White with #1ECFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFAD; }
p { color: rgb(30,207,173); }
H1.HeaderClassName
{
color: #1ECFAD;
}
.AnyTagClassName
{
color: #1ECFAD;
}
</style>
background-color css
<style>
a { background-color: #1ECFAD; }
a { background-color: rgb(30,207,173); }
div.DivClassName
{
background-color: #1ECFAD;
}
.BgClassName
{
background-color: #1ECFAD;
}
</style>
border-color css
<style>
span { border-color: #1ECFAD; }
span { border-color: rgb(30,207,173); }
td.TdClassName
{
border-color: #1ECFAD;
}
.TagClassName
{
border-color: #1ECFAD;
}
</style>