Shades of Mint Green #82FFAD
Tints of Mint Green #82FFAD
RGB
CMYK
RGB Variations
Color information
#82FFAD (or 0x82FFAD) is known color: Mint Green. HEX triplet: 82, FF and AD. RGB value is (130,255,173). Sum of RGB (Red+Green+Blue) = 130+255+173=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFAD is #7D0052. Grayscale: #D0D0D0. Windows color (decimal): -8192083 or 11403138. OLE color: 11403138.
HSL color Cylindrical-coordinate representation of color #82FFAD: hue angle of 140.64º 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 #82FFAD is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 173 | - |
| CMYK | 0.49 | 0 | 0.32 | 0 |
| HSL | 140.64º | 1% | 0.75% | - |
| HSV(B) | 140.64º | 0.49% | 1% | - |
| XYZ | 52.51 | 79.28 | 52.07 | - |
| YUV | 208.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 173 | 0.49 | 0 | 0.32 | 0 | 140.64 | 1 | 0.75 |
| Hex | 82 | FF | AD | 31 | 0 | 20 | 0 | 8D | 64 | 4B |
| Octal | 202 | 377 | 255 | 61 | 0 | 40 | 0 | 215 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10101101 | 110001 | 0 | 100000 | 0 | 10001101 | 1100100 | 1001011 |
Color Harmonies of #82FFAD
Complementary color
Monochromatic Colors of #82FFAD
Black with #82FFAD
Text Example
Text Example
White with #82FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFAD; }
p { color: rgb(130,255,173); }
H1.HeaderClassName
{
color: #82FFAD;
}
.AnyTagClassName
{
color: #82FFAD;
}
</style>
background-color css
<style>
a { background-color: #82FFAD; }
a { background-color: rgb(130,255,173); }
div.DivClassName
{
background-color: #82FFAD;
}
.BgClassName
{
background-color: #82FFAD;
}
</style>
border-color css
<style>
span { border-color: #82FFAD; }
span { border-color: rgb(130,255,173); }
td.TdClassName
{
border-color: #82FFAD;
}
.TagClassName
{
border-color: #82FFAD;
}
</style>