Html Css Color HEX #14F9BA Medium Spring Green
📋 copy color: '#14F9BA'red 20 ◦ green 249 ◦ blue 186
Shades of Medium Spring Green #14F9BA
Tints of Medium Spring Green #14F9BA
RGB
CMYK
RGB Variations
Color information
#14F9BA (or 0x14F9BA) is known color: Medium Spring Green. HEX triplet: 14, F9 and BA. RGB value is (20,249,186). Sum of RGB (Red+Green+Blue) = 20+249+186=455 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.40% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F9BA is #EB0645. Grayscale: #ADADAD. Windows color (decimal): -15402566 or 12253460. OLE color: 12253460.
HSL color Cylindrical-coordinate representation of color #14F9BA: hue angle of 163.49º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F9BA is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 186 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.02 |
| HSL | 163.49º | 0.95% | 0.53% | - |
| HSV(B) | 163.49º | 0.92% | 0.98% | - |
| XYZ | 43.03 | 71.45 | 57.98 | - |
| YUV | 173.35 | 135.13 | 18.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 186 | 0.92 | 0 | 0.25 | 0.02 | 163.49 | 0.95 | 0.53 |
| Hex | 14 | F9 | BA | 5C | 0 | 19 | 2 | A3 | 5F | 35 |
| Octal | 24 | 371 | 272 | 134 | 0 | 31 | 2 | 243 | 137 | 65 |
| Binary | 10100 | 11111001 | 10111010 | 1011100 | 0 | 11001 | 10 | 10100011 | 1011111 | 110101 |
Color Harmonies of #14F9BA
Complementary color
Monochromatic Colors of #14F9BA
Black with #14F9BA
Text Example
Text Example
White with #14F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F9BA; }
p { color: rgb(20,249,186); }
H1.HeaderClassName
{
color: #14F9BA;
}
.AnyTagClassName
{
color: #14F9BA;
}
</style>
background-color css
<style>
a { background-color: #14F9BA; }
a { background-color: rgb(20,249,186); }
div.DivClassName
{
background-color: #14F9BA;
}
.BgClassName
{
background-color: #14F9BA;
}
</style>
border-color css
<style>
span { border-color: #14F9BA; }
span { border-color: rgb(20,249,186); }
td.TdClassName
{
border-color: #14F9BA;
}
.TagClassName
{
border-color: #14F9BA;
}
</style>