Shades of Light Sea Green #1ECBAA
Tints of Light Sea Green #1ECBAA
RGB
CMYK
RGB Variations
Color information
#1ECBAA (or 0x1ECBAA) is known color: Light Sea Green. HEX triplet: 1E, CB and AA. RGB value is (30,203,170). Sum of RGB (Red+Green+Blue) = 30+203+170=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECBAA is #E13455. Grayscale: #939393. Windows color (decimal): -14758998 or 11193118. OLE color: 11193118.
HSL color Cylindrical-coordinate representation of color #1ECBAA: hue angle of 168.55º 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 #1ECBAA is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 170 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.20 |
| HSL | 168.55º | 0.74% | 0.46% | - |
| HSV(B) | 168.55º | 0.85% | 0.8% | - |
| XYZ | 29.15 | 45.89 | 45.35 | - |
| YUV | 147.51 | 140.69 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 170 | 0.85 | 0 | 0.16 | 0.20 | 168.55 | 0.74 | 0.46 |
| Hex | 1E | CB | AA | 55 | 0 | 10 | 14 | A9 | 4A | 2E |
| Octal | 36 | 313 | 252 | 125 | 0 | 20 | 24 | 251 | 112 | 56 |
| Binary | 11110 | 11001011 | 10101010 | 1010101 | 0 | 10000 | 10100 | 10101001 | 1001010 | 101110 |
Color Harmonies of #1ECBAA
Complementary color
Monochromatic Colors of #1ECBAA
Black with #1ECBAA
Text Example
Text Example
White with #1ECBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBAA; }
p { color: rgb(30,203,170); }
H1.HeaderClassName
{
color: #1ECBAA;
}
.AnyTagClassName
{
color: #1ECBAA;
}
</style>
background-color css
<style>
a { background-color: #1ECBAA; }
a { background-color: rgb(30,203,170); }
div.DivClassName
{
background-color: #1ECBAA;
}
.BgClassName
{
background-color: #1ECBAA;
}
</style>
border-color css
<style>
span { border-color: #1ECBAA; }
span { border-color: rgb(30,203,170); }
td.TdClassName
{
border-color: #1ECBAA;
}
.TagClassName
{
border-color: #1ECBAA;
}
</style>