Html Css Color HEX #82FFAA Mint Green

📋 copy color: '#82FFAA'

red 130 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #82FFAA

Tints of Mint Green #82FFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 23.42%
G = 45.95%
B = 30.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#82FFAA (or 0x82FFAA) is known color: Mint Green. HEX triplet: 82, FF and AA. RGB value is (130,255,170). Sum of RGB (Red+Green+Blue) = 130+255+170=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFAA is #7D0055. Grayscale: #D0D0D0. Windows color (decimal): -8192086 or 11206530. OLE color: 11206530.

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

Color convert

RGB 130 255 170 -
CMYK 0.49 0 0.33 0
HSL 139.2º 1% 0.75% -
HSV(B) 139.2º 0.49% 1% -
XYZ 52.22 79.17 50.56 -
YUV 207.94 106.59 72.41 -
System Red Green Blue C M Y K H S L
Decimal 130 255 170 0.49 0 0.33 0 139.2 1 0.75
Hex 82 FF AA 31 0 21 0 8B 64 4B
Octal 202 377 252 61 0 41 0 213 144 113
Binary 10000010 11111111 10101010 110001 0 100001 0 10001011 1100100 1001011

Color Harmonies of #82FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FFAA

Black with #82FFAA

Text Example


Text Example

White with #82FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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