Html Css Color HEX #14EAAA Medium Spring Green
📋 copy color: '#14EAAA'red 20 ◦ green 234 ◦ blue 170
Shades of Medium Spring Green #14EAAA
Tints of Medium Spring Green #14EAAA
RGB
CMYK
RGB Variations
Color information
#14EAAA (or 0x14EAAA) is known color: Medium Spring Green. HEX triplet: 14, EA and AA. RGB value is (20,234,170). Sum of RGB (Red+Green+Blue) = 20+234+170=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EAAA is #EB1555. Grayscale: #A2A2A2. Windows color (decimal): -15406422 or 11201044. OLE color: 11201044.
HSL color Cylindrical-coordinate representation of color #14EAAA: hue angle of 162.06º 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 #14EAAA is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 170 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.08 |
| HSL | 162.06º | 0.84% | 0.5% | - |
| HSV(B) | 162.06º | 0.91% | 0.92% | - |
| XYZ | 36.97 | 61.9 | 48.03 | - |
| YUV | 162.72 | 132.1 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 170 | 0.91 | 0 | 0.27 | 0.08 | 162.06 | 0.84 | 0.5 |
| Hex | 14 | EA | AA | 5B | 0 | 1B | 8 | A2 | 54 | 32 |
| Octal | 24 | 352 | 252 | 133 | 0 | 33 | 10 | 242 | 124 | 62 |
| Binary | 10100 | 11101010 | 10101010 | 1011011 | 0 | 11011 | 1000 | 10100010 | 1010100 | 110010 |
Color Harmonies of #14EAAA
Complementary color
Monochromatic Colors of #14EAAA
Black with #14EAAA
Text Example
Text Example
White with #14EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAAA; }
p { color: rgb(20,234,170); }
H1.HeaderClassName
{
color: #14EAAA;
}
.AnyTagClassName
{
color: #14EAAA;
}
</style>
background-color css
<style>
a { background-color: #14EAAA; }
a { background-color: rgb(20,234,170); }
div.DivClassName
{
background-color: #14EAAA;
}
.BgClassName
{
background-color: #14EAAA;
}
</style>
border-color css
<style>
span { border-color: #14EAAA; }
span { border-color: rgb(20,234,170); }
td.TdClassName
{
border-color: #14EAAA;
}
.TagClassName
{
border-color: #14EAAA;
}
</style>