Html Css Color HEX #12FAA8 Medium Spring Green
📋 copy color: '#12FAA8'red 18 ◦ green 250 ◦ blue 168
Shades of Medium Spring Green #12FAA8
Tints of Medium Spring Green #12FAA8
RGB
CMYK
RGB Variations
Color information
#12FAA8 (or 0x12FAA8) is known color: Medium Spring Green. HEX triplet: 12, FA and A8. RGB value is (18,250,168). Sum of RGB (Red+Green+Blue) = 18+250+168=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FAA8 is #ED0557. Grayscale: #ABABAB. Windows color (decimal): -15533400 or 11074066. OLE color: 11074066.
HSL color Cylindrical-coordinate representation of color #12FAA8: hue angle of 158.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FAA8 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 168 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.02 |
| HSL | 158.79º | 0.96% | 0.53% | - |
| HSV(B) | 158.79º | 0.93% | 0.98% | - |
| XYZ | 41.5 | 71.33 | 48.63 | - |
| YUV | 171.28 | 126.14 | 18.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 168 | 0.93 | 0 | 0.33 | 0.02 | 158.79 | 0.96 | 0.53 |
| Hex | 12 | FA | A8 | 5D | 0 | 21 | 2 | 9F | 60 | 35 |
| Octal | 22 | 372 | 250 | 135 | 0 | 41 | 2 | 237 | 140 | 65 |
| Binary | 10010 | 11111010 | 10101000 | 1011101 | 0 | 100001 | 10 | 10011111 | 1100000 | 110101 |
Color Harmonies of #12FAA8
Complementary color
Monochromatic Colors of #12FAA8
Black with #12FAA8
Text Example
Text Example
White with #12FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FAA8; }
p { color: rgb(18,250,168); }
H1.HeaderClassName
{
color: #12FAA8;
}
.AnyTagClassName
{
color: #12FAA8;
}
</style>
background-color css
<style>
a { background-color: #12FAA8; }
a { background-color: rgb(18,250,168); }
div.DivClassName
{
background-color: #12FAA8;
}
.BgClassName
{
background-color: #12FAA8;
}
</style>
border-color css
<style>
span { border-color: #12FAA8; }
span { border-color: rgb(18,250,168); }
td.TdClassName
{
border-color: #12FAA8;
}
.TagClassName
{
border-color: #12FAA8;
}
</style>