Shades of Light Sea Green #1ECFAE
Tints of Light Sea Green #1ECFAE
RGB
CMYK
RGB Variations
Color information
#1ECFAE (or 0x1ECFAE) is known color: Light Sea Green. HEX triplet: 1E, CF and AE. RGB value is (30,207,174). Sum of RGB (Red+Green+Blue) = 30+207+174=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECFAE is #E13051. Grayscale: #969696. Windows color (decimal): -14757970 or 11456286. OLE color: 11456286.
HSL color Cylindrical-coordinate representation of color #1ECFAE: hue angle of 168.81º 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 #1ECFAE is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 174 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.19 |
| HSL | 168.81º | 0.75% | 0.46% | - |
| HSV(B) | 168.81º | 0.86% | 0.81% | - |
| XYZ | 30.49 | 47.96 | 47.69 | - |
| YUV | 150.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 174 | 0.86 | 0 | 0.16 | 0.19 | 168.81 | 0.75 | 0.46 |
| Hex | 1E | CF | AE | 56 | 0 | 10 | 13 | A9 | 4B | 2E |
| Octal | 36 | 317 | 256 | 126 | 0 | 20 | 23 | 251 | 113 | 56 |
| Binary | 11110 | 11001111 | 10101110 | 1010110 | 0 | 10000 | 10011 | 10101001 | 1001011 | 101110 |
Color Harmonies of #1ECFAE
Complementary color
Monochromatic Colors of #1ECFAE
Black with #1ECFAE
Text Example
Text Example
White with #1ECFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFAE; }
p { color: rgb(30,207,174); }
H1.HeaderClassName
{
color: #1ECFAE;
}
.AnyTagClassName
{
color: #1ECFAE;
}
</style>
background-color css
<style>
a { background-color: #1ECFAE; }
a { background-color: rgb(30,207,174); }
div.DivClassName
{
background-color: #1ECFAE;
}
.BgClassName
{
background-color: #1ECFAE;
}
</style>
border-color css
<style>
span { border-color: #1ECFAE; }
span { border-color: rgb(30,207,174); }
td.TdClassName
{
border-color: #1ECFAE;
}
.TagClassName
{
border-color: #1ECFAE;
}
</style>