Shades of Light Sea Green #1ECABB
Tints of Light Sea Green #1ECABB
RGB
CMYK
RGB Variations
Color information
#1ECABB (or 0x1ECABB) is known color: Light Sea Green. HEX triplet: 1E, CA and BB. RGB value is (30,202,187). Sum of RGB (Red+Green+Blue) = 30+202+187=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECABB is #E13544. Grayscale: #949494. Windows color (decimal): -14759237 or 12306974. OLE color: 12306974.
HSL color Cylindrical-coordinate representation of color #1ECABB: hue angle of 174.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECABB is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 187 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.21 |
| HSL | 174.77º | 0.74% | 0.45% | - |
| HSV(B) | 174.77º | 0.85% | 0.79% | - |
| XYZ | 30.63 | 46.1 | 54.3 | - |
| YUV | 148.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 187 | 0.85 | 0 | 0.07 | 0.21 | 174.77 | 0.74 | 0.45 |
| Hex | 1E | CA | BB | 55 | 0 | 7 | 15 | AF | 4A | 2D |
| Octal | 36 | 312 | 273 | 125 | 0 | 7 | 25 | 257 | 112 | 55 |
| Binary | 11110 | 11001010 | 10111011 | 1010101 | 0 | 111 | 10101 | 10101111 | 1001010 | 101101 |
Color Harmonies of #1ECABB
Complementary color
Monochromatic Colors of #1ECABB
Black with #1ECABB
Text Example
Text Example
White with #1ECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECABB; }
p { color: rgb(30,202,187); }
H1.HeaderClassName
{
color: #1ECABB;
}
.AnyTagClassName
{
color: #1ECABB;
}
</style>
background-color css
<style>
a { background-color: #1ECABB; }
a { background-color: rgb(30,202,187); }
div.DivClassName
{
background-color: #1ECABB;
}
.BgClassName
{
background-color: #1ECABB;
}
</style>
border-color css
<style>
span { border-color: #1ECABB; }
span { border-color: rgb(30,202,187); }
td.TdClassName
{
border-color: #1ECABB;
}
.TagClassName
{
border-color: #1ECABB;
}
</style>