Html Css Color HEX #14FFBE Medium Spring Green
📋 copy color: '#14FFBE'red 20 ◦ green 255 ◦ blue 190
Shades of Medium Spring Green #14FFBE
Tints of Medium Spring Green #14FFBE
RGB
CMYK
RGB Variations
Color information
#14FFBE (or 0x14FFBE) is known color: Medium Spring Green. HEX triplet: 14, FF and BE. RGB value is (20,255,190). Sum of RGB (Red+Green+Blue) = 20+255+190=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFBE is #EB0041. Grayscale: #B1B1B1. Windows color (decimal): -15401026 or 12517140. OLE color: 12517140.
HSL color Cylindrical-coordinate representation of color #14FFBE: hue angle of 163.4º 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 #14FFBE is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 190 | - |
| CMYK | 0.92 | 0 | 0.25 | 0 |
| HSL | 163.4º | 1% | 0.54% | - |
| HSV(B) | 163.4º | 0.92% | 1% | - |
| XYZ | 45.34 | 75.39 | 60.88 | - |
| YUV | 177.33 | 135.14 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 190 | 0.92 | 0 | 0.25 | 0 | 163.4 | 1 | 0.54 |
| Hex | 14 | FF | BE | 5C | 0 | 19 | 0 | A3 | 64 | 36 |
| Octal | 24 | 377 | 276 | 134 | 0 | 31 | 0 | 243 | 144 | 66 |
| Binary | 10100 | 11111111 | 10111110 | 1011100 | 0 | 11001 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #14FFBE
Complementary color
Monochromatic Colors of #14FFBE
Black with #14FFBE
Text Example
Text Example
White with #14FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFBE; }
p { color: rgb(20,255,190); }
H1.HeaderClassName
{
color: #14FFBE;
}
.AnyTagClassName
{
color: #14FFBE;
}
</style>
background-color css
<style>
a { background-color: #14FFBE; }
a { background-color: rgb(20,255,190); }
div.DivClassName
{
background-color: #14FFBE;
}
.BgClassName
{
background-color: #14FFBE;
}
</style>
border-color css
<style>
span { border-color: #14FFBE; }
span { border-color: rgb(20,255,190); }
td.TdClassName
{
border-color: #14FFBE;
}
.TagClassName
{
border-color: #14FFBE;
}
</style>