Html Css Color HEX #14EAB0 Medium Spring Green
📋 copy color: '#14EAB0'red 20 ◦ green 234 ◦ blue 176
Shades of Medium Spring Green #14EAB0
Tints of Medium Spring Green #14EAB0
RGB
CMYK
RGB Variations
Color information
#14EAB0 (or 0x14EAB0) is known color: Medium Spring Green. HEX triplet: 14, EA and B0. RGB value is (20,234,176). Sum of RGB (Red+Green+Blue) = 20+234+176=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EAB0 is #EB154F. Grayscale: #A3A3A3. Windows color (decimal): -15406416 or 11594260. OLE color: 11594260.
HSL color Cylindrical-coordinate representation of color #14EAB0: hue angle of 163.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EAB0 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 176 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.08 |
| HSL | 163.74º | 0.84% | 0.5% | - |
| HSV(B) | 163.74º | 0.91% | 0.92% | - |
| XYZ | 37.55 | 62.13 | 51.09 | - |
| YUV | 163.4 | 135.1 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 176 | 0.91 | 0 | 0.25 | 0.08 | 163.74 | 0.84 | 0.5 |
| Hex | 14 | EA | B0 | 5B | 0 | 19 | 8 | A4 | 54 | 32 |
| Octal | 24 | 352 | 260 | 133 | 0 | 31 | 10 | 244 | 124 | 62 |
| Binary | 10100 | 11101010 | 10110000 | 1011011 | 0 | 11001 | 1000 | 10100100 | 1010100 | 110010 |
Color Harmonies of #14EAB0
Complementary color
Monochromatic Colors of #14EAB0
Black with #14EAB0
Text Example
Text Example
White with #14EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAB0; }
p { color: rgb(20,234,176); }
H1.HeaderClassName
{
color: #14EAB0;
}
.AnyTagClassName
{
color: #14EAB0;
}
</style>
background-color css
<style>
a { background-color: #14EAB0; }
a { background-color: rgb(20,234,176); }
div.DivClassName
{
background-color: #14EAB0;
}
.BgClassName
{
background-color: #14EAB0;
}
</style>
border-color css
<style>
span { border-color: #14EAB0; }
span { border-color: rgb(20,234,176); }
td.TdClassName
{
border-color: #14EAB0;
}
.TagClassName
{
border-color: #14EAB0;
}
</style>