Html Css Color HEX #14ECAC Medium Spring Green
📋 copy color: '#14ECAC'red 20 ◦ green 236 ◦ blue 172
Shades of Medium Spring Green #14ECAC
Tints of Medium Spring Green #14ECAC
RGB
CMYK
RGB Variations
Color information
#14ECAC (or 0x14ECAC) is known color: Medium Spring Green. HEX triplet: 14, EC and AC. RGB value is (20,236,172). Sum of RGB (Red+Green+Blue) = 20+236+172=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14ECAC is #EB1353. Grayscale: #A4A4A4. Windows color (decimal): -15405908 or 11332628. OLE color: 11332628.
HSL color Cylindrical-coordinate representation of color #14ECAC: hue angle of 162.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ECAC is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 172 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.07 |
| HSL | 162.22º | 0.85% | 0.5% | - |
| HSV(B) | 162.22º | 0.92% | 0.93% | - |
| XYZ | 37.73 | 63.12 | 49.22 | - |
| YUV | 164.12 | 132.44 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 172 | 0.92 | 0 | 0.27 | 0.07 | 162.22 | 0.85 | 0.5 |
| Hex | 14 | EC | AC | 5C | 0 | 1B | 7 | A2 | 55 | 32 |
| Octal | 24 | 354 | 254 | 134 | 0 | 33 | 7 | 242 | 125 | 62 |
| Binary | 10100 | 11101100 | 10101100 | 1011100 | 0 | 11011 | 111 | 10100010 | 1010101 | 110010 |
Color Harmonies of #14ECAC
Complementary color
Monochromatic Colors of #14ECAC
Black with #14ECAC
Text Example
Text Example
White with #14ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECAC; }
p { color: rgb(20,236,172); }
H1.HeaderClassName
{
color: #14ECAC;
}
.AnyTagClassName
{
color: #14ECAC;
}
</style>
background-color css
<style>
a { background-color: #14ECAC; }
a { background-color: rgb(20,236,172); }
div.DivClassName
{
background-color: #14ECAC;
}
.BgClassName
{
background-color: #14ECAC;
}
</style>
border-color css
<style>
span { border-color: #14ECAC; }
span { border-color: rgb(20,236,172); }
td.TdClassName
{
border-color: #14ECAC;
}
.TagClassName
{
border-color: #14ECAC;
}
</style>