Shades of Light Sea Green #1EBABC
Tints of Light Sea Green #1EBABC
RGB
CMYK
RGB Variations
Color information
#1EBABC (or 0x1EBABC) is known color: Light Sea Green. HEX triplet: 1E, BA and BC. RGB value is (30,186,188). Sum of RGB (Red+Green+Blue) = 30+186+188=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EBABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBABC is #E14543. Grayscale: #8B8B8B. Windows color (decimal): -14763332 or 12368414. OLE color: 12368414.
HSL color Cylindrical-coordinate representation of color #1EBABC: hue angle of 180.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBABC is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 186 | 188 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.26 |
| HSL | 180.76º | 0.72% | 0.43% | - |
| HSV(B) | 180.76º | 0.84% | 0.74% | - |
| XYZ | 27.17 | 39.02 | 53.68 | - |
| YUV | 139.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 188 | 0.84 | 0.01 | 0 | 0.26 | 180.76 | 0.72 | 0.43 |
| Hex | 1E | BA | BC | 54 | 1 | 0 | 1A | B5 | 48 | 2B |
| Octal | 36 | 272 | 274 | 124 | 1 | 0 | 32 | 265 | 110 | 53 |
| Binary | 11110 | 10111010 | 10111100 | 1010100 | 1 | 0 | 11010 | 10110101 | 1001000 | 101011 |
Color Harmonies of #1EBABC
Complementary color
Monochromatic Colors of #1EBABC
Black with #1EBABC
Text Example
Text Example
White with #1EBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBABC; }
p { color: rgb(30,186,188); }
H1.HeaderClassName
{
color: #1EBABC;
}
.AnyTagClassName
{
color: #1EBABC;
}
</style>
background-color css
<style>
a { background-color: #1EBABC; }
a { background-color: rgb(30,186,188); }
div.DivClassName
{
background-color: #1EBABC;
}
.BgClassName
{
background-color: #1EBABC;
}
</style>
border-color css
<style>
span { border-color: #1EBABC; }
span { border-color: rgb(30,186,188); }
td.TdClassName
{
border-color: #1EBABC;
}
.TagClassName
{
border-color: #1EBABC;
}
</style>