Html Css Color HEX #12EBA6 Medium Spring Green
📋 copy color: '#12EBA6'red 18 ◦ green 235 ◦ blue 166
Shades of Medium Spring Green #12EBA6
Tints of Medium Spring Green #12EBA6
RGB
CMYK
RGB Variations
Color information
#12EBA6 (or 0x12EBA6) is known color: Medium Spring Green. HEX triplet: 12, EB and A6. RGB value is (18,235,166). Sum of RGB (Red+Green+Blue) = 18+235+166=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EBA6 is #ED1459. Grayscale: #A2A2A2. Windows color (decimal): -15537242 or 10939154. OLE color: 10939154.
HSL color Cylindrical-coordinate representation of color #12EBA6: hue angle of 160.92º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EBA6 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 235 | 166 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.08 |
| HSL | 160.92º | 0.86% | 0.5% | - |
| HSV(B) | 160.92º | 0.92% | 0.92% | - |
| XYZ | 36.84 | 62.3 | 46.16 | - |
| YUV | 162.25 | 130.11 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 235 | 166 | 0.92 | 0 | 0.29 | 0.08 | 160.92 | 0.86 | 0.5 |
| Hex | 12 | EB | A6 | 5C | 0 | 1D | 8 | A1 | 56 | 32 |
| Octal | 22 | 353 | 246 | 134 | 0 | 35 | 10 | 241 | 126 | 62 |
| Binary | 10010 | 11101011 | 10100110 | 1011100 | 0 | 11101 | 1000 | 10100001 | 1010110 | 110010 |
Color Harmonies of #12EBA6
Complementary color
Monochromatic Colors of #12EBA6
Black with #12EBA6
Text Example
Text Example
White with #12EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EBA6; }
p { color: rgb(18,235,166); }
H1.HeaderClassName
{
color: #12EBA6;
}
.AnyTagClassName
{
color: #12EBA6;
}
</style>
background-color css
<style>
a { background-color: #12EBA6; }
a { background-color: rgb(18,235,166); }
div.DivClassName
{
background-color: #12EBA6;
}
.BgClassName
{
background-color: #12EBA6;
}
</style>
border-color css
<style>
span { border-color: #12EBA6; }
span { border-color: rgb(18,235,166); }
td.TdClassName
{
border-color: #12EBA6;
}
.TagClassName
{
border-color: #12EBA6;
}
</style>