Shades of Light Sea Green #1EBAB6
Tints of Light Sea Green #1EBAB6
RGB
CMYK
RGB Variations
Color information
#1EBAB6 (or 0x1EBAB6) is known color: Light Sea Green. HEX triplet: 1E, BA and B6. RGB value is (30,186,182). Sum of RGB (Red+Green+Blue) = 30+186+182=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBAB6 is #E14549. Grayscale: #8A8A8A. Windows color (decimal): -14763338 or 11975198. OLE color: 11975198.
HSL color Cylindrical-coordinate representation of color #1EBAB6: hue angle of 178.46º 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 #1EBAB6 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 182 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.27 |
| HSL | 178.46º | 0.72% | 0.42% | - |
| HSV(B) | 178.46º | 0.84% | 0.73% | - |
| XYZ | 26.54 | 38.77 | 50.34 | - |
| YUV | 138.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 182 | 0.84 | 0 | 0.02 | 0.27 | 178.46 | 0.72 | 0.42 |
| Hex | 1E | BA | B6 | 54 | 0 | 2 | 1B | B2 | 48 | 2A |
| Octal | 36 | 272 | 266 | 124 | 0 | 2 | 33 | 262 | 110 | 52 |
| Binary | 11110 | 10111010 | 10110110 | 1010100 | 0 | 10 | 11011 | 10110010 | 1001000 | 101010 |
Color Harmonies of #1EBAB6
Complementary color
Monochromatic Colors of #1EBAB6
Black with #1EBAB6
Text Example
Text Example
White with #1EBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAB6; }
p { color: rgb(30,186,182); }
H1.HeaderClassName
{
color: #1EBAB6;
}
.AnyTagClassName
{
color: #1EBAB6;
}
</style>
background-color css
<style>
a { background-color: #1EBAB6; }
a { background-color: rgb(30,186,182); }
div.DivClassName
{
background-color: #1EBAB6;
}
.BgClassName
{
background-color: #1EBAB6;
}
</style>
border-color css
<style>
span { border-color: #1EBAB6; }
span { border-color: rgb(30,186,182); }
td.TdClassName
{
border-color: #1EBAB6;
}
.TagClassName
{
border-color: #1EBAB6;
}
</style>