Shades of Light Sea Green #1EB8AC
Tints of Light Sea Green #1EB8AC
RGB
CMYK
RGB Variations
Color information
#1EB8AC (or 0x1EB8AC) is known color: Light Sea Green. HEX triplet: 1E, B8 and AC. RGB value is (30,184,172). Sum of RGB (Red+Green+Blue) = 30+184+172=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB8AC is #E14753. Grayscale: #888888. Windows color (decimal): -14763860 or 11319326. OLE color: 11319326.
HSL color Cylindrical-coordinate representation of color #1EB8AC: hue angle of 175.32º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB8AC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 172 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.28 |
| HSL | 175.32º | 0.72% | 0.42% | - |
| HSV(B) | 175.32º | 0.84% | 0.72% | - |
| XYZ | 25.12 | 37.54 | 44.95 | - |
| YUV | 136.59 | 147.98 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 172 | 0.84 | 0 | 0.07 | 0.28 | 175.32 | 0.72 | 0.42 |
| Hex | 1E | B8 | AC | 54 | 0 | 7 | 1C | AF | 48 | 2A |
| Octal | 36 | 270 | 254 | 124 | 0 | 7 | 34 | 257 | 110 | 52 |
| Binary | 11110 | 10111000 | 10101100 | 1010100 | 0 | 111 | 11100 | 10101111 | 1001000 | 101010 |
Color Harmonies of #1EB8AC
Complementary color
Monochromatic Colors of #1EB8AC
Black with #1EB8AC
Text Example
Text Example
White with #1EB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8AC; }
p { color: rgb(30,184,172); }
H1.HeaderClassName
{
color: #1EB8AC;
}
.AnyTagClassName
{
color: #1EB8AC;
}
</style>
background-color css
<style>
a { background-color: #1EB8AC; }
a { background-color: rgb(30,184,172); }
div.DivClassName
{
background-color: #1EB8AC;
}
.BgClassName
{
background-color: #1EB8AC;
}
</style>
border-color css
<style>
span { border-color: #1EB8AC; }
span { border-color: rgb(30,184,172); }
td.TdClassName
{
border-color: #1EB8AC;
}
.TagClassName
{
border-color: #1EB8AC;
}
</style>