Html Css Color HEX #12F7BA Medium Spring Green
📋 copy color: '#12F7BA'red 18 ◦ green 247 ◦ blue 186
Shades of Medium Spring Green #12F7BA
Tints of Medium Spring Green #12F7BA
RGB
CMYK
RGB Variations
Color information
#12F7BA (or 0x12F7BA) is known color: Medium Spring Green. HEX triplet: 12, F7 and BA. RGB value is (18,247,186). Sum of RGB (Red+Green+Blue) = 18+247+186=451 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.99% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #12F7BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F7BA is #ED0845. Grayscale: #ABABAB. Windows color (decimal): -15534150 or 12252946. OLE color: 12252946.
HSL color Cylindrical-coordinate representation of color #12F7BA: hue angle of 164.02º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F7BA is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 186 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.03 |
| HSL | 164.02º | 0.93% | 0.52% | - |
| HSV(B) | 164.02º | 0.93% | 0.97% | - |
| XYZ | 42.37 | 70.2 | 57.77 | - |
| YUV | 171.58 | 136.13 | 18.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 186 | 0.93 | 0 | 0.25 | 0.03 | 164.02 | 0.93 | 0.52 |
| Hex | 12 | F7 | BA | 5D | 0 | 19 | 3 | A4 | 5D | 34 |
| Octal | 22 | 367 | 272 | 135 | 0 | 31 | 3 | 244 | 135 | 64 |
| Binary | 10010 | 11110111 | 10111010 | 1011101 | 0 | 11001 | 11 | 10100100 | 1011101 | 110100 |
Color Harmonies of #12F7BA
Complementary color
Monochromatic Colors of #12F7BA
Black with #12F7BA
Text Example
Text Example
White with #12F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F7BA; }
p { color: rgb(18,247,186); }
H1.HeaderClassName
{
color: #12F7BA;
}
.AnyTagClassName
{
color: #12F7BA;
}
</style>
background-color css
<style>
a { background-color: #12F7BA; }
a { background-color: rgb(18,247,186); }
div.DivClassName
{
background-color: #12F7BA;
}
.BgClassName
{
background-color: #12F7BA;
}
</style>
border-color css
<style>
span { border-color: #12F7BA; }
span { border-color: rgb(18,247,186); }
td.TdClassName
{
border-color: #12F7BA;
}
.TagClassName
{
border-color: #12F7BA;
}
</style>