Html Css Color HEX #14FFBF Medium Spring Green
📋 copy color: '#14FFBF'red 20 ◦ green 255 ◦ blue 191
Shades of Medium Spring Green #14FFBF
Tints of Medium Spring Green #14FFBF
RGB
CMYK
RGB Variations
Color information
#14FFBF (or 0x14FFBF) is known color: Medium Spring Green. HEX triplet: 14, FF and BF. RGB value is (20,255,191). Sum of RGB (Red+Green+Blue) = 20+255+191=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFBF is #EB0040. Grayscale: #B1B1B1. Windows color (decimal): -15401025 or 12582676. OLE color: 12582676.
HSL color Cylindrical-coordinate representation of color #14FFBF: hue angle of 163.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFBF is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 191 | - |
| CMYK | 0.92 | 0 | 0.25 | 0 |
| HSL | 163.66º | 1% | 0.54% | - |
| HSV(B) | 163.66º | 0.92% | 1% | - |
| XYZ | 45.45 | 75.43 | 61.45 | - |
| YUV | 177.44 | 135.64 | 15.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 191 | 0.92 | 0 | 0.25 | 0 | 163.66 | 1 | 0.54 |
| Hex | 14 | FF | BF | 5C | 0 | 19 | 0 | A4 | 64 | 36 |
| Octal | 24 | 377 | 277 | 134 | 0 | 31 | 0 | 244 | 144 | 66 |
| Binary | 10100 | 11111111 | 10111111 | 1011100 | 0 | 11001 | 0 | 10100100 | 1100100 | 110110 |
Color Harmonies of #14FFBF
Complementary color
Monochromatic Colors of #14FFBF
Black with #14FFBF
Text Example
Text Example
White with #14FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFBF; }
p { color: rgb(20,255,191); }
H1.HeaderClassName
{
color: #14FFBF;
}
.AnyTagClassName
{
color: #14FFBF;
}
</style>
background-color css
<style>
a { background-color: #14FFBF; }
a { background-color: rgb(20,255,191); }
div.DivClassName
{
background-color: #14FFBF;
}
.BgClassName
{
background-color: #14FFBF;
}
</style>
border-color css
<style>
span { border-color: #14FFBF; }
span { border-color: rgb(20,255,191); }
td.TdClassName
{
border-color: #14FFBF;
}
.TagClassName
{
border-color: #14FFBF;
}
</style>