Shades of Medium Spring Green #00ECB0
Tints of Medium Spring Green #00ECB0
RGB
CMYK
RGB Variations
Color information
#00ECB0 (or 0x00ECB0) is known color: Medium Spring Green. HEX triplet: 00, EC and B0. RGB value is (0,236,176). Sum of RGB (Red+Green+Blue) = 0+236+176=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 236 (92.58% from 255 or 57.28% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ECB0 is #FF134F. Grayscale: #9E9E9E. Windows color (decimal): -16716624 or 11594752. OLE color: 11594752.
HSL color Cylindrical-coordinate representation of color #00ECB0: hue angle of 164.75º 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 #00ECB0 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 176 | - |
| CMYK | 1 | 0 | 0.25 | 0.07 |
| HSL | 164.75º | 1% | 0.46% | - |
| HSV(B) | 164.75º | 1% | 0.93% | - |
| XYZ | 37.83 | 63.13 | 51.26 | - |
| YUV | 158.6 | 137.81 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 176 | 1 | 0 | 0.25 | 0.07 | 164.75 | 1 | 0.46 |
| Hex | 0 | EC | B0 | 64 | 0 | 19 | 7 | A5 | 64 | 2E |
| Octal | 0 | 354 | 260 | 144 | 0 | 31 | 7 | 245 | 144 | 56 |
| Binary | 0 | 11101100 | 10110000 | 1100100 | 0 | 11001 | 111 | 10100101 | 1100100 | 101110 |
Color Harmonies of #00ECB0
Complementary color
Monochromatic Colors of #00ECB0
Black with #00ECB0
Text Example
Text Example
White with #00ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECB0; }
p { color: rgb(0,236,176); }
H1.HeaderClassName
{
color: #00ECB0;
}
.AnyTagClassName
{
color: #00ECB0;
}
</style>
background-color css
<style>
a { background-color: #00ECB0; }
a { background-color: rgb(0,236,176); }
div.DivClassName
{
background-color: #00ECB0;
}
.BgClassName
{
background-color: #00ECB0;
}
</style>
border-color css
<style>
span { border-color: #00ECB0; }
span { border-color: rgb(0,236,176); }
td.TdClassName
{
border-color: #00ECB0;
}
.TagClassName
{
border-color: #00ECB0;
}
</style>