Shades of Light Sea Green #1EC0BE
Tints of Light Sea Green #1EC0BE
RGB
CMYK
RGB Variations
Color information
#1EC0BE (or 0x1EC0BE) is known color: Light Sea Green. HEX triplet: 1E, C0 and BE. RGB value is (30,192,190). Sum of RGB (Red+Green+Blue) = 30+192+190=412 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.28% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC0BE is #E13F41. Grayscale: #8F8F8F. Windows color (decimal): -14761794 or 12501022. OLE color: 12501022.
HSL color Cylindrical-coordinate representation of color #1EC0BE: hue angle of 179.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC0BE is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 190 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.25 |
| HSL | 179.26º | 0.73% | 0.44% | - |
| HSV(B) | 179.26º | 0.84% | 0.75% | - |
| XYZ | 28.68 | 41.69 | 55.25 | - |
| YUV | 143.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 190 | 0.84 | 0 | 0.01 | 0.25 | 179.26 | 0.73 | 0.44 |
| Hex | 1E | C0 | BE | 54 | 0 | 1 | 19 | B3 | 49 | 2C |
| Octal | 36 | 300 | 276 | 124 | 0 | 1 | 31 | 263 | 111 | 54 |
| Binary | 11110 | 11000000 | 10111110 | 1010100 | 0 | 1 | 11001 | 10110011 | 1001001 | 101100 |
Color Harmonies of #1EC0BE
Complementary color
Monochromatic Colors of #1EC0BE
Black with #1EC0BE
Text Example
Text Example
White with #1EC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC0BE; }
p { color: rgb(30,192,190); }
H1.HeaderClassName
{
color: #1EC0BE;
}
.AnyTagClassName
{
color: #1EC0BE;
}
</style>
background-color css
<style>
a { background-color: #1EC0BE; }
a { background-color: rgb(30,192,190); }
div.DivClassName
{
background-color: #1EC0BE;
}
.BgClassName
{
background-color: #1EC0BE;
}
</style>
border-color css
<style>
span { border-color: #1EC0BE; }
span { border-color: rgb(30,192,190); }
td.TdClassName
{
border-color: #1EC0BE;
}
.TagClassName
{
border-color: #1EC0BE;
}
</style>