Shades of Medium Sea Green #1EC064
Tints of Medium Sea Green #1EC064
RGB
CMYK
RGB Variations
Color information
#1EC064 (or 0x1EC064) is known color: Medium Sea Green. HEX triplet: 1E, C0 and 64. RGB value is (30,192,100). Sum of RGB (Red+Green+Blue) = 30+192+100=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC064 is #E13F9B. Grayscale: #858585. Windows color (decimal): -14761884 or 6602782. OLE color: 6602782.
HSL color Cylindrical-coordinate representation of color #1EC064: hue angle of 145.93º 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 #1EC064 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 100 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.25 |
| HSL | 145.93º | 0.73% | 0.44% | - |
| HSV(B) | 145.93º | 0.84% | 0.75% | - |
| XYZ | 21.69 | 38.9 | 18.42 | - |
| YUV | 133.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 100 | 0.84 | 0 | 0.48 | 0.25 | 145.93 | 0.73 | 0.44 |
| Hex | 1E | C0 | 64 | 54 | 0 | 30 | 19 | 92 | 49 | 2C |
| Octal | 36 | 300 | 144 | 124 | 0 | 60 | 31 | 222 | 111 | 54 |
| Binary | 11110 | 11000000 | 1100100 | 1010100 | 0 | 110000 | 11001 | 10010010 | 1001001 | 101100 |
Color Harmonies of #1EC064
Complementary color
Monochromatic Colors of #1EC064
Black with #1EC064
Text Example
Text Example
White with #1EC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC064; }
p { color: rgb(30,192,100); }
H1.HeaderClassName
{
color: #1EC064;
}
.AnyTagClassName
{
color: #1EC064;
}
</style>
background-color css
<style>
a { background-color: #1EC064; }
a { background-color: rgb(30,192,100); }
div.DivClassName
{
background-color: #1EC064;
}
.BgClassName
{
background-color: #1EC064;
}
</style>
border-color css
<style>
span { border-color: #1EC064; }
span { border-color: rgb(30,192,100); }
td.TdClassName
{
border-color: #1EC064;
}
.TagClassName
{
border-color: #1EC064;
}
</style>