Html Css Color HEX #14FFBB Medium Spring Green
📋 copy color: '#14FFBB'red 20 ◦ green 255 ◦ blue 187
Shades of Medium Spring Green #14FFBB
Tints of Medium Spring Green #14FFBB
RGB
CMYK
RGB Variations
Color information
#14FFBB (or 0x14FFBB) is known color: Medium Spring Green. HEX triplet: 14, FF and BB. RGB value is (20,255,187). Sum of RGB (Red+Green+Blue) = 20+255+187=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFBB is #EB0044. Grayscale: #B1B1B1. Windows color (decimal): -15401029 or 12320532. OLE color: 12320532.
HSL color Cylindrical-coordinate representation of color #14FFBB: hue angle of 162.64º 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 #14FFBB is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 187 | - |
| CMYK | 0.92 | 0 | 0.27 | 0 |
| HSL | 162.64º | 1% | 0.54% | - |
| HSV(B) | 162.64º | 0.92% | 1% | - |
| XYZ | 45.02 | 75.26 | 59.17 | - |
| YUV | 176.98 | 133.64 | 16.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 187 | 0.92 | 0 | 0.27 | 0 | 162.64 | 1 | 0.54 |
| Hex | 14 | FF | BB | 5C | 0 | 1B | 0 | A3 | 64 | 36 |
| Octal | 24 | 377 | 273 | 134 | 0 | 33 | 0 | 243 | 144 | 66 |
| Binary | 10100 | 11111111 | 10111011 | 1011100 | 0 | 11011 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #14FFBB
Complementary color
Monochromatic Colors of #14FFBB
Black with #14FFBB
Text Example
Text Example
White with #14FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFBB; }
p { color: rgb(20,255,187); }
H1.HeaderClassName
{
color: #14FFBB;
}
.AnyTagClassName
{
color: #14FFBB;
}
</style>
background-color css
<style>
a { background-color: #14FFBB; }
a { background-color: rgb(20,255,187); }
div.DivClassName
{
background-color: #14FFBB;
}
.BgClassName
{
background-color: #14FFBB;
}
</style>
border-color css
<style>
span { border-color: #14FFBB; }
span { border-color: rgb(20,255,187); }
td.TdClassName
{
border-color: #14FFBB;
}
.TagClassName
{
border-color: #14FFBB;
}
</style>