Shades of Light Sea Green #1EBAA3
Tints of Light Sea Green #1EBAA3
RGB
CMYK
RGB Variations
Color information
#1EBAA3 (or 0x1EBAA3) is known color: Light Sea Green. HEX triplet: 1E, BA and A3. RGB value is (30,186,163). Sum of RGB (Red+Green+Blue) = 30+186+163=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBAA3 is #E1455C. Grayscale: #888888. Windows color (decimal): -14763357 or 10730014. OLE color: 10730014.
HSL color Cylindrical-coordinate representation of color #1EBAA3: hue angle of 171.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 #1EBAA3 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 163 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.27 |
| HSL | 171.15º | 0.72% | 0.42% | - |
| HSV(B) | 171.15º | 0.84% | 0.73% | - |
| XYZ | 24.71 | 38.04 | 40.69 | - |
| YUV | 136.73 | 142.82 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 163 | 0.84 | 0 | 0.12 | 0.27 | 171.15 | 0.72 | 0.42 |
| Hex | 1E | BA | A3 | 54 | 0 | C | 1B | AB | 48 | 2A |
| Octal | 36 | 272 | 243 | 124 | 0 | 14 | 33 | 253 | 110 | 52 |
| Binary | 11110 | 10111010 | 10100011 | 1010100 | 0 | 1100 | 11011 | 10101011 | 1001000 | 101010 |
Color Harmonies of #1EBAA3
Complementary color
Monochromatic Colors of #1EBAA3
Black with #1EBAA3
Text Example
Text Example
White with #1EBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAA3; }
p { color: rgb(30,186,163); }
H1.HeaderClassName
{
color: #1EBAA3;
}
.AnyTagClassName
{
color: #1EBAA3;
}
</style>
background-color css
<style>
a { background-color: #1EBAA3; }
a { background-color: rgb(30,186,163); }
div.DivClassName
{
background-color: #1EBAA3;
}
.BgClassName
{
background-color: #1EBAA3;
}
</style>
border-color css
<style>
span { border-color: #1EBAA3; }
span { border-color: rgb(30,186,163); }
td.TdClassName
{
border-color: #1EBAA3;
}
.TagClassName
{
border-color: #1EBAA3;
}
</style>