Shades of Mint Green #80FEAD
Tints of Mint Green #80FEAD
RGB
CMYK
RGB Variations
Color information
#80FEAD (or 0x80FEAD) is known color: Mint Green. HEX triplet: 80, FE and AD. RGB value is (128,254,173). Sum of RGB (Red+Green+Blue) = 128+254+173=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEAD is #7F0152. Grayscale: #CFCFCF. Windows color (decimal): -8323411 or 11402880. OLE color: 11402880.
HSL color Cylindrical-coordinate representation of color #80FEAD: hue angle of 141.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEAD is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 173 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.00 |
| HSL | 141.43º | 0.98% | 0.75% | - |
| HSV(B) | 141.43º | 0.5% | 1% | - |
| XYZ | 51.89 | 78.49 | 51.95 | - |
| YUV | 207.09 | 108.76 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 173 | 0.50 | 0 | 0.32 | 0.00 | 141.43 | 0.98 | 0.75 |
| Hex | 80 | FE | AD | 32 | 0 | 20 | 0 | 8D | 62 | 4B |
| Octal | 200 | 376 | 255 | 62 | 0 | 40 | 0 | 215 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10101101 | 110010 | 0 | 100000 | 0 | 10001101 | 1100010 | 1001011 |
Color Harmonies of #80FEAD
Complementary color
Monochromatic Colors of #80FEAD
Black with #80FEAD
Text Example
Text Example
White with #80FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEAD; }
p { color: rgb(128,254,173); }
H1.HeaderClassName
{
color: #80FEAD;
}
.AnyTagClassName
{
color: #80FEAD;
}
</style>
background-color css
<style>
a { background-color: #80FEAD; }
a { background-color: rgb(128,254,173); }
div.DivClassName
{
background-color: #80FEAD;
}
.BgClassName
{
background-color: #80FEAD;
}
</style>
border-color css
<style>
span { border-color: #80FEAD; }
span { border-color: rgb(128,254,173); }
td.TdClassName
{
border-color: #80FEAD;
}
.TagClassName
{
border-color: #80FEAD;
}
</style>