Html Css Color HEX #14FBAD Medium Spring Green
📋 copy color: '#14FBAD'red 20 ◦ green 251 ◦ blue 173
Shades of Medium Spring Green #14FBAD
Tints of Medium Spring Green #14FBAD
RGB
CMYK
RGB Variations
Color information
#14FBAD (or 0x14FBAD) is known color: Medium Spring Green. HEX triplet: 14, FB and AD. RGB value is (20,251,173). Sum of RGB (Red+Green+Blue) = 20+251+173=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FBAD is #EB0452. Grayscale: #ADADAD. Windows color (decimal): -15402067 or 11402004. OLE color: 11402004.
HSL color Cylindrical-coordinate representation of color #14FBAD: hue angle of 159.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FBAD is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 251 | 173 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.02 |
| HSL | 159.74º | 0.97% | 0.53% | - |
| HSV(B) | 159.74º | 0.92% | 0.98% | - |
| XYZ | 42.33 | 72.16 | 51.23 | - |
| YUV | 173.04 | 127.97 | 18.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 251 | 173 | 0.92 | 0 | 0.31 | 0.02 | 159.74 | 0.97 | 0.53 |
| Hex | 14 | FB | AD | 5C | 0 | 1F | 2 | A0 | 61 | 35 |
| Octal | 24 | 373 | 255 | 134 | 0 | 37 | 2 | 240 | 141 | 65 |
| Binary | 10100 | 11111011 | 10101101 | 1011100 | 0 | 11111 | 10 | 10100000 | 1100001 | 110101 |
Color Harmonies of #14FBAD
Complementary color
Monochromatic Colors of #14FBAD
Black with #14FBAD
Text Example
Text Example
White with #14FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FBAD; }
p { color: rgb(20,251,173); }
H1.HeaderClassName
{
color: #14FBAD;
}
.AnyTagClassName
{
color: #14FBAD;
}
</style>
background-color css
<style>
a { background-color: #14FBAD; }
a { background-color: rgb(20,251,173); }
div.DivClassName
{
background-color: #14FBAD;
}
.BgClassName
{
background-color: #14FBAD;
}
</style>
border-color css
<style>
span { border-color: #14FBAD; }
span { border-color: rgb(20,251,173); }
td.TdClassName
{
border-color: #14FBAD;
}
.TagClassName
{
border-color: #14FBAD;
}
</style>