Shades of Mint Green #80FDA1
Tints of Mint Green #80FDA1
RGB
CMYK
RGB Variations
Color information
#80FDA1 (or 0x80FDA1) is known color: Mint Green. HEX triplet: 80, FD and A1. RGB value is (128,253,161). Sum of RGB (Red+Green+Blue) = 128+253+161=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FDA1 is #7F025E. Grayscale: #CDCDCD. Windows color (decimal): -8323679 or 10616192. OLE color: 10616192.
HSL color Cylindrical-coordinate representation of color #80FDA1: hue angle of 135.84º 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 #80FDA1 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 161 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.01 |
| HSL | 135.84º | 0.97% | 0.75% | - |
| HSV(B) | 135.84º | 0.49% | 0.99% | - |
| XYZ | 50.46 | 77.41 | 46 | - |
| YUV | 205.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 161 | 0.49 | 0 | 0.36 | 0.01 | 135.84 | 0.97 | 0.75 |
| Hex | 80 | FD | A1 | 31 | 0 | 24 | 1 | 88 | 61 | 4B |
| Octal | 200 | 375 | 241 | 61 | 0 | 44 | 1 | 210 | 141 | 113 |
| Binary | 10000000 | 11111101 | 10100001 | 110001 | 0 | 100100 | 1 | 10001000 | 1100001 | 1001011 |
Color Harmonies of #80FDA1
Complementary color
Monochromatic Colors of #80FDA1
Black with #80FDA1
Text Example
Text Example
White with #80FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDA1; }
p { color: rgb(128,253,161); }
H1.HeaderClassName
{
color: #80FDA1;
}
.AnyTagClassName
{
color: #80FDA1;
}
</style>
background-color css
<style>
a { background-color: #80FDA1; }
a { background-color: rgb(128,253,161); }
div.DivClassName
{
background-color: #80FDA1;
}
.BgClassName
{
background-color: #80FDA1;
}
</style>
border-color css
<style>
span { border-color: #80FDA1; }
span { border-color: rgb(128,253,161); }
td.TdClassName
{
border-color: #80FDA1;
}
.TagClassName
{
border-color: #80FDA1;
}
</style>