Shades of Light Sea Green #1EB8BD
Tints of Light Sea Green #1EB8BD
RGB
CMYK
RGB Variations
Color information
#1EB8BD (or 0x1EB8BD) is known color: Light Sea Green. HEX triplet: 1E, B8 and BD. RGB value is (30,184,189). Sum of RGB (Red+Green+Blue) = 30+184+189=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #1EB8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB8BD is #E14742. Grayscale: #8A8A8A. Windows color (decimal): -14763843 or 12433438. OLE color: 12433438.
HSL color Cylindrical-coordinate representation of color #1EB8BD: hue angle of 181.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB8BD is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 184 | 189 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.26 |
| HSL | 181.89º | 0.73% | 0.43% | - |
| HSV(B) | 181.89º | 0.84% | 0.74% | - |
| XYZ | 26.86 | 38.23 | 54.11 | - |
| YUV | 138.52 | 156.48 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 189 | 0.84 | 0.03 | 0 | 0.26 | 181.89 | 0.73 | 0.43 |
| Hex | 1E | B8 | BD | 54 | 3 | 0 | 1A | B6 | 49 | 2B |
| Octal | 36 | 270 | 275 | 124 | 3 | 0 | 32 | 266 | 111 | 53 |
| Binary | 11110 | 10111000 | 10111101 | 1010100 | 11 | 0 | 11010 | 10110110 | 1001001 | 101011 |
Color Harmonies of #1EB8BD
Complementary color
Monochromatic Colors of #1EB8BD
Black with #1EB8BD
Text Example
Text Example
White with #1EB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8BD; }
p { color: rgb(30,184,189); }
H1.HeaderClassName
{
color: #1EB8BD;
}
.AnyTagClassName
{
color: #1EB8BD;
}
</style>
background-color css
<style>
a { background-color: #1EB8BD; }
a { background-color: rgb(30,184,189); }
div.DivClassName
{
background-color: #1EB8BD;
}
.BgClassName
{
background-color: #1EB8BD;
}
</style>
border-color css
<style>
span { border-color: #1EB8BD; }
span { border-color: rgb(30,184,189); }
td.TdClassName
{
border-color: #1EB8BD;
}
.TagClassName
{
border-color: #1EB8BD;
}
</style>