Shades of Light Sea Green #1EBAB0
Tints of Light Sea Green #1EBAB0
RGB
CMYK
RGB Variations
Color information
#1EBAB0 (or 0x1EBAB0) is known color: Light Sea Green. HEX triplet: 1E, BA and B0. RGB value is (30,186,176). Sum of RGB (Red+Green+Blue) = 30+186+176=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBAB0 is #E1454F. Grayscale: #8A8A8A. Windows color (decimal): -14763344 or 11581982. OLE color: 11581982.
HSL color Cylindrical-coordinate representation of color #1EBAB0: hue angle of 176.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBAB0 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 176 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.27 |
| HSL | 176.15º | 0.72% | 0.42% | - |
| HSV(B) | 176.15º | 0.84% | 0.73% | - |
| XYZ | 25.93 | 38.53 | 47.14 | - |
| YUV | 138.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 176 | 0.84 | 0 | 0.05 | 0.27 | 176.15 | 0.72 | 0.42 |
| Hex | 1E | BA | B0 | 54 | 0 | 5 | 1B | B0 | 48 | 2A |
| Octal | 36 | 272 | 260 | 124 | 0 | 5 | 33 | 260 | 110 | 52 |
| Binary | 11110 | 10111010 | 10110000 | 1010100 | 0 | 101 | 11011 | 10110000 | 1001000 | 101010 |
Color Harmonies of #1EBAB0
Complementary color
Monochromatic Colors of #1EBAB0
Black with #1EBAB0
Text Example
Text Example
White with #1EBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAB0; }
p { color: rgb(30,186,176); }
H1.HeaderClassName
{
color: #1EBAB0;
}
.AnyTagClassName
{
color: #1EBAB0;
}
</style>
background-color css
<style>
a { background-color: #1EBAB0; }
a { background-color: rgb(30,186,176); }
div.DivClassName
{
background-color: #1EBAB0;
}
.BgClassName
{
background-color: #1EBAB0;
}
</style>
border-color css
<style>
span { border-color: #1EBAB0; }
span { border-color: rgb(30,186,176); }
td.TdClassName
{
border-color: #1EBAB0;
}
.TagClassName
{
border-color: #1EBAB0;
}
</style>