Shades of Mint Green #80FFA8
Tints of Mint Green #80FFA8
RGB
CMYK
RGB Variations
Color information
#80FFA8 (or 0x80FFA8) is known color: Mint Green. HEX triplet: 80, FF and A8. RGB value is (128,255,168). Sum of RGB (Red+Green+Blue) = 128+255+168=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFA8 is #7F0057. Grayscale: #CFCFCF. Windows color (decimal): -8323160 or 11075456. OLE color: 11075456.
HSL color Cylindrical-coordinate representation of color #80FFA8: hue angle of 138.9º 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 #80FFA8 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 128 | 255 | 168 | - |
CMYK | 0.50 | 0 | 0.34 | 0 |
HSL | 138.9º | 1% | 0.75% | - |
HSV(B) | 138.9º | 0.5% | 1% | - |
XYZ | 51.73 | 78.94 | 49.56 | - |
YUV | 207.11 | 105.92 | 71.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 255 | 168 | 0.50 | 0 | 0.34 | 0 | 138.9 | 1 | 0.75 |
Hex | 80 | FF | A8 | 32 | 0 | 22 | 0 | 8B | 64 | 4B |
Octal | 200 | 377 | 250 | 62 | 0 | 42 | 0 | 213 | 144 | 113 |
Binary | 10000000 | 11111111 | 10101000 | 110010 | 0 | 100010 | 0 | 10001011 | 1100100 | 1001011 |
Color Harmonies of #80FFA8
Complementary color
Monochromatic Colors of #80FFA8
Black with #80FFA8
Text Example
Text Example
White with #80FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFA8; }
p { color: rgb(128,255,168); }
H1.HeaderClassName
{
color: #80FFA8;
}
.AnyTagClassName
{
color: #80FFA8;
}
</style>
background-color css
<style>
a { background-color: #80FFA8; }
a { background-color: rgb(128,255,168); }
div.DivClassName
{
background-color: #80FFA8;
}
.BgClassName
{
background-color: #80FFA8;
}
</style>
border-color css
<style>
span { border-color: #80FFA8; }
span { border-color: rgb(128,255,168); }
td.TdClassName
{
border-color: #80FFA8;
}
.TagClassName
{
border-color: #80FFA8;
}
</style>