Html Css Color HEX #14ECB6 Medium Spring Green
📋 copy color: '#14ECB6'red 20 ◦ green 236 ◦ blue 182
Shades of Medium Spring Green #14ECB6
Tints of Medium Spring Green #14ECB6
RGB
CMYK
RGB Variations
Color information
#14ECB6 (or 0x14ECB6) is known color: Medium Spring Green. HEX triplet: 14, EC and B6. RGB value is (20,236,182). Sum of RGB (Red+Green+Blue) = 20+236+182=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECB6 is #EB1349. Grayscale: #A5A5A5. Windows color (decimal): -15405898 or 11987988. OLE color: 11987988.
HSL color Cylindrical-coordinate representation of color #14ECB6: hue angle of 165º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ECB6 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 182 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.07 |
| HSL | 165º | 0.85% | 0.5% | - |
| HSV(B) | 165º | 0.92% | 0.93% | - |
| XYZ | 38.73 | 63.52 | 54.47 | - |
| YUV | 165.26 | 137.44 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 182 | 0.92 | 0 | 0.23 | 0.07 | 165 | 0.85 | 0.5 |
| Hex | 14 | EC | B6 | 5C | 0 | 17 | 7 | A5 | 55 | 32 |
| Octal | 24 | 354 | 266 | 134 | 0 | 27 | 7 | 245 | 125 | 62 |
| Binary | 10100 | 11101100 | 10110110 | 1011100 | 0 | 10111 | 111 | 10100101 | 1010101 | 110010 |
Color Harmonies of #14ECB6
Complementary color
Monochromatic Colors of #14ECB6
Black with #14ECB6
Text Example
Text Example
White with #14ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECB6; }
p { color: rgb(20,236,182); }
H1.HeaderClassName
{
color: #14ECB6;
}
.AnyTagClassName
{
color: #14ECB6;
}
</style>
background-color css
<style>
a { background-color: #14ECB6; }
a { background-color: rgb(20,236,182); }
div.DivClassName
{
background-color: #14ECB6;
}
.BgClassName
{
background-color: #14ECB6;
}
</style>
border-color css
<style>
span { border-color: #14ECB6; }
span { border-color: rgb(20,236,182); }
td.TdClassName
{
border-color: #14ECB6;
}
.TagClassName
{
border-color: #14ECB6;
}
</style>