Shades of Light Sea Green #1ECCBB
Tints of Light Sea Green #1ECCBB
RGB
CMYK
RGB Variations
Color information
#1ECCBB (or 0x1ECCBB) is known color: Light Sea Green. HEX triplet: 1E, CC and BB. RGB value is (30,204,187). Sum of RGB (Red+Green+Blue) = 30+204+187=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCBB is #E13344. Grayscale: #959595. Windows color (decimal): -14758725 or 12307486. OLE color: 12307486.
HSL color Cylindrical-coordinate representation of color #1ECCBB: hue angle of 174.14º 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 #1ECCBB is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 187 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.2 |
| HSL | 174.14º | 0.74% | 0.46% | - |
| HSV(B) | 174.14º | 0.85% | 0.8% | - |
| XYZ | 31.1 | 47.05 | 54.46 | - |
| YUV | 150.04 | 148.85 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 187 | 0.85 | 0 | 0.08 | 0.2 | 174.14 | 0.74 | 0.46 |
| Hex | 1E | CC | BB | 55 | 0 | 8 | 14 | AE | 4A | 2E |
| Octal | 36 | 314 | 273 | 125 | 0 | 10 | 24 | 256 | 112 | 56 |
| Binary | 11110 | 11001100 | 10111011 | 1010101 | 0 | 1000 | 10100 | 10101110 | 1001010 | 101110 |
Color Harmonies of #1ECCBB
Complementary color
Monochromatic Colors of #1ECCBB
Black with #1ECCBB
Text Example
Text Example
White with #1ECCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCBB; }
p { color: rgb(30,204,187); }
H1.HeaderClassName
{
color: #1ECCBB;
}
.AnyTagClassName
{
color: #1ECCBB;
}
</style>
background-color css
<style>
a { background-color: #1ECCBB; }
a { background-color: rgb(30,204,187); }
div.DivClassName
{
background-color: #1ECCBB;
}
.BgClassName
{
background-color: #1ECCBB;
}
</style>
border-color css
<style>
span { border-color: #1ECCBB; }
span { border-color: rgb(30,204,187); }
td.TdClassName
{
border-color: #1ECCBB;
}
.TagClassName
{
border-color: #1ECCBB;
}
</style>