Shades of Medium Spring Green #00ECAC
Tints of Medium Spring Green #00ECAC
RGB
CMYK
RGB Variations
Color information
#00ECAC (or 0x00ECAC) is known color: Medium Spring Green. HEX triplet: 00, EC and AC. RGB value is (0,236,172). Sum of RGB (Red+Green+Blue) = 0+236+172=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ECAC is #FF1353. Grayscale: #9E9E9E. Windows color (decimal): -16716628 or 11332608. OLE color: 11332608.
HSL color Cylindrical-coordinate representation of color #00ECAC: hue angle of 163.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ECAC is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 172 | - |
| CMYK | 1 | 0 | 0.27 | 0.07 |
| HSL | 163.73º | 1% | 0.46% | - |
| HSV(B) | 163.73º | 1% | 0.93% | - |
| XYZ | 37.44 | 62.97 | 49.21 | - |
| YUV | 158.14 | 135.81 | 15.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 172 | 1 | 0 | 0.27 | 0.07 | 163.73 | 1 | 0.46 |
| Hex | 0 | EC | AC | 64 | 0 | 1B | 7 | A4 | 64 | 2E |
| Octal | 0 | 354 | 254 | 144 | 0 | 33 | 7 | 244 | 144 | 56 |
| Binary | 0 | 11101100 | 10101100 | 1100100 | 0 | 11011 | 111 | 10100100 | 1100100 | 101110 |
Color Harmonies of #00ECAC
Complementary color
Monochromatic Colors of #00ECAC
Black with #00ECAC
Text Example
Text Example
White with #00ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECAC; }
p { color: rgb(0,236,172); }
H1.HeaderClassName
{
color: #00ECAC;
}
.AnyTagClassName
{
color: #00ECAC;
}
</style>
background-color css
<style>
a { background-color: #00ECAC; }
a { background-color: rgb(0,236,172); }
div.DivClassName
{
background-color: #00ECAC;
}
.BgClassName
{
background-color: #00ECAC;
}
</style>
border-color css
<style>
span { border-color: #00ECAC; }
span { border-color: rgb(0,236,172); }
td.TdClassName
{
border-color: #00ECAC;
}
.TagClassName
{
border-color: #00ECAC;
}
</style>