Shades of Light Sea Green #1EBAC0
Tints of Light Sea Green #1EBAC0
RGB
CMYK
RGB Variations
Color information
#1EBAC0 (or 0x1EBAC0) is known color: Light Sea Green. HEX triplet: 1E, BA and C0. RGB value is (30,186,192). Sum of RGB (Red+Green+Blue) = 30+186+192=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #1EBAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBAC0 is #E1453F. Grayscale: #8B8B8B. Windows color (decimal): -14763328 or 12630558. OLE color: 12630558.
HSL color Cylindrical-coordinate representation of color #1EBAC0: hue angle of 182.22º 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 #1EBAC0 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 186 | 192 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.25 |
| HSL | 182.22º | 0.73% | 0.44% | - |
| HSV(B) | 182.22º | 0.84% | 0.75% | - |
| XYZ | 27.61 | 39.2 | 55.98 | - |
| YUV | 140.04 | 157.32 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 192 | 0.84 | 0.03 | 0 | 0.25 | 182.22 | 0.73 | 0.44 |
| Hex | 1E | BA | C0 | 54 | 3 | 0 | 19 | B6 | 49 | 2C |
| Octal | 36 | 272 | 300 | 124 | 3 | 0 | 31 | 266 | 111 | 54 |
| Binary | 11110 | 10111010 | 11000000 | 1010100 | 11 | 0 | 11001 | 10110110 | 1001001 | 101100 |
Color Harmonies of #1EBAC0
Complementary color
Monochromatic Colors of #1EBAC0
Black with #1EBAC0
Text Example
Text Example
White with #1EBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAC0; }
p { color: rgb(30,186,192); }
H1.HeaderClassName
{
color: #1EBAC0;
}
.AnyTagClassName
{
color: #1EBAC0;
}
</style>
background-color css
<style>
a { background-color: #1EBAC0; }
a { background-color: rgb(30,186,192); }
div.DivClassName
{
background-color: #1EBAC0;
}
.BgClassName
{
background-color: #1EBAC0;
}
</style>
border-color css
<style>
span { border-color: #1EBAC0; }
span { border-color: rgb(30,186,192); }
td.TdClassName
{
border-color: #1EBAC0;
}
.TagClassName
{
border-color: #1EBAC0;
}
</style>