#82F2AA

Color #82F2AA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #82F2AA

Tints of Vista Blue #82F2AA

Color information

#82F2AA (or 0x82F2AA) is unknown color: approx Vista Blue. HEX triplet: 82, F2 and AA. RGB value is (130,242,170). Sum of RGB (Red+Green+Blue) = 130+242+170=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F2AA is #7D0D55. Grayscale: #C8C8C8. Windows color (decimal): -8195414 or 11203202. OLE color: 11203202.

HSL color Cylindrical-coordinate representation of color #82F2AA: hue angle of 141.43º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2AA is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB130242170-
CMYK0.4600.300.05
HSL141.43º81.16%72.94%-
HSV(B)141.43º46.28%94.9%-
XYZ48.2171.1549.22-
YUV200.3110.8977.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.99%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=23.99%
G=44.65%
B=31.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421700.4600.300.05141.4381.1672.94
Hex82F2AA2E01E58d5149
Octal202362252560365215121111
Binary1000001011110010101010101011100111101011000110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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