Shades of Light Sea Green #1EBCC0
Tints of Light Sea Green #1EBCC0
RGB
CMYK
RGB Variations
Color information
#1EBCC0 (or 0x1EBCC0) is known color: Light Sea Green. HEX triplet: 1E, BC and C0. RGB value is (30,188,192). Sum of RGB (Red+Green+Blue) = 30+188+192=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #1EBCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCC0 is #E1433F. Grayscale: #8D8D8D. Windows color (decimal): -14762816 or 12631070. OLE color: 12631070.
HSL color Cylindrical-coordinate representation of color #1EBCC0: hue angle of 181.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBCC0 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 188 | 192 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.25 |
| HSL | 181.48º | 0.73% | 0.44% | - |
| HSV(B) | 181.48º | 0.84% | 0.75% | - |
| XYZ | 28.03 | 40.05 | 56.12 | - |
| YUV | 141.21 | 156.65 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 192 | 0.84 | 0.02 | 0 | 0.25 | 181.48 | 0.73 | 0.44 |
| Hex | 1E | BC | C0 | 54 | 2 | 0 | 19 | B5 | 49 | 2C |
| Octal | 36 | 274 | 300 | 124 | 2 | 0 | 31 | 265 | 111 | 54 |
| Binary | 11110 | 10111100 | 11000000 | 1010100 | 10 | 0 | 11001 | 10110101 | 1001001 | 101100 |
Color Harmonies of #1EBCC0
Complementary color
Monochromatic Colors of #1EBCC0
Black with #1EBCC0
Text Example
Text Example
White with #1EBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCC0; }
p { color: rgb(30,188,192); }
H1.HeaderClassName
{
color: #1EBCC0;
}
.AnyTagClassName
{
color: #1EBCC0;
}
</style>
background-color css
<style>
a { background-color: #1EBCC0; }
a { background-color: rgb(30,188,192); }
div.DivClassName
{
background-color: #1EBCC0;
}
.BgClassName
{
background-color: #1EBCC0;
}
</style>
border-color css
<style>
span { border-color: #1EBCC0; }
span { border-color: rgb(30,188,192); }
td.TdClassName
{
border-color: #1EBCC0;
}
.TagClassName
{
border-color: #1EBCC0;
}
</style>