Shades of Mint Green #80FFAA
Tints of Mint Green #80FFAA
RGB
CMYK
RGB Variations
Color information
#80FFAA (or 0x80FFAA) is known color: Mint Green. HEX triplet: 80, FF and AA. RGB value is (128,255,170). Sum of RGB (Red+Green+Blue) = 128+255+170=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFAA is #7F0055. Grayscale: #CFCFCF. Windows color (decimal): -8323158 or 11206528. OLE color: 11206528.
HSL color Cylindrical-coordinate representation of color #80FFAA: hue angle of 139.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFAA is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 170 | - |
| CMYK | 0.50 | 0 | 0.33 | 0 |
| HSL | 139.84º | 1% | 0.75% | - |
| HSV(B) | 139.84º | 0.5% | 1% | - |
| XYZ | 51.92 | 79.01 | 50.54 | - |
| YUV | 207.34 | 106.92 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 170 | 0.50 | 0 | 0.33 | 0 | 139.84 | 1 | 0.75 |
| Hex | 80 | FF | AA | 32 | 0 | 21 | 0 | 8C | 64 | 4B |
| Octal | 200 | 377 | 252 | 62 | 0 | 41 | 0 | 214 | 144 | 113 |
| Binary | 10000000 | 11111111 | 10101010 | 110010 | 0 | 100001 | 0 | 10001100 | 1100100 | 1001011 |
Color Harmonies of #80FFAA
Complementary color
Monochromatic Colors of #80FFAA
Black with #80FFAA
Text Example
Text Example
White with #80FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFAA; }
p { color: rgb(128,255,170); }
H1.HeaderClassName
{
color: #80FFAA;
}
.AnyTagClassName
{
color: #80FFAA;
}
</style>
background-color css
<style>
a { background-color: #80FFAA; }
a { background-color: rgb(128,255,170); }
div.DivClassName
{
background-color: #80FFAA;
}
.BgClassName
{
background-color: #80FFAA;
}
</style>
border-color css
<style>
span { border-color: #80FFAA; }
span { border-color: rgb(128,255,170); }
td.TdClassName
{
border-color: #80FFAA;
}
.TagClassName
{
border-color: #80FFAA;
}
</style>