Html Css Color HEX #82FFA2 Mint Green

📋 copy color: '#82FFA2'

red 130 ◦ green 255 ◦ blue 162

#82FFA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #82FFA2

Tints of Mint Green #82FFA2

RGB

 RED value IS 130 (51.17% from 255) = 23.77%

 GREEN value IS 255 (100% from 255) = 46.62%

 BLUE value IS 162 (63.67% from 255) = 29.62%

R = 23.77%
G = 46.62%
B = 29.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#82FFA2 (or 0x82FFA2) is known color: Mint Green. HEX triplet: 82, FF and A2. RGB value is (130,255,162). Sum of RGB (Red+Green+Blue) = 130+255+162=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFA2 is #7D005D. Grayscale: #CFCFCF. Windows color (decimal): -8192094 or 10682242. OLE color: 10682242.

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

Color convert

RGB 130 255 162 -
CMYK 0.49 0 0.36 0
HSL 135.36º 1% 0.75% -
HSV(B) 135.36º 0.49% 1% -
XYZ 51.49 78.87 46.69 -
YUV 207.02 102.59 73.06 -
System Red Green Blue C M Y K H S L
Decimal 130 255 162 0.49 0 0.36 0 135.36 1 0.75
Hex 82 FF A2 31 0 24 0 87 64 4B
Octal 202 377 242 61 0 44 0 207 144 113
Binary 10000010 11111111 10100010 110001 0 100100 0 10000111 1100100 1001011

Color Harmonies of #82FFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FFA2

Black with #82FFA2

Text Example


Text Example

White with #82FFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82FFA2;
 }
 .AnyTagClassName
 {
   color: #82FFA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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