Shades of Light Sea Green #1EBAAB
Tints of Light Sea Green #1EBAAB
RGB
CMYK
RGB Variations
Color information
#1EBAAB (or 0x1EBAAB) is known color: Light Sea Green. HEX triplet: 1E, BA and AB. RGB value is (30,186,171). Sum of RGB (Red+Green+Blue) = 30+186+171=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBAAB is #E14554. Grayscale: #898989. Windows color (decimal): -14763349 or 11254302. OLE color: 11254302.
HSL color Cylindrical-coordinate representation of color #1EBAAB: hue angle of 174.23º 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 #1EBAAB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 171 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.27 |
| HSL | 174.23º | 0.72% | 0.42% | - |
| HSV(B) | 174.23º | 0.84% | 0.73% | - |
| XYZ | 25.45 | 38.33 | 44.59 | - |
| YUV | 137.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 171 | 0.84 | 0 | 0.08 | 0.27 | 174.23 | 0.72 | 0.42 |
| Hex | 1E | BA | AB | 54 | 0 | 8 | 1B | AE | 48 | 2A |
| Octal | 36 | 272 | 253 | 124 | 0 | 10 | 33 | 256 | 110 | 52 |
| Binary | 11110 | 10111010 | 10101011 | 1010100 | 0 | 1000 | 11011 | 10101110 | 1001000 | 101010 |
Color Harmonies of #1EBAAB
Complementary color
Monochromatic Colors of #1EBAAB
Black with #1EBAAB
Text Example
Text Example
White with #1EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAAB; }
p { color: rgb(30,186,171); }
H1.HeaderClassName
{
color: #1EBAAB;
}
.AnyTagClassName
{
color: #1EBAAB;
}
</style>
background-color css
<style>
a { background-color: #1EBAAB; }
a { background-color: rgb(30,186,171); }
div.DivClassName
{
background-color: #1EBAAB;
}
.BgClassName
{
background-color: #1EBAAB;
}
</style>
border-color css
<style>
span { border-color: #1EBAAB; }
span { border-color: rgb(30,186,171); }
td.TdClassName
{
border-color: #1EBAAB;
}
.TagClassName
{
border-color: #1EBAAB;
}
</style>