Html Css Color HEX #14FCBB Medium Spring Green
📋 copy color: '#14FCBB'red 20 ◦ green 252 ◦ blue 187
Shades of Medium Spring Green #14FCBB
Tints of Medium Spring Green #14FCBB
RGB
CMYK
RGB Variations
Color information
#14FCBB (or 0x14FCBB) is known color: Medium Spring Green. HEX triplet: 14, FC and BB. RGB value is (20,252,187). Sum of RGB (Red+Green+Blue) = 20+252+187=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCBB is #EB0344. Grayscale: #AFAFAF. Windows color (decimal): -15401797 or 12319764. OLE color: 12319764.
HSL color Cylindrical-coordinate representation of color #14FCBB: hue angle of 163.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FCBB is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 187 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.01 |
| HSL | 163.19º | 0.97% | 0.53% | - |
| HSV(B) | 163.19º | 0.92% | 0.99% | - |
| XYZ | 44.07 | 73.36 | 58.85 | - |
| YUV | 175.22 | 134.64 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 187 | 0.92 | 0 | 0.26 | 0.01 | 163.19 | 0.97 | 0.53 |
| Hex | 14 | FC | BB | 5C | 0 | 1A | 1 | A3 | 61 | 35 |
| Octal | 24 | 374 | 273 | 134 | 0 | 32 | 1 | 243 | 141 | 65 |
| Binary | 10100 | 11111100 | 10111011 | 1011100 | 0 | 11010 | 1 | 10100011 | 1100001 | 110101 |
Color Harmonies of #14FCBB
Complementary color
Monochromatic Colors of #14FCBB
Black with #14FCBB
Text Example
Text Example
White with #14FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCBB; }
p { color: rgb(20,252,187); }
H1.HeaderClassName
{
color: #14FCBB;
}
.AnyTagClassName
{
color: #14FCBB;
}
</style>
background-color css
<style>
a { background-color: #14FCBB; }
a { background-color: rgb(20,252,187); }
div.DivClassName
{
background-color: #14FCBB;
}
.BgClassName
{
background-color: #14FCBB;
}
</style>
border-color css
<style>
span { border-color: #14FCBB; }
span { border-color: rgb(20,252,187); }
td.TdClassName
{
border-color: #14FCBB;
}
.TagClassName
{
border-color: #14FCBB;
}
</style>