Shades of Mint Green #80FF9F
Tints of Mint Green #80FF9F
RGB
CMYK
RGB Variations
Color information
#80FF9F (or 0x80FF9F) is known color: Mint Green. HEX triplet: 80, FF and 9F. RGB value is (128,255,159). Sum of RGB (Red+Green+Blue) = 128+255+159=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FF9F is #7F0060. Grayscale: #CECECE. Windows color (decimal): -8323169 or 10485632. OLE color: 10485632.
HSL color Cylindrical-coordinate representation of color #80FF9F: hue angle of 134.65º 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 #80FF9F is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 159 | - |
| CMYK | 0.50 | 0 | 0.38 | 0 |
| HSL | 134.65º | 1% | 0.75% | - |
| HSV(B) | 134.65º | 0.5% | 1% | - |
| XYZ | 50.92 | 78.61 | 45.29 | - |
| YUV | 206.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 159 | 0.50 | 0 | 0.38 | 0 | 134.65 | 1 | 0.75 |
| Hex | 80 | FF | 9F | 32 | 0 | 26 | 0 | 87 | 64 | 4B |
| Octal | 200 | 377 | 237 | 62 | 0 | 46 | 0 | 207 | 144 | 113 |
| Binary | 10000000 | 11111111 | 10011111 | 110010 | 0 | 100110 | 0 | 10000111 | 1100100 | 1001011 |
Color Harmonies of #80FF9F
Complementary color
Monochromatic Colors of #80FF9F
Black with #80FF9F
Text Example
Text Example
White with #80FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF9F; }
p { color: rgb(128,255,159); }
H1.HeaderClassName
{
color: #80FF9F;
}
.AnyTagClassName
{
color: #80FF9F;
}
</style>
background-color css
<style>
a { background-color: #80FF9F; }
a { background-color: rgb(128,255,159); }
div.DivClassName
{
background-color: #80FF9F;
}
.BgClassName
{
background-color: #80FF9F;
}
</style>
border-color css
<style>
span { border-color: #80FF9F; }
span { border-color: rgb(128,255,159); }
td.TdClassName
{
border-color: #80FF9F;
}
.TagClassName
{
border-color: #80FF9F;
}
</style>