Shades of Light Sea Green #1ECBAE
Tints of Light Sea Green #1ECBAE
RGB
CMYK
RGB Variations
Color information
#1ECBAE (or 0x1ECBAE) is known color: Light Sea Green. HEX triplet: 1E, CB and AE. RGB value is (30,203,174). Sum of RGB (Red+Green+Blue) = 30+203+174=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECBAE is #E13451. Grayscale: #939393. Windows color (decimal): -14758994 or 11455262. OLE color: 11455262.
HSL color Cylindrical-coordinate representation of color #1ECBAE: hue angle of 169.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECBAE is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 174 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.20 |
| HSL | 169.94º | 0.74% | 0.46% | - |
| HSV(B) | 169.94º | 0.85% | 0.8% | - |
| XYZ | 29.53 | 46.04 | 47.38 | - |
| YUV | 147.97 | 142.69 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 174 | 0.85 | 0 | 0.14 | 0.20 | 169.94 | 0.74 | 0.46 |
| Hex | 1E | CB | AE | 55 | 0 | E | 14 | AA | 4A | 2E |
| Octal | 36 | 313 | 256 | 125 | 0 | 16 | 24 | 252 | 112 | 56 |
| Binary | 11110 | 11001011 | 10101110 | 1010101 | 0 | 1110 | 10100 | 10101010 | 1001010 | 101110 |
Color Harmonies of #1ECBAE
Complementary color
Monochromatic Colors of #1ECBAE
Black with #1ECBAE
Text Example
Text Example
White with #1ECBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBAE; }
p { color: rgb(30,203,174); }
H1.HeaderClassName
{
color: #1ECBAE;
}
.AnyTagClassName
{
color: #1ECBAE;
}
</style>
background-color css
<style>
a { background-color: #1ECBAE; }
a { background-color: rgb(30,203,174); }
div.DivClassName
{
background-color: #1ECBAE;
}
.BgClassName
{
background-color: #1ECBAE;
}
</style>
border-color css
<style>
span { border-color: #1ECBAE; }
span { border-color: rgb(30,203,174); }
td.TdClassName
{
border-color: #1ECBAE;
}
.TagClassName
{
border-color: #1ECBAE;
}
</style>