Html Css Color HEX #14F5BB Medium Spring Green
📋 copy color: '#14F5BB'red 20 ◦ green 245 ◦ blue 187
Shades of Medium Spring Green #14F5BB
Tints of Medium Spring Green #14F5BB
RGB
CMYK
RGB Variations
Color information
#14F5BB (or 0x14F5BB) is known color: Medium Spring Green. HEX triplet: 14, F5 and BB. RGB value is (20,245,187). Sum of RGB (Red+Green+Blue) = 20+245+187=452 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F5BB is #EB0A44. Grayscale: #ABABAB. Windows color (decimal): -15403589 or 12317972. OLE color: 12317972.
HSL color Cylindrical-coordinate representation of color #14F5BB: hue angle of 164.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F5BB is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 187 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.04 |
| HSL | 164.53º | 0.92% | 0.52% | - |
| HSV(B) | 164.53º | 0.92% | 0.96% | - |
| XYZ | 41.91 | 69.04 | 58.13 | - |
| YUV | 171.11 | 136.96 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 187 | 0.92 | 0 | 0.24 | 0.04 | 164.53 | 0.92 | 0.52 |
| Hex | 14 | F5 | BB | 5C | 0 | 18 | 4 | A5 | 5C | 34 |
| Octal | 24 | 365 | 273 | 134 | 0 | 30 | 4 | 245 | 134 | 64 |
| Binary | 10100 | 11110101 | 10111011 | 1011100 | 0 | 11000 | 100 | 10100101 | 1011100 | 110100 |
Color Harmonies of #14F5BB
Complementary color
Monochromatic Colors of #14F5BB
Black with #14F5BB
Text Example
Text Example
White with #14F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F5BB; }
p { color: rgb(20,245,187); }
H1.HeaderClassName
{
color: #14F5BB;
}
.AnyTagClassName
{
color: #14F5BB;
}
</style>
background-color css
<style>
a { background-color: #14F5BB; }
a { background-color: rgb(20,245,187); }
div.DivClassName
{
background-color: #14F5BB;
}
.BgClassName
{
background-color: #14F5BB;
}
</style>
border-color css
<style>
span { border-color: #14F5BB; }
span { border-color: rgb(20,245,187); }
td.TdClassName
{
border-color: #14F5BB;
}
.TagClassName
{
border-color: #14F5BB;
}
</style>