Html Css Color HEX #14F0AB Medium Spring Green
📋 copy color: '#14F0AB'red 20 ◦ green 240 ◦ blue 171
Shades of Medium Spring Green #14F0AB
Tints of Medium Spring Green #14F0AB
RGB
CMYK
RGB Variations
Color information
#14F0AB (or 0x14F0AB) is known color: Medium Spring Green. HEX triplet: 14, F0 and AB. RGB value is (20,240,171). Sum of RGB (Red+Green+Blue) = 20+240+171=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F0AB is #EB0F54. Grayscale: #A6A6A6. Windows color (decimal): -15404885 or 11268116. OLE color: 11268116.
HSL color Cylindrical-coordinate representation of color #14F0AB: hue angle of 161.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F0AB is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 171 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.06 |
| HSL | 161.18º | 0.88% | 0.51% | - |
| HSV(B) | 161.18º | 0.92% | 0.94% | - |
| XYZ | 38.8 | 65.41 | 49.11 | - |
| YUV | 166.35 | 130.61 | 23.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 171 | 0.92 | 0 | 0.29 | 0.06 | 161.18 | 0.88 | 0.51 |
| Hex | 14 | F0 | AB | 5C | 0 | 1D | 6 | A1 | 58 | 33 |
| Octal | 24 | 360 | 253 | 134 | 0 | 35 | 6 | 241 | 130 | 63 |
| Binary | 10100 | 11110000 | 10101011 | 1011100 | 0 | 11101 | 110 | 10100001 | 1011000 | 110011 |
Color Harmonies of #14F0AB
Complementary color
Monochromatic Colors of #14F0AB
Black with #14F0AB
Text Example
Text Example
White with #14F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0AB; }
p { color: rgb(20,240,171); }
H1.HeaderClassName
{
color: #14F0AB;
}
.AnyTagClassName
{
color: #14F0AB;
}
</style>
background-color css
<style>
a { background-color: #14F0AB; }
a { background-color: rgb(20,240,171); }
div.DivClassName
{
background-color: #14F0AB;
}
.BgClassName
{
background-color: #14F0AB;
}
</style>
border-color css
<style>
span { border-color: #14F0AB; }
span { border-color: rgb(20,240,171); }
td.TdClassName
{
border-color: #14F0AB;
}
.TagClassName
{
border-color: #14F0AB;
}
</style>