Html Css Color HEX #14EAAC Medium Spring Green
📋 copy color: '#14EAAC'red 20 ◦ green 234 ◦ blue 172
Shades of Medium Spring Green #14EAAC
Tints of Medium Spring Green #14EAAC
RGB
CMYK
RGB Variations
Color information
#14EAAC (or 0x14EAAC) is known color: Medium Spring Green. HEX triplet: 14, EA and AC. RGB value is (20,234,172). Sum of RGB (Red+Green+Blue) = 20+234+172=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EAAC is #EB1553. Grayscale: #A2A2A2. Windows color (decimal): -15406420 or 11332116. OLE color: 11332116.
HSL color Cylindrical-coordinate representation of color #14EAAC: hue angle of 162.62º 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 #14EAAC is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 172 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.08 |
| HSL | 162.62º | 0.84% | 0.5% | - |
| HSV(B) | 162.62º | 0.91% | 0.92% | - |
| XYZ | 37.16 | 61.97 | 49.03 | - |
| YUV | 162.95 | 133.1 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 172 | 0.91 | 0 | 0.26 | 0.08 | 162.62 | 0.84 | 0.5 |
| Hex | 14 | EA | AC | 5B | 0 | 1A | 8 | A3 | 54 | 32 |
| Octal | 24 | 352 | 254 | 133 | 0 | 32 | 10 | 243 | 124 | 62 |
| Binary | 10100 | 11101010 | 10101100 | 1011011 | 0 | 11010 | 1000 | 10100011 | 1010100 | 110010 |
Color Harmonies of #14EAAC
Complementary color
Monochromatic Colors of #14EAAC
Black with #14EAAC
Text Example
Text Example
White with #14EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAAC; }
p { color: rgb(20,234,172); }
H1.HeaderClassName
{
color: #14EAAC;
}
.AnyTagClassName
{
color: #14EAAC;
}
</style>
background-color css
<style>
a { background-color: #14EAAC; }
a { background-color: rgb(20,234,172); }
div.DivClassName
{
background-color: #14EAAC;
}
.BgClassName
{
background-color: #14EAAC;
}
</style>
border-color css
<style>
span { border-color: #14EAAC; }
span { border-color: rgb(20,234,172); }
td.TdClassName
{
border-color: #14EAAC;
}
.TagClassName
{
border-color: #14EAAC;
}
</style>