Shades of Mint Green #82FFA4
Tints of Mint Green #82FFA4
RGB
CMYK
RGB Variations
Color information
#82FFA4 (or 0x82FFA4) is known color: Mint Green. HEX triplet: 82, FF and A4. RGB value is (130,255,164). Sum of RGB (Red+Green+Blue) = 130+255+164=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFA4 is #7D005B. Grayscale: #CFCFCF. Windows color (decimal): -8192092 or 10813314. OLE color: 10813314.
HSL color Cylindrical-coordinate representation of color #82FFA4: hue angle of 136.32º 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 #82FFA4 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 164 | - |
| CMYK | 0.49 | 0 | 0.36 | 0 |
| HSL | 136.32º | 1% | 0.75% | - |
| HSV(B) | 136.32º | 0.49% | 1% | - |
| XYZ | 51.67 | 78.95 | 47.64 | - |
| YUV | 207.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 164 | 0.49 | 0 | 0.36 | 0 | 136.32 | 1 | 0.75 |
| Hex | 82 | FF | A4 | 31 | 0 | 24 | 0 | 88 | 64 | 4B |
| Octal | 202 | 377 | 244 | 61 | 0 | 44 | 0 | 210 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10100100 | 110001 | 0 | 100100 | 0 | 10001000 | 1100100 | 1001011 |
Color Harmonies of #82FFA4
Complementary color
Monochromatic Colors of #82FFA4
Black with #82FFA4
Text Example
Text Example
White with #82FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFA4; }
p { color: rgb(130,255,164); }
H1.HeaderClassName
{
color: #82FFA4;
}
.AnyTagClassName
{
color: #82FFA4;
}
</style>
background-color css
<style>
a { background-color: #82FFA4; }
a { background-color: rgb(130,255,164); }
div.DivClassName
{
background-color: #82FFA4;
}
.BgClassName
{
background-color: #82FFA4;
}
</style>
border-color css
<style>
span { border-color: #82FFA4; }
span { border-color: rgb(130,255,164); }
td.TdClassName
{
border-color: #82FFA4;
}
.TagClassName
{
border-color: #82FFA4;
}
</style>