Html Css Color HEX #14F6BA Medium Spring Green
📋 copy color: '#14F6BA'red 20 ◦ green 246 ◦ blue 186
Shades of Medium Spring Green #14F6BA
Tints of Medium Spring Green #14F6BA
RGB
CMYK
RGB Variations
Color information
#14F6BA (or 0x14F6BA) is known color: Medium Spring Green. HEX triplet: 14, F6 and BA. RGB value is (20,246,186). Sum of RGB (Red+Green+Blue) = 20+246+186=452 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 452); Green value is 246 (96.48% from 255 or 54.42% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 246 - color contains mainly: green. Hex color #14F6BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F6BA is #EB0945. Grayscale: #ABABAB. Windows color (decimal): -15403334 or 12252692. OLE color: 12252692.
HSL color Cylindrical-coordinate representation of color #14F6BA: hue angle of 164.07º degrees, saturation: 0.93, 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 #14F6BA is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 186 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.04 |
| HSL | 164.07º | 0.93% | 0.52% | - |
| HSV(B) | 164.07º | 0.92% | 0.96% | - |
| XYZ | 42.11 | 69.61 | 57.67 | - |
| YUV | 171.59 | 136.13 | 19.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 186 | 0.92 | 0 | 0.24 | 0.04 | 164.07 | 0.93 | 0.52 |
| Hex | 14 | F6 | BA | 5C | 0 | 18 | 4 | A4 | 5D | 34 |
| Octal | 24 | 366 | 272 | 134 | 0 | 30 | 4 | 244 | 135 | 64 |
| Binary | 10100 | 11110110 | 10111010 | 1011100 | 0 | 11000 | 100 | 10100100 | 1011101 | 110100 |
Color Harmonies of #14F6BA
Complementary color
Monochromatic Colors of #14F6BA
Black with #14F6BA
Text Example
Text Example
White with #14F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F6BA; }
p { color: rgb(20,246,186); }
H1.HeaderClassName
{
color: #14F6BA;
}
.AnyTagClassName
{
color: #14F6BA;
}
</style>
background-color css
<style>
a { background-color: #14F6BA; }
a { background-color: rgb(20,246,186); }
div.DivClassName
{
background-color: #14F6BA;
}
.BgClassName
{
background-color: #14F6BA;
}
</style>
border-color css
<style>
span { border-color: #14F6BA; }
span { border-color: rgb(20,246,186); }
td.TdClassName
{
border-color: #14F6BA;
}
.TagClassName
{
border-color: #14F6BA;
}
</style>