Shades of Medium Spring Green #00ECAF
Tints of Medium Spring Green #00ECAF
RGB
CMYK
RGB Variations
Color information
#00ECAF (or 0x00ECAF) is known color: Medium Spring Green. HEX triplet: 00, EC and AF. RGB value is (0,236,175). Sum of RGB (Red+Green+Blue) = 0+236+175=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ECAF is #FF1350. Grayscale: #9E9E9E. Windows color (decimal): -16716625 or 11529216. OLE color: 11529216.
HSL color Cylindrical-coordinate representation of color #00ECAF: hue angle of 164.49º 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 #00ECAF is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 175 | - |
| CMYK | 1 | 0 | 0.26 | 0.07 |
| HSL | 164.49º | 1% | 0.46% | - |
| HSV(B) | 164.49º | 1% | 0.93% | - |
| XYZ | 37.73 | 63.09 | 50.75 | - |
| YUV | 158.48 | 137.31 | 14.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 175 | 1 | 0 | 0.26 | 0.07 | 164.49 | 1 | 0.46 |
| Hex | 0 | EC | AF | 64 | 0 | 1A | 7 | A4 | 64 | 2E |
| Octal | 0 | 354 | 257 | 144 | 0 | 32 | 7 | 244 | 144 | 56 |
| Binary | 0 | 11101100 | 10101111 | 1100100 | 0 | 11010 | 111 | 10100100 | 1100100 | 101110 |
Color Harmonies of #00ECAF
Complementary color
Monochromatic Colors of #00ECAF
Black with #00ECAF
Text Example
Text Example
White with #00ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECAF; }
p { color: rgb(0,236,175); }
H1.HeaderClassName
{
color: #00ECAF;
}
.AnyTagClassName
{
color: #00ECAF;
}
</style>
background-color css
<style>
a { background-color: #00ECAF; }
a { background-color: rgb(0,236,175); }
div.DivClassName
{
background-color: #00ECAF;
}
.BgClassName
{
background-color: #00ECAF;
}
</style>
border-color css
<style>
span { border-color: #00ECAF; }
span { border-color: rgb(0,236,175); }
td.TdClassName
{
border-color: #00ECAF;
}
.TagClassName
{
border-color: #00ECAF;
}
</style>