Html Css Color HEX #12ECAC Medium Spring Green
📋 copy color: '#12ECAC'red 18 ◦ green 236 ◦ blue 172
Shades of Medium Spring Green #12ECAC
Tints of Medium Spring Green #12ECAC
RGB
CMYK
RGB Variations
Color information
#12ECAC (or 0x12ECAC) is known color: Medium Spring Green. HEX triplet: 12, EC and AC. RGB value is (18,236,172). Sum of RGB (Red+Green+Blue) = 18+236+172=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12ECAC is #ED1353. Grayscale: #A3A3A3. Windows color (decimal): -15536980 or 11332626. OLE color: 11332626.
HSL color Cylindrical-coordinate representation of color #12ECAC: hue angle of 162.39º 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 #12ECAC is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 172 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.07 |
| HSL | 162.39º | 0.86% | 0.5% | - |
| HSV(B) | 162.39º | 0.92% | 0.93% | - |
| XYZ | 37.69 | 63.1 | 49.22 | - |
| YUV | 163.52 | 132.78 | 24.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 172 | 0.92 | 0 | 0.27 | 0.07 | 162.39 | 0.86 | 0.5 |
| Hex | 12 | EC | AC | 5C | 0 | 1B | 7 | A2 | 56 | 32 |
| Octal | 22 | 354 | 254 | 134 | 0 | 33 | 7 | 242 | 126 | 62 |
| Binary | 10010 | 11101100 | 10101100 | 1011100 | 0 | 11011 | 111 | 10100010 | 1010110 | 110010 |
Color Harmonies of #12ECAC
Complementary color
Monochromatic Colors of #12ECAC
Black with #12ECAC
Text Example
Text Example
White with #12ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECAC; }
p { color: rgb(18,236,172); }
H1.HeaderClassName
{
color: #12ECAC;
}
.AnyTagClassName
{
color: #12ECAC;
}
</style>
background-color css
<style>
a { background-color: #12ECAC; }
a { background-color: rgb(18,236,172); }
div.DivClassName
{
background-color: #12ECAC;
}
.BgClassName
{
background-color: #12ECAC;
}
</style>
border-color css
<style>
span { border-color: #12ECAC; }
span { border-color: rgb(18,236,172); }
td.TdClassName
{
border-color: #12ECAC;
}
.TagClassName
{
border-color: #12ECAC;
}
</style>