Shades of Light Sea Green #1EB8AF
Tints of Light Sea Green #1EB8AF
RGB
CMYK
RGB Variations
Color information
#1EB8AF (or 0x1EB8AF) is known color: Light Sea Green. HEX triplet: 1E, B8 and AF. RGB value is (30,184,175). Sum of RGB (Red+Green+Blue) = 30+184+175=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB8AF is #E14750. Grayscale: #888888. Windows color (decimal): -14763857 or 11515934. OLE color: 11515934.
HSL color Cylindrical-coordinate representation of color #1EB8AF: hue angle of 176.49º 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 #1EB8AF is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 175 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.28 |
| HSL | 176.49º | 0.72% | 0.42% | - |
| HSV(B) | 176.49º | 0.84% | 0.72% | - |
| XYZ | 25.41 | 37.65 | 46.49 | - |
| YUV | 136.93 | 149.48 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 175 | 0.84 | 0 | 0.05 | 0.28 | 176.49 | 0.72 | 0.42 |
| Hex | 1E | B8 | AF | 54 | 0 | 5 | 1C | B0 | 48 | 2A |
| Octal | 36 | 270 | 257 | 124 | 0 | 5 | 34 | 260 | 110 | 52 |
| Binary | 11110 | 10111000 | 10101111 | 1010100 | 0 | 101 | 11100 | 10110000 | 1001000 | 101010 |
Color Harmonies of #1EB8AF
Complementary color
Monochromatic Colors of #1EB8AF
Black with #1EB8AF
Text Example
Text Example
White with #1EB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8AF; }
p { color: rgb(30,184,175); }
H1.HeaderClassName
{
color: #1EB8AF;
}
.AnyTagClassName
{
color: #1EB8AF;
}
</style>
background-color css
<style>
a { background-color: #1EB8AF; }
a { background-color: rgb(30,184,175); }
div.DivClassName
{
background-color: #1EB8AF;
}
.BgClassName
{
background-color: #1EB8AF;
}
</style>
border-color css
<style>
span { border-color: #1EB8AF; }
span { border-color: rgb(30,184,175); }
td.TdClassName
{
border-color: #1EB8AF;
}
.TagClassName
{
border-color: #1EB8AF;
}
</style>