Shades of Light Sea Green #1EB8BA
Tints of Light Sea Green #1EB8BA
RGB
CMYK
RGB Variations
Color information
#1EB8BA (or 0x1EB8BA) is known color: Light Sea Green. HEX triplet: 1E, B8 and BA. RGB value is (30,184,186). Sum of RGB (Red+Green+Blue) = 30+184+186=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EB8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB8BA is #E14745. Grayscale: #8A8A8A. Windows color (decimal): -14763846 or 12236830. OLE color: 12236830.
HSL color Cylindrical-coordinate representation of color #1EB8BA: hue angle of 180.77º 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 #1EB8BA is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 184 | 186 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.27 |
| HSL | 180.77º | 0.72% | 0.42% | - |
| HSV(B) | 180.77º | 0.84% | 0.73% | - |
| XYZ | 26.54 | 38.1 | 52.41 | - |
| YUV | 138.18 | 154.98 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 186 | 0.84 | 0.01 | 0 | 0.27 | 180.77 | 0.72 | 0.42 |
| Hex | 1E | B8 | BA | 54 | 1 | 0 | 1B | B5 | 48 | 2A |
| Octal | 36 | 270 | 272 | 124 | 1 | 0 | 33 | 265 | 110 | 52 |
| Binary | 11110 | 10111000 | 10111010 | 1010100 | 1 | 0 | 11011 | 10110101 | 1001000 | 101010 |
Color Harmonies of #1EB8BA
Complementary color
Monochromatic Colors of #1EB8BA
Black with #1EB8BA
Text Example
Text Example
White with #1EB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8BA; }
p { color: rgb(30,184,186); }
H1.HeaderClassName
{
color: #1EB8BA;
}
.AnyTagClassName
{
color: #1EB8BA;
}
</style>
background-color css
<style>
a { background-color: #1EB8BA; }
a { background-color: rgb(30,184,186); }
div.DivClassName
{
background-color: #1EB8BA;
}
.BgClassName
{
background-color: #1EB8BA;
}
</style>
border-color css
<style>
span { border-color: #1EB8BA; }
span { border-color: rgb(30,184,186); }
td.TdClassName
{
border-color: #1EB8BA;
}
.TagClassName
{
border-color: #1EB8BA;
}
</style>