#82FFA6

Color #82FFA6 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #82FFA6

Tints of Mint Green #82FFA6

Color information

#82FFA6 (or 0x82FFA6) is unknown color: approx Mint Green. HEX triplet: 82, FF and A6. RGB value is (130,255,166). Sum of RGB (Red+Green+Blue) = 130+255+166=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFA6 is #7D0059. Grayscale: #CFCFCF. Windows color (decimal): -8192090 or 10944386. OLE color: 10944386.

HSL color Cylindrical-coordinate representation of color #82FFA6: hue angle of 137.28º 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 #82FFA6 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB130255166-
CMYK0.4900.350
HSL137.28º100%75.49%-
HSV(B)137.28º49.02%100%-
XYZ51.8579.0248.6-
YUV207.48104.5972.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 23.59%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 166 (65.23% from 255) = 30.13%
R=23.59%
G=46.28%
B=30.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551660.4900.350137.2810075.49
Hex82FFA631023089644b
Octal202377246610430211144113
Binary100000101111111110100110110001010001101000100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82FFA6; }

 p { color: rgb(130,255,166); }

 H1.HeaderClassName
 {
   color: #82FFA6;
 }
 .AnyTagClassName
 {
   color: #82FFA6;
 }
</style>
background-color css

<style>
 a { background-color: #82FFA6; }

 a { background-color: rgb(130,255,166); }

 div.DivClassName
 {
   background-color: #82FFA6;
 }
 .BgClassName
 {
   background-color: #82FFA6;
 }
</style>
border-color css

<style>
 span { border-color: #82FFA6; }

 span { border-color: rgb(130,255,166); }

 td.TdClassName
 {
   border-color: #82FFA6;
 }
 .TagClassName
 {
   border-color: #82FFA6;
 }
</style>