Html Css Color HEX #14ECAB Medium Spring Green
📋 copy color: '#14ECAB'red 20 ◦ green 236 ◦ blue 171
Shades of Medium Spring Green #14ECAB
Tints of Medium Spring Green #14ECAB
RGB
CMYK
RGB Variations
Color information
#14ECAB (or 0x14ECAB) is known color: Medium Spring Green. HEX triplet: 14, EC and AB. RGB value is (20,236,171). Sum of RGB (Red+Green+Blue) = 20+236+171=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14ECAB is #EB1354. Grayscale: #A4A4A4. Windows color (decimal): -15405909 or 11267092. OLE color: 11267092.
HSL color Cylindrical-coordinate representation of color #14ECAB: hue angle of 161.94º 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 #14ECAB is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 171 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.07 |
| HSL | 161.94º | 0.85% | 0.5% | - |
| HSV(B) | 161.94º | 0.92% | 0.93% | - |
| XYZ | 37.63 | 63.08 | 48.72 | - |
| YUV | 164.01 | 131.94 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 171 | 0.92 | 0 | 0.28 | 0.07 | 161.94 | 0.85 | 0.5 |
| Hex | 14 | EC | AB | 5C | 0 | 1C | 7 | A2 | 55 | 32 |
| Octal | 24 | 354 | 253 | 134 | 0 | 34 | 7 | 242 | 125 | 62 |
| Binary | 10100 | 11101100 | 10101011 | 1011100 | 0 | 11100 | 111 | 10100010 | 1010101 | 110010 |
Color Harmonies of #14ECAB
Complementary color
Monochromatic Colors of #14ECAB
Black with #14ECAB
Text Example
Text Example
White with #14ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECAB; }
p { color: rgb(20,236,171); }
H1.HeaderClassName
{
color: #14ECAB;
}
.AnyTagClassName
{
color: #14ECAB;
}
</style>
background-color css
<style>
a { background-color: #14ECAB; }
a { background-color: rgb(20,236,171); }
div.DivClassName
{
background-color: #14ECAB;
}
.BgClassName
{
background-color: #14ECAB;
}
</style>
border-color css
<style>
span { border-color: #14ECAB; }
span { border-color: rgb(20,236,171); }
td.TdClassName
{
border-color: #14ECAB;
}
.TagClassName
{
border-color: #14ECAB;
}
</style>