#82DCA2

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

Shades of Vista Blue #82DCA2

Tints of Vista Blue #82DCA2

Color information

#82DCA2 (or 0x82DCA2) is unknown color: approx Vista Blue. HEX triplet: 82, DC and A2. RGB value is (130,220,162). Sum of RGB (Red+Green+Blue) = 130+220+162=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCA2 is #7D235D. Grayscale: #BABABA. Windows color (decimal): -8201054 or 10673282. OLE color: 10673282.

HSL color Cylindrical-coordinate representation of color #82DCA2: hue angle of 141.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCA2 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB130220162-
CMYK0.4100.260.14
HSL141.33º56.25%68.63%-
HSV(B)141.33º40.91%86.27%-
XYZ41.3258.5443.3-
YUV186.48114.1887.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=25.39%
G=42.97%
B=31.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201620.4100.260.14141.3356.2568.63
Hex82DCA22901AE8d3845
Octal202334242510321621570105
Binary1000001011011100101000101010010110101110100011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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