Html Css Color HEX #14ECB8 Medium Spring Green
📋 copy color: '#14ECB8'red 20 ◦ green 236 ◦ blue 184
Shades of Medium Spring Green #14ECB8
Tints of Medium Spring Green #14ECB8
RGB
CMYK
RGB Variations
Color information
#14ECB8 (or 0x14ECB8) is known color: Medium Spring Green. HEX triplet: 14, EC and B8. RGB value is (20,236,184). Sum of RGB (Red+Green+Blue) = 20+236+184=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECB8 is #EB1347. Grayscale: #A5A5A5. Windows color (decimal): -15405896 or 12119060. OLE color: 12119060.
HSL color Cylindrical-coordinate representation of color #14ECB8: hue angle of 165.56º 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 #14ECB8 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 184 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.07 |
| HSL | 165.56º | 0.85% | 0.5% | - |
| HSV(B) | 165.56º | 0.92% | 0.93% | - |
| XYZ | 38.94 | 63.6 | 55.57 | - |
| YUV | 165.49 | 138.44 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 184 | 0.92 | 0 | 0.22 | 0.07 | 165.56 | 0.85 | 0.5 |
| Hex | 14 | EC | B8 | 5C | 0 | 16 | 7 | A6 | 55 | 32 |
| Octal | 24 | 354 | 270 | 134 | 0 | 26 | 7 | 246 | 125 | 62 |
| Binary | 10100 | 11101100 | 10111000 | 1011100 | 0 | 10110 | 111 | 10100110 | 1010101 | 110010 |
Color Harmonies of #14ECB8
Complementary color
Monochromatic Colors of #14ECB8
Black with #14ECB8
Text Example
Text Example
White with #14ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECB8; }
p { color: rgb(20,236,184); }
H1.HeaderClassName
{
color: #14ECB8;
}
.AnyTagClassName
{
color: #14ECB8;
}
</style>
background-color css
<style>
a { background-color: #14ECB8; }
a { background-color: rgb(20,236,184); }
div.DivClassName
{
background-color: #14ECB8;
}
.BgClassName
{
background-color: #14ECB8;
}
</style>
border-color css
<style>
span { border-color: #14ECB8; }
span { border-color: rgb(20,236,184); }
td.TdClassName
{
border-color: #14ECB8;
}
.TagClassName
{
border-color: #14ECB8;
}
</style>