Html Css Color HEX #14EDB8 Medium Spring Green
📋 copy color: '#14EDB8'red 20 ◦ green 237 ◦ blue 184
Shades of Medium Spring Green #14EDB8
Tints of Medium Spring Green #14EDB8
RGB
CMYK
RGB Variations
Color information
#14EDB8 (or 0x14EDB8) is known color: Medium Spring Green. HEX triplet: 14, ED and B8. RGB value is (20,237,184). Sum of RGB (Red+Green+Blue) = 20+237+184=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDB8 is #EB1247. Grayscale: #A6A6A6. Windows color (decimal): -15405640 or 12119316. OLE color: 12119316.
HSL color Cylindrical-coordinate representation of color #14EDB8: hue angle of 165.35º degrees, saturation: 0.86, 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 #14EDB8 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 184 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.07 |
| HSL | 165.35º | 0.86% | 0.5% | - |
| HSV(B) | 165.35º | 0.92% | 0.93% | - |
| XYZ | 39.22 | 64.18 | 55.67 | - |
| YUV | 166.08 | 138.11 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 184 | 0.92 | 0 | 0.22 | 0.07 | 165.35 | 0.86 | 0.5 |
| Hex | 14 | ED | B8 | 5C | 0 | 16 | 7 | A5 | 56 | 32 |
| Octal | 24 | 355 | 270 | 134 | 0 | 26 | 7 | 245 | 126 | 62 |
| Binary | 10100 | 11101101 | 10111000 | 1011100 | 0 | 10110 | 111 | 10100101 | 1010110 | 110010 |
Color Harmonies of #14EDB8
Complementary color
Monochromatic Colors of #14EDB8
Black with #14EDB8
Text Example
Text Example
White with #14EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDB8; }
p { color: rgb(20,237,184); }
H1.HeaderClassName
{
color: #14EDB8;
}
.AnyTagClassName
{
color: #14EDB8;
}
</style>
background-color css
<style>
a { background-color: #14EDB8; }
a { background-color: rgb(20,237,184); }
div.DivClassName
{
background-color: #14EDB8;
}
.BgClassName
{
background-color: #14EDB8;
}
</style>
border-color css
<style>
span { border-color: #14EDB8; }
span { border-color: rgb(20,237,184); }
td.TdClassName
{
border-color: #14EDB8;
}
.TagClassName
{
border-color: #14EDB8;
}
</style>