Shades of Mint Green #80FFAE
Tints of Mint Green #80FFAE
RGB
CMYK
RGB Variations
Color information
#80FFAE (or 0x80FFAE) is known color: Mint Green. HEX triplet: 80, FF and AE. RGB value is (128,255,174). Sum of RGB (Red+Green+Blue) = 128+255+174=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFAE is #7F0051. Grayscale: #CFCFCF. Windows color (decimal): -8323154 or 11468672. OLE color: 11468672.
HSL color Cylindrical-coordinate representation of color #80FFAE: hue angle of 141.73º 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 #80FFAE is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 174 | - |
| CMYK | 0.50 | 0 | 0.32 | 0 |
| HSL | 141.73º | 1% | 0.75% | - |
| HSV(B) | 141.73º | 0.5% | 1% | - |
| XYZ | 52.3 | 79.17 | 52.57 | - |
| YUV | 207.79 | 108.92 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 174 | 0.50 | 0 | 0.32 | 0 | 141.73 | 1 | 0.75 |
| Hex | 80 | FF | AE | 32 | 0 | 20 | 0 | 8E | 64 | 4B |
| Octal | 200 | 377 | 256 | 62 | 0 | 40 | 0 | 216 | 144 | 113 |
| Binary | 10000000 | 11111111 | 10101110 | 110010 | 0 | 100000 | 0 | 10001110 | 1100100 | 1001011 |
Color Harmonies of #80FFAE
Complementary color
Monochromatic Colors of #80FFAE
Black with #80FFAE
Text Example
Text Example
White with #80FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFAE; }
p { color: rgb(128,255,174); }
H1.HeaderClassName
{
color: #80FFAE;
}
.AnyTagClassName
{
color: #80FFAE;
}
</style>
background-color css
<style>
a { background-color: #80FFAE; }
a { background-color: rgb(128,255,174); }
div.DivClassName
{
background-color: #80FFAE;
}
.BgClassName
{
background-color: #80FFAE;
}
</style>
border-color css
<style>
span { border-color: #80FFAE; }
span { border-color: rgb(128,255,174); }
td.TdClassName
{
border-color: #80FFAE;
}
.TagClassName
{
border-color: #80FFAE;
}
</style>