Html Css Color HEX #12EAB0 Medium Spring Green
📋 copy color: '#12EAB0'red 18 ◦ green 234 ◦ blue 176
Shades of Medium Spring Green #12EAB0
Tints of Medium Spring Green #12EAB0
RGB
CMYK
RGB Variations
Color information
#12EAB0 (or 0x12EAB0) is known color: Medium Spring Green. HEX triplet: 12, EA and B0. RGB value is (18,234,176). Sum of RGB (Red+Green+Blue) = 18+234+176=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EAB0 is #ED154F. Grayscale: #A2A2A2. Windows color (decimal): -15537488 or 11594258. OLE color: 11594258.
HSL color Cylindrical-coordinate representation of color #12EAB0: hue angle of 163.89º 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 #12EAB0 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 176 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.08 |
| HSL | 163.89º | 0.86% | 0.49% | - |
| HSV(B) | 163.89º | 0.92% | 0.92% | - |
| XYZ | 37.51 | 62.11 | 51.09 | - |
| YUV | 162.8 | 135.44 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 176 | 0.92 | 0 | 0.25 | 0.08 | 163.89 | 0.86 | 0.49 |
| Hex | 12 | EA | B0 | 5C | 0 | 19 | 8 | A4 | 56 | 31 |
| Octal | 22 | 352 | 260 | 134 | 0 | 31 | 10 | 244 | 126 | 61 |
| Binary | 10010 | 11101010 | 10110000 | 1011100 | 0 | 11001 | 1000 | 10100100 | 1010110 | 110001 |
Color Harmonies of #12EAB0
Complementary color
Monochromatic Colors of #12EAB0
Black with #12EAB0
Text Example
Text Example
White with #12EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EAB0; }
p { color: rgb(18,234,176); }
H1.HeaderClassName
{
color: #12EAB0;
}
.AnyTagClassName
{
color: #12EAB0;
}
</style>
background-color css
<style>
a { background-color: #12EAB0; }
a { background-color: rgb(18,234,176); }
div.DivClassName
{
background-color: #12EAB0;
}
.BgClassName
{
background-color: #12EAB0;
}
</style>
border-color css
<style>
span { border-color: #12EAB0; }
span { border-color: rgb(18,234,176); }
td.TdClassName
{
border-color: #12EAB0;
}
.TagClassName
{
border-color: #12EAB0;
}
</style>