Html Css Color HEX #32FFAC Medium Spring Green
📋 copy color: '#32FFAC'red 50 ◦ green 255 ◦ blue 172
Shades of Medium Spring Green #32FFAC
Tints of Medium Spring Green #32FFAC
RGB
CMYK
RGB Variations
Color information
#32FFAC (or 0x32FFAC) is known color: Medium Spring Green. HEX triplet: 32, FF and AC. RGB value is (50,255,172). Sum of RGB (Red+Green+Blue) = 50+255+172=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FFAC is #CD0053. Grayscale: #B8B8B8. Windows color (decimal): -13434964 or 11337522. OLE color: 11337522.
HSL color Cylindrical-coordinate representation of color #32FFAC: hue angle of 155.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFAC is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 172 | - |
| CMYK | 0.80 | 0 | 0.33 | 0 |
| HSL | 155.71º | 1% | 0.6% | - |
| HSV(B) | 155.71º | 0.8% | 1% | - |
| XYZ | 44.52 | 75.18 | 51.19 | - |
| YUV | 184.24 | 121.08 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 172 | 0.80 | 0 | 0.33 | 0 | 155.71 | 1 | 0.6 |
| Hex | 32 | FF | AC | 50 | 0 | 21 | 0 | 9C | 64 | 3C |
| Octal | 62 | 377 | 254 | 120 | 0 | 41 | 0 | 234 | 144 | 74 |
| Binary | 110010 | 11111111 | 10101100 | 1010000 | 0 | 100001 | 0 | 10011100 | 1100100 | 111100 |
Color Harmonies of #32FFAC
Complementary color
Monochromatic Colors of #32FFAC
Black with #32FFAC
Text Example
Text Example
White with #32FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFAC; }
p { color: rgb(50,255,172); }
H1.HeaderClassName
{
color: #32FFAC;
}
.AnyTagClassName
{
color: #32FFAC;
}
</style>
background-color css
<style>
a { background-color: #32FFAC; }
a { background-color: rgb(50,255,172); }
div.DivClassName
{
background-color: #32FFAC;
}
.BgClassName
{
background-color: #32FFAC;
}
</style>
border-color css
<style>
span { border-color: #32FFAC; }
span { border-color: rgb(50,255,172); }
td.TdClassName
{
border-color: #32FFAC;
}
.TagClassName
{
border-color: #32FFAC;
}
</style>