Shades of Light Sea Green #1ECABF
Tints of Light Sea Green #1ECABF
RGB
CMYK
RGB Variations
Color information
#1ECABF (or 0x1ECABF) is known color: Light Sea Green. HEX triplet: 1E, CA and BF. RGB value is (30,202,191). Sum of RGB (Red+Green+Blue) = 30+202+191=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECABF is #E13540. Grayscale: #959595. Windows color (decimal): -14759233 or 12569118. OLE color: 12569118.
HSL color Cylindrical-coordinate representation of color #1ECABF: hue angle of 176.16º 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 #1ECABF is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 191 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.21 |
| HSL | 176.16º | 0.74% | 0.45% | - |
| HSV(B) | 176.16º | 0.85% | 0.79% | - |
| XYZ | 31.06 | 46.28 | 56.59 | - |
| YUV | 149.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 191 | 0.85 | 0 | 0.05 | 0.21 | 176.16 | 0.74 | 0.45 |
| Hex | 1E | CA | BF | 55 | 0 | 5 | 15 | B0 | 4A | 2D |
| Octal | 36 | 312 | 277 | 125 | 0 | 5 | 25 | 260 | 112 | 55 |
| Binary | 11110 | 11001010 | 10111111 | 1010101 | 0 | 101 | 10101 | 10110000 | 1001010 | 101101 |
Color Harmonies of #1ECABF
Complementary color
Monochromatic Colors of #1ECABF
Black with #1ECABF
Text Example
Text Example
White with #1ECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECABF; }
p { color: rgb(30,202,191); }
H1.HeaderClassName
{
color: #1ECABF;
}
.AnyTagClassName
{
color: #1ECABF;
}
</style>
background-color css
<style>
a { background-color: #1ECABF; }
a { background-color: rgb(30,202,191); }
div.DivClassName
{
background-color: #1ECABF;
}
.BgClassName
{
background-color: #1ECABF;
}
</style>
border-color css
<style>
span { border-color: #1ECABF; }
span { border-color: rgb(30,202,191); }
td.TdClassName
{
border-color: #1ECABF;
}
.TagClassName
{
border-color: #1ECABF;
}
</style>