Html Css Color HEX #12EAAC Medium Spring Green
📋 copy color: '#12EAAC'red 18 ◦ green 234 ◦ blue 172
Shades of Medium Spring Green #12EAAC
Tints of Medium Spring Green #12EAAC
RGB
CMYK
RGB Variations
Color information
#12EAAC (or 0x12EAAC) is known color: Medium Spring Green. HEX triplet: 12, EA and AC. RGB value is (18,234,172). Sum of RGB (Red+Green+Blue) = 18+234+172=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EAAC is #ED1553. Grayscale: #A2A2A2. Windows color (decimal): -15537492 or 11332114. OLE color: 11332114.
HSL color Cylindrical-coordinate representation of color #12EAAC: hue angle of 162.78º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EAAC is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 172 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.08 |
| HSL | 162.78º | 0.86% | 0.49% | - |
| HSV(B) | 162.78º | 0.92% | 0.92% | - |
| XYZ | 37.12 | 61.95 | 49.03 | - |
| YUV | 162.35 | 133.44 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 172 | 0.92 | 0 | 0.26 | 0.08 | 162.78 | 0.86 | 0.49 |
| Hex | 12 | EA | AC | 5C | 0 | 1A | 8 | A3 | 56 | 31 |
| Octal | 22 | 352 | 254 | 134 | 0 | 32 | 10 | 243 | 126 | 61 |
| Binary | 10010 | 11101010 | 10101100 | 1011100 | 0 | 11010 | 1000 | 10100011 | 1010110 | 110001 |
Color Harmonies of #12EAAC
Complementary color
Monochromatic Colors of #12EAAC
Black with #12EAAC
Text Example
Text Example
White with #12EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EAAC; }
p { color: rgb(18,234,172); }
H1.HeaderClassName
{
color: #12EAAC;
}
.AnyTagClassName
{
color: #12EAAC;
}
</style>
background-color css
<style>
a { background-color: #12EAAC; }
a { background-color: rgb(18,234,172); }
div.DivClassName
{
background-color: #12EAAC;
}
.BgClassName
{
background-color: #12EAAC;
}
</style>
border-color css
<style>
span { border-color: #12EAAC; }
span { border-color: rgb(18,234,172); }
td.TdClassName
{
border-color: #12EAAC;
}
.TagClassName
{
border-color: #12EAAC;
}
</style>