#82D4AA

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

Shades of Vista Blue #82D4AA

Tints of Vista Blue #82D4AA

Color information

#82D4AA (or 0x82D4AA) is unknown color: approx Vista Blue. HEX triplet: 82, D4 and AA. RGB value is (130,212,170). Sum of RGB (Red+Green+Blue) = 130+212+170=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #82D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D4AA is #7D2B55. Grayscale: #B6B6B6. Windows color (decimal): -8203094 or 11195522. OLE color: 11195522.

HSL color Cylindrical-coordinate representation of color #82D4AA: hue angle of 149.27º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D4AA is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB130212170-
CMYK0.3900.200.17
HSL149.27º48.81%67.06%-
HSV(B)149.27º38.68%83.14%-
XYZ40.0154.7446.49-
YUV182.69120.8390.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=25.39%
G=41.41%
B=33.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121700.3900.200.17149.2748.8167.06
Hex82D4AA2701411953143
Octal202324252470242122561103
Binary10000010110101001010101010011101010010001100101011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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