Shades of Light Sea Green #1EC2BB
Tints of Light Sea Green #1EC2BB
RGB
CMYK
RGB Variations
Color information
#1EC2BB (or 0x1EC2BB) is known color: Light Sea Green. HEX triplet: 1E, C2 and BB. RGB value is (30,194,187). Sum of RGB (Red+Green+Blue) = 30+194+187=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC2BB is #E13D44. Grayscale: #909090. Windows color (decimal): -14761285 or 12304926. OLE color: 12304926.
HSL color Cylindrical-coordinate representation of color #1EC2BB: hue angle of 177.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC2BB is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 187 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.24 |
| HSL | 177.44º | 0.73% | 0.44% | - |
| HSV(B) | 177.44º | 0.85% | 0.76% | - |
| XYZ | 28.8 | 42.45 | 53.69 | - |
| YUV | 144.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 187 | 0.85 | 0 | 0.04 | 0.24 | 177.44 | 0.73 | 0.44 |
| Hex | 1E | C2 | BB | 55 | 0 | 4 | 18 | B1 | 49 | 2C |
| Octal | 36 | 302 | 273 | 125 | 0 | 4 | 30 | 261 | 111 | 54 |
| Binary | 11110 | 11000010 | 10111011 | 1010101 | 0 | 100 | 11000 | 10110001 | 1001001 | 101100 |
Color Harmonies of #1EC2BB
Complementary color
Monochromatic Colors of #1EC2BB
Black with #1EC2BB
Text Example
Text Example
White with #1EC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC2BB; }
p { color: rgb(30,194,187); }
H1.HeaderClassName
{
color: #1EC2BB;
}
.AnyTagClassName
{
color: #1EC2BB;
}
</style>
background-color css
<style>
a { background-color: #1EC2BB; }
a { background-color: rgb(30,194,187); }
div.DivClassName
{
background-color: #1EC2BB;
}
.BgClassName
{
background-color: #1EC2BB;
}
</style>
border-color css
<style>
span { border-color: #1EC2BB; }
span { border-color: rgb(30,194,187); }
td.TdClassName
{
border-color: #1EC2BB;
}
.TagClassName
{
border-color: #1EC2BB;
}
</style>