Shades of Light Sea Green #1EB8BC
Tints of Light Sea Green #1EB8BC
RGB
CMYK
RGB Variations
Color information
#1EB8BC (or 0x1EB8BC) is known color: Light Sea Green. HEX triplet: 1E, B8 and BC. RGB value is (30,184,188). Sum of RGB (Red+Green+Blue) = 30+184+188=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EB8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB8BC is #E14743. Grayscale: #8A8A8A. Windows color (decimal): -14763844 or 12367902. OLE color: 12367902.
HSL color Cylindrical-coordinate representation of color #1EB8BC: hue angle of 181.52º degrees, saturation: 0.72, 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 #1EB8BC is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 184 | 188 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.26 |
| HSL | 181.52º | 0.72% | 0.43% | - |
| HSV(B) | 181.52º | 0.84% | 0.74% | - |
| XYZ | 26.75 | 38.19 | 53.54 | - |
| YUV | 138.41 | 155.98 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 188 | 0.84 | 0.02 | 0 | 0.26 | 181.52 | 0.72 | 0.43 |
| Hex | 1E | B8 | BC | 54 | 2 | 0 | 1A | B6 | 48 | 2B |
| Octal | 36 | 270 | 274 | 124 | 2 | 0 | 32 | 266 | 110 | 53 |
| Binary | 11110 | 10111000 | 10111100 | 1010100 | 10 | 0 | 11010 | 10110110 | 1001000 | 101011 |
Color Harmonies of #1EB8BC
Complementary color
Monochromatic Colors of #1EB8BC
Black with #1EB8BC
Text Example
Text Example
White with #1EB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8BC; }
p { color: rgb(30,184,188); }
H1.HeaderClassName
{
color: #1EB8BC;
}
.AnyTagClassName
{
color: #1EB8BC;
}
</style>
background-color css
<style>
a { background-color: #1EB8BC; }
a { background-color: rgb(30,184,188); }
div.DivClassName
{
background-color: #1EB8BC;
}
.BgClassName
{
background-color: #1EB8BC;
}
</style>
border-color css
<style>
span { border-color: #1EB8BC; }
span { border-color: rgb(30,184,188); }
td.TdClassName
{
border-color: #1EB8BC;
}
.TagClassName
{
border-color: #1EB8BC;
}
</style>