Shades of Light Sea Green #1EC1BC
Tints of Light Sea Green #1EC1BC
RGB
CMYK
RGB Variations
Color information
#1EC1BC (or 0x1EC1BC) is known color: Light Sea Green. HEX triplet: 1E, C1 and BC. RGB value is (30,193,188). Sum of RGB (Red+Green+Blue) = 30+193+188=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC1BC is #E13E43. Grayscale: #8F8F8F. Windows color (decimal): -14761540 or 12370206. OLE color: 12370206.
HSL color Cylindrical-coordinate representation of color #1EC1BC: hue angle of 178.16º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC1BC is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 188 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.24 |
| HSL | 178.16º | 0.73% | 0.44% | - |
| HSV(B) | 178.16º | 0.84% | 0.76% | - |
| XYZ | 28.68 | 42.05 | 54.18 | - |
| YUV | 143.69 | 153 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 188 | 0.84 | 0 | 0.03 | 0.24 | 178.16 | 0.73 | 0.44 |
| Hex | 1E | C1 | BC | 54 | 0 | 3 | 18 | B2 | 49 | 2C |
| Octal | 36 | 301 | 274 | 124 | 0 | 3 | 30 | 262 | 111 | 54 |
| Binary | 11110 | 11000001 | 10111100 | 1010100 | 0 | 11 | 11000 | 10110010 | 1001001 | 101100 |
Color Harmonies of #1EC1BC
Complementary color
Monochromatic Colors of #1EC1BC
Black with #1EC1BC
Text Example
Text Example
White with #1EC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC1BC; }
p { color: rgb(30,193,188); }
H1.HeaderClassName
{
color: #1EC1BC;
}
.AnyTagClassName
{
color: #1EC1BC;
}
</style>
background-color css
<style>
a { background-color: #1EC1BC; }
a { background-color: rgb(30,193,188); }
div.DivClassName
{
background-color: #1EC1BC;
}
.BgClassName
{
background-color: #1EC1BC;
}
</style>
border-color css
<style>
span { border-color: #1EC1BC; }
span { border-color: rgb(30,193,188); }
td.TdClassName
{
border-color: #1EC1BC;
}
.TagClassName
{
border-color: #1EC1BC;
}
</style>