Shades of Light Sea Green #1EBAB2
Tints of Light Sea Green #1EBAB2
RGB
CMYK
RGB Variations
Color information
#1EBAB2 (or 0x1EBAB2) is known color: Light Sea Green. HEX triplet: 1E, BA and B2. RGB value is (30,186,178). Sum of RGB (Red+Green+Blue) = 30+186+178=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBAB2 is #E1454D. Grayscale: #8A8A8A. Windows color (decimal): -14763342 or 11713054. OLE color: 11713054.
HSL color Cylindrical-coordinate representation of color #1EBAB2: hue angle of 176.92º 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 #1EBAB2 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 178 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.27 |
| HSL | 176.92º | 0.72% | 0.42% | - |
| HSV(B) | 176.92º | 0.84% | 0.73% | - |
| XYZ | 26.13 | 38.61 | 48.19 | - |
| YUV | 138.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 178 | 0.84 | 0 | 0.04 | 0.27 | 176.92 | 0.72 | 0.42 |
| Hex | 1E | BA | B2 | 54 | 0 | 4 | 1B | B1 | 48 | 2A |
| Octal | 36 | 272 | 262 | 124 | 0 | 4 | 33 | 261 | 110 | 52 |
| Binary | 11110 | 10111010 | 10110010 | 1010100 | 0 | 100 | 11011 | 10110001 | 1001000 | 101010 |
Color Harmonies of #1EBAB2
Complementary color
Monochromatic Colors of #1EBAB2
Black with #1EBAB2
Text Example
Text Example
White with #1EBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAB2; }
p { color: rgb(30,186,178); }
H1.HeaderClassName
{
color: #1EBAB2;
}
.AnyTagClassName
{
color: #1EBAB2;
}
</style>
background-color css
<style>
a { background-color: #1EBAB2; }
a { background-color: rgb(30,186,178); }
div.DivClassName
{
background-color: #1EBAB2;
}
.BgClassName
{
background-color: #1EBAB2;
}
</style>
border-color css
<style>
span { border-color: #1EBAB2; }
span { border-color: rgb(30,186,178); }
td.TdClassName
{
border-color: #1EBAB2;
}
.TagClassName
{
border-color: #1EBAB2;
}
</style>