Shades of Mint Green #82FFAE
Tints of Mint Green #82FFAE
RGB
CMYK
RGB Variations
Color information
#82FFAE (or 0x82FFAE) is known color: Mint Green. HEX triplet: 82, FF and AE. RGB value is (130,255,174). Sum of RGB (Red+Green+Blue) = 130+255+174=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFAE is #7D0051. Grayscale: #D0D0D0. Windows color (decimal): -8192082 or 11468674. OLE color: 11468674.
HSL color Cylindrical-coordinate representation of color #82FFAE: hue angle of 141.12º 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 #82FFAE is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 174 | - |
| CMYK | 0.49 | 0 | 0.32 | 0 |
| HSL | 141.12º | 1% | 0.75% | - |
| HSV(B) | 141.12º | 0.49% | 1% | - |
| XYZ | 52.61 | 79.32 | 52.58 | - |
| YUV | 208.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 174 | 0.49 | 0 | 0.32 | 0 | 141.12 | 1 | 0.75 |
| Hex | 82 | FF | AE | 31 | 0 | 20 | 0 | 8D | 64 | 4B |
| Octal | 202 | 377 | 256 | 61 | 0 | 40 | 0 | 215 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10101110 | 110001 | 0 | 100000 | 0 | 10001101 | 1100100 | 1001011 |
Color Harmonies of #82FFAE
Complementary color
Monochromatic Colors of #82FFAE
Black with #82FFAE
Text Example
Text Example
White with #82FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFAE; }
p { color: rgb(130,255,174); }
H1.HeaderClassName
{
color: #82FFAE;
}
.AnyTagClassName
{
color: #82FFAE;
}
</style>
background-color css
<style>
a { background-color: #82FFAE; }
a { background-color: rgb(130,255,174); }
div.DivClassName
{
background-color: #82FFAE;
}
.BgClassName
{
background-color: #82FFAE;
}
</style>
border-color css
<style>
span { border-color: #82FFAE; }
span { border-color: rgb(130,255,174); }
td.TdClassName
{
border-color: #82FFAE;
}
.TagClassName
{
border-color: #82FFAE;
}
</style>