Shades of Light Sea Green #1EC7BD
Tints of Light Sea Green #1EC7BD
RGB
CMYK
RGB Variations
Color information
#1EC7BD (or 0x1EC7BD) is known color: Light Sea Green. HEX triplet: 1E, C7 and BD. RGB value is (30,199,189). Sum of RGB (Red+Green+Blue) = 30+199+189=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #1EC7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC7BD is #E13842. Grayscale: #939393. Windows color (decimal): -14760003 or 12437278. OLE color: 12437278.
HSL color Cylindrical-coordinate representation of color #1EC7BD: hue angle of 176.45º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC7BD is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 199 | 189 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.22 |
| HSL | 176.45º | 0.74% | 0.45% | - |
| HSV(B) | 176.45º | 0.85% | 0.78% | - |
| XYZ | 30.14 | 44.8 | 55.2 | - |
| YUV | 147.33 | 151.51 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 189 | 0.85 | 0 | 0.05 | 0.22 | 176.45 | 0.74 | 0.45 |
| Hex | 1E | C7 | BD | 55 | 0 | 5 | 16 | B0 | 4A | 2D |
| Octal | 36 | 307 | 275 | 125 | 0 | 5 | 26 | 260 | 112 | 55 |
| Binary | 11110 | 11000111 | 10111101 | 1010101 | 0 | 101 | 10110 | 10110000 | 1001010 | 101101 |
Color Harmonies of #1EC7BD
Complementary color
Monochromatic Colors of #1EC7BD
Black with #1EC7BD
Text Example
Text Example
White with #1EC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7BD; }
p { color: rgb(30,199,189); }
H1.HeaderClassName
{
color: #1EC7BD;
}
.AnyTagClassName
{
color: #1EC7BD;
}
</style>
background-color css
<style>
a { background-color: #1EC7BD; }
a { background-color: rgb(30,199,189); }
div.DivClassName
{
background-color: #1EC7BD;
}
.BgClassName
{
background-color: #1EC7BD;
}
</style>
border-color css
<style>
span { border-color: #1EC7BD; }
span { border-color: rgb(30,199,189); }
td.TdClassName
{
border-color: #1EC7BD;
}
.TagClassName
{
border-color: #1EC7BD;
}
</style>