Shades of Mint Green #80FDA3
Tints of Mint Green #80FDA3
RGB
CMYK
RGB Variations
Color information
#80FDA3 (or 0x80FDA3) is known color: Mint Green. HEX triplet: 80, FD and A3. RGB value is (128,253,163). Sum of RGB (Red+Green+Blue) = 128+253+163=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FDA3 is #7F025C. Grayscale: #CDCDCD. Windows color (decimal): -8323677 or 10747264. OLE color: 10747264.
HSL color Cylindrical-coordinate representation of color #80FDA3: hue angle of 136.8º 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 #80FDA3 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 163 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.01 |
| HSL | 136.8º | 0.97% | 0.75% | - |
| HSV(B) | 136.8º | 0.49% | 0.99% | - |
| XYZ | 50.64 | 77.48 | 46.94 | - |
| YUV | 205.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 163 | 0.49 | 0 | 0.36 | 0.01 | 136.8 | 0.97 | 0.75 |
| Hex | 80 | FD | A3 | 31 | 0 | 24 | 1 | 89 | 61 | 4B |
| Octal | 200 | 375 | 243 | 61 | 0 | 44 | 1 | 211 | 141 | 113 |
| Binary | 10000000 | 11111101 | 10100011 | 110001 | 0 | 100100 | 1 | 10001001 | 1100001 | 1001011 |
Color Harmonies of #80FDA3
Complementary color
Monochromatic Colors of #80FDA3
Black with #80FDA3
Text Example
Text Example
White with #80FDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDA3; }
p { color: rgb(128,253,163); }
H1.HeaderClassName
{
color: #80FDA3;
}
.AnyTagClassName
{
color: #80FDA3;
}
</style>
background-color css
<style>
a { background-color: #80FDA3; }
a { background-color: rgb(128,253,163); }
div.DivClassName
{
background-color: #80FDA3;
}
.BgClassName
{
background-color: #80FDA3;
}
</style>
border-color css
<style>
span { border-color: #80FDA3; }
span { border-color: rgb(128,253,163); }
td.TdClassName
{
border-color: #80FDA3;
}
.TagClassName
{
border-color: #80FDA3;
}
</style>