Shades of Mint Green #80FDAC
Tints of Mint Green #80FDAC
RGB
CMYK
RGB Variations
Color information
#80FDAC (or 0x80FDAC) is known color: Mint Green. HEX triplet: 80, FD and AC. RGB value is (128,253,172). Sum of RGB (Red+Green+Blue) = 128+253+172=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FDAC is #7F0253. Grayscale: #CECECE. Windows color (decimal): -8323668 or 11337088. OLE color: 11337088.
HSL color Cylindrical-coordinate representation of color #80FDAC: hue angle of 141.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDAC is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 172 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.01 |
| HSL | 141.12º | 0.97% | 0.75% | - |
| HSV(B) | 141.12º | 0.49% | 0.99% | - |
| XYZ | 51.47 | 77.82 | 51.34 | - |
| YUV | 206.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 172 | 0.49 | 0 | 0.32 | 0.01 | 141.12 | 0.97 | 0.75 |
| Hex | 80 | FD | AC | 31 | 0 | 20 | 1 | 8D | 61 | 4B |
| Octal | 200 | 375 | 254 | 61 | 0 | 40 | 1 | 215 | 141 | 113 |
| Binary | 10000000 | 11111101 | 10101100 | 110001 | 0 | 100000 | 1 | 10001101 | 1100001 | 1001011 |
Color Harmonies of #80FDAC
Complementary color
Monochromatic Colors of #80FDAC
Black with #80FDAC
Text Example
Text Example
White with #80FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDAC; }
p { color: rgb(128,253,172); }
H1.HeaderClassName
{
color: #80FDAC;
}
.AnyTagClassName
{
color: #80FDAC;
}
</style>
background-color css
<style>
a { background-color: #80FDAC; }
a { background-color: rgb(128,253,172); }
div.DivClassName
{
background-color: #80FDAC;
}
.BgClassName
{
background-color: #80FDAC;
}
</style>
border-color css
<style>
span { border-color: #80FDAC; }
span { border-color: rgb(128,253,172); }
td.TdClassName
{
border-color: #80FDAC;
}
.TagClassName
{
border-color: #80FDAC;
}
</style>