Shades of Light Sea Green #1ECAB6
Tints of Light Sea Green #1ECAB6
RGB
CMYK
RGB Variations
Color information
#1ECAB6 (or 0x1ECAB6) is known color: Light Sea Green. HEX triplet: 1E, CA and B6. RGB value is (30,202,182). Sum of RGB (Red+Green+Blue) = 30+202+182=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECAB6 is #E13549. Grayscale: #949494. Windows color (decimal): -14759242 or 11979294. OLE color: 11979294.
HSL color Cylindrical-coordinate representation of color #1ECAB6: hue angle of 173.02º 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 #1ECAB6 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 182 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.21 |
| HSL | 173.02º | 0.74% | 0.45% | - |
| HSV(B) | 173.02º | 0.85% | 0.79% | - |
| XYZ | 30.1 | 45.89 | 51.53 | - |
| YUV | 148.29 | 147.02 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 182 | 0.85 | 0 | 0.10 | 0.21 | 173.02 | 0.74 | 0.45 |
| Hex | 1E | CA | B6 | 55 | 0 | A | 15 | AD | 4A | 2D |
| Octal | 36 | 312 | 266 | 125 | 0 | 12 | 25 | 255 | 112 | 55 |
| Binary | 11110 | 11001010 | 10110110 | 1010101 | 0 | 1010 | 10101 | 10101101 | 1001010 | 101101 |
Color Harmonies of #1ECAB6
Complementary color
Monochromatic Colors of #1ECAB6
Black with #1ECAB6
Text Example
Text Example
White with #1ECAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAB6; }
p { color: rgb(30,202,182); }
H1.HeaderClassName
{
color: #1ECAB6;
}
.AnyTagClassName
{
color: #1ECAB6;
}
</style>
background-color css
<style>
a { background-color: #1ECAB6; }
a { background-color: rgb(30,202,182); }
div.DivClassName
{
background-color: #1ECAB6;
}
.BgClassName
{
background-color: #1ECAB6;
}
</style>
border-color css
<style>
span { border-color: #1ECAB6; }
span { border-color: rgb(30,202,182); }
td.TdClassName
{
border-color: #1ECAB6;
}
.TagClassName
{
border-color: #1ECAB6;
}
</style>