Html Css Color HEX #14FEBB Medium Spring Green
📋 copy color: '#14FEBB'red 20 ◦ green 254 ◦ blue 187
Shades of Medium Spring Green #14FEBB
Tints of Medium Spring Green #14FEBB
RGB
CMYK
RGB Variations
Color information
#14FEBB (or 0x14FEBB) is known color: Medium Spring Green. HEX triplet: 14, FE and BB. RGB value is (20,254,187). Sum of RGB (Red+Green+Blue) = 20+254+187=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEBB is #EB0144. Grayscale: #B0B0B0. Windows color (decimal): -15401285 or 12320276. OLE color: 12320276.
HSL color Cylindrical-coordinate representation of color #14FEBB: hue angle of 162.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FEBB is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 187 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.00 |
| HSL | 162.82º | 0.99% | 0.54% | - |
| HSV(B) | 162.82º | 0.92% | 1% | - |
| XYZ | 44.7 | 74.62 | 59.06 | - |
| YUV | 176.4 | 133.98 | 16.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 187 | 0.92 | 0 | 0.26 | 0.00 | 162.82 | 0.99 | 0.54 |
| Hex | 14 | FE | BB | 5C | 0 | 1A | 0 | A3 | 63 | 36 |
| Octal | 24 | 376 | 273 | 134 | 0 | 32 | 0 | 243 | 143 | 66 |
| Binary | 10100 | 11111110 | 10111011 | 1011100 | 0 | 11010 | 0 | 10100011 | 1100011 | 110110 |
Color Harmonies of #14FEBB
Complementary color
Monochromatic Colors of #14FEBB
Black with #14FEBB
Text Example
Text Example
White with #14FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEBB; }
p { color: rgb(20,254,187); }
H1.HeaderClassName
{
color: #14FEBB;
}
.AnyTagClassName
{
color: #14FEBB;
}
</style>
background-color css
<style>
a { background-color: #14FEBB; }
a { background-color: rgb(20,254,187); }
div.DivClassName
{
background-color: #14FEBB;
}
.BgClassName
{
background-color: #14FEBB;
}
</style>
border-color css
<style>
span { border-color: #14FEBB; }
span { border-color: rgb(20,254,187); }
td.TdClassName
{
border-color: #14FEBB;
}
.TagClassName
{
border-color: #14FEBB;
}
</style>