Shades of Light Sea Green #1EBABA
Tints of Light Sea Green #1EBABA
RGB
CMYK
RGB Variations
Color information
#1EBABA (or 0x1EBABA) is known color: Light Sea Green. HEX triplet: 1E, BA and BA. RGB value is (30,186,186). Sum of RGB (Red+Green+Blue) = 30+186+186=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #1EBABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBABA is #E14545. Grayscale: #8B8B8B. Windows color (decimal): -14763334 or 12237342. OLE color: 12237342.
HSL color Cylindrical-coordinate representation of color #1EBABA: hue angle of 180º 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 #1EBABA is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 186 | - |
| CMYK | 0.84 | 0 | 0 | 0.27 |
| HSL | 180º | 0.72% | 0.42% | - |
| HSV(B) | 180º | 0.84% | 0.73% | - |
| XYZ | 26.96 | 38.94 | 52.55 | - |
| YUV | 139.36 | 154.32 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 186 | 0.84 | 0 | 0 | 0.27 | 180 | 0.72 | 0.42 |
| Hex | 1E | BA | BA | 54 | 0 | 0 | 1B | B4 | 48 | 2A |
| Octal | 36 | 272 | 272 | 124 | 0 | 0 | 33 | 264 | 110 | 52 |
| Binary | 11110 | 10111010 | 10111010 | 1010100 | 0 | 0 | 11011 | 10110100 | 1001000 | 101010 |
Color Harmonies of #1EBABA
Complementary color
Monochromatic Colors of #1EBABA
Black with #1EBABA
Text Example
Text Example
White with #1EBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBABA; }
p { color: rgb(30,186,186); }
H1.HeaderClassName
{
color: #1EBABA;
}
.AnyTagClassName
{
color: #1EBABA;
}
</style>
background-color css
<style>
a { background-color: #1EBABA; }
a { background-color: rgb(30,186,186); }
div.DivClassName
{
background-color: #1EBABA;
}
.BgClassName
{
background-color: #1EBABA;
}
</style>
border-color css
<style>
span { border-color: #1EBABA; }
span { border-color: rgb(30,186,186); }
td.TdClassName
{
border-color: #1EBABA;
}
.TagClassName
{
border-color: #1EBABA;
}
</style>