Html Css Color HEX #14FFBC Medium Spring Green
📋 copy color: '#14FFBC'red 20 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #14FFBC
Tints of Medium Spring Green #14FFBC
RGB
CMYK
RGB Variations
Color information
#14FFBC (or 0x14FFBC) is known color: Medium Spring Green. HEX triplet: 14, FF and BC. RGB value is (20,255,188). Sum of RGB (Red+Green+Blue) = 20+255+188=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFBC is #EB0043. Grayscale: #B1B1B1. Windows color (decimal): -15401028 or 12386068. OLE color: 12386068.
HSL color Cylindrical-coordinate representation of color #14FFBC: hue angle of 162.89º 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 #14FFBC is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 188 | - |
| CMYK | 0.92 | 0 | 0.26 | 0 |
| HSL | 162.89º | 1% | 0.54% | - |
| HSV(B) | 162.89º | 0.92% | 1% | - |
| XYZ | 45.13 | 75.3 | 59.73 | - |
| YUV | 177.1 | 134.14 | 15.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 188 | 0.92 | 0 | 0.26 | 0 | 162.89 | 1 | 0.54 |
| Hex | 14 | FF | BC | 5C | 0 | 1A | 0 | A3 | 64 | 36 |
| Octal | 24 | 377 | 274 | 134 | 0 | 32 | 0 | 243 | 144 | 66 |
| Binary | 10100 | 11111111 | 10111100 | 1011100 | 0 | 11010 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #14FFBC
Complementary color
Monochromatic Colors of #14FFBC
Black with #14FFBC
Text Example
Text Example
White with #14FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFBC; }
p { color: rgb(20,255,188); }
H1.HeaderClassName
{
color: #14FFBC;
}
.AnyTagClassName
{
color: #14FFBC;
}
</style>
background-color css
<style>
a { background-color: #14FFBC; }
a { background-color: rgb(20,255,188); }
div.DivClassName
{
background-color: #14FFBC;
}
.BgClassName
{
background-color: #14FFBC;
}
</style>
border-color css
<style>
span { border-color: #14FFBC; }
span { border-color: rgb(20,255,188); }
td.TdClassName
{
border-color: #14FFBC;
}
.TagClassName
{
border-color: #14FFBC;
}
</style>