Shades of Mint Green #82FFA0
Tints of Mint Green #82FFA0
RGB
CMYK
RGB Variations
Color information
#82FFA0 (or 0x82FFA0) is known color: Mint Green. HEX triplet: 82, FF and A0. RGB value is (130,255,160). Sum of RGB (Red+Green+Blue) = 130+255+160=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFA0 is #7D005F. Grayscale: #CFCFCF. Windows color (decimal): -8192096 or 10551170. OLE color: 10551170.
HSL color Cylindrical-coordinate representation of color #82FFA0: hue angle of 134.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFA0 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 160 | - |
| CMYK | 0.49 | 0 | 0.37 | 0 |
| HSL | 134.4º | 1% | 0.75% | - |
| HSV(B) | 134.4º | 0.49% | 1% | - |
| XYZ | 51.31 | 78.8 | 45.76 | - |
| YUV | 206.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 160 | 0.49 | 0 | 0.37 | 0 | 134.4 | 1 | 0.75 |
| Hex | 82 | FF | A0 | 31 | 0 | 25 | 0 | 86 | 64 | 4B |
| Octal | 202 | 377 | 240 | 61 | 0 | 45 | 0 | 206 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10100000 | 110001 | 0 | 100101 | 0 | 10000110 | 1100100 | 1001011 |
Color Harmonies of #82FFA0
Complementary color
Monochromatic Colors of #82FFA0
Black with #82FFA0
Text Example
Text Example
White with #82FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFA0; }
p { color: rgb(130,255,160); }
H1.HeaderClassName
{
color: #82FFA0;
}
.AnyTagClassName
{
color: #82FFA0;
}
</style>
background-color css
<style>
a { background-color: #82FFA0; }
a { background-color: rgb(130,255,160); }
div.DivClassName
{
background-color: #82FFA0;
}
.BgClassName
{
background-color: #82FFA0;
}
</style>
border-color css
<style>
span { border-color: #82FFA0; }
span { border-color: rgb(130,255,160); }
td.TdClassName
{
border-color: #82FFA0;
}
.TagClassName
{
border-color: #82FFA0;
}
</style>