Html Css Color HEX #14F2AB Medium Spring Green
📋 copy color: '#14F2AB'red 20 ◦ green 242 ◦ blue 171
Shades of Medium Spring Green #14F2AB
Tints of Medium Spring Green #14F2AB
RGB
CMYK
RGB Variations
Color information
#14F2AB (or 0x14F2AB) is known color: Medium Spring Green. HEX triplet: 14, F2 and AB. RGB value is (20,242,171). Sum of RGB (Red+Green+Blue) = 20+242+171=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F2AB is #EB0D54. Grayscale: #A7A7A7. Windows color (decimal): -15404373 or 11268628. OLE color: 11268628.
HSL color Cylindrical-coordinate representation of color #14F2AB: hue angle of 160.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2AB is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 171 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.05 |
| HSL | 160.81º | 0.9% | 0.51% | - |
| HSV(B) | 160.81º | 0.92% | 0.95% | - |
| XYZ | 39.39 | 66.59 | 49.31 | - |
| YUV | 167.53 | 129.95 | 22.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 171 | 0.92 | 0 | 0.29 | 0.05 | 160.81 | 0.9 | 0.51 |
| Hex | 14 | F2 | AB | 5C | 0 | 1D | 5 | A1 | 5A | 33 |
| Octal | 24 | 362 | 253 | 134 | 0 | 35 | 5 | 241 | 132 | 63 |
| Binary | 10100 | 11110010 | 10101011 | 1011100 | 0 | 11101 | 101 | 10100001 | 1011010 | 110011 |
Color Harmonies of #14F2AB
Complementary color
Monochromatic Colors of #14F2AB
Black with #14F2AB
Text Example
Text Example
White with #14F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2AB; }
p { color: rgb(20,242,171); }
H1.HeaderClassName
{
color: #14F2AB;
}
.AnyTagClassName
{
color: #14F2AB;
}
</style>
background-color css
<style>
a { background-color: #14F2AB; }
a { background-color: rgb(20,242,171); }
div.DivClassName
{
background-color: #14F2AB;
}
.BgClassName
{
background-color: #14F2AB;
}
</style>
border-color css
<style>
span { border-color: #14F2AB; }
span { border-color: rgb(20,242,171); }
td.TdClassName
{
border-color: #14F2AB;
}
.TagClassName
{
border-color: #14F2AB;
}
</style>