Shades of Light Sea Green #1ECFB1
Tints of Light Sea Green #1ECFB1
RGB
CMYK
RGB Variations
Color information
#1ECFB1 (or 0x1ECFB1) is known color: Light Sea Green. HEX triplet: 1E, CF and B1. RGB value is (30,207,177). Sum of RGB (Red+Green+Blue) = 30+207+177=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECFB1 is #E1304E. Grayscale: #969696. Windows color (decimal): -14757967 or 11652894. OLE color: 11652894.
HSL color Cylindrical-coordinate representation of color #1ECFB1: hue angle of 169.83º 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 #1ECFB1 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 177 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.19 |
| HSL | 169.83º | 0.75% | 0.46% | - |
| HSV(B) | 169.83º | 0.86% | 0.81% | - |
| XYZ | 30.78 | 48.08 | 49.25 | - |
| YUV | 150.66 | 142.86 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 177 | 0.86 | 0 | 0.14 | 0.19 | 169.83 | 0.75 | 0.46 |
| Hex | 1E | CF | B1 | 56 | 0 | E | 13 | AA | 4B | 2E |
| Octal | 36 | 317 | 261 | 126 | 0 | 16 | 23 | 252 | 113 | 56 |
| Binary | 11110 | 11001111 | 10110001 | 1010110 | 0 | 1110 | 10011 | 10101010 | 1001011 | 101110 |
Color Harmonies of #1ECFB1
Complementary color
Monochromatic Colors of #1ECFB1
Black with #1ECFB1
Text Example
Text Example
White with #1ECFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFB1; }
p { color: rgb(30,207,177); }
H1.HeaderClassName
{
color: #1ECFB1;
}
.AnyTagClassName
{
color: #1ECFB1;
}
</style>
background-color css
<style>
a { background-color: #1ECFB1; }
a { background-color: rgb(30,207,177); }
div.DivClassName
{
background-color: #1ECFB1;
}
.BgClassName
{
background-color: #1ECFB1;
}
</style>
border-color css
<style>
span { border-color: #1ECFB1; }
span { border-color: rgb(30,207,177); }
td.TdClassName
{
border-color: #1ECFB1;
}
.TagClassName
{
border-color: #1ECFB1;
}
</style>