#82D8AA

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

Shades of Vista Blue #82D8AA

Tints of Vista Blue #82D8AA

Color information

#82D8AA (or 0x82D8AA) is unknown color: approx Vista Blue. HEX triplet: 82, D8 and AA. RGB value is (130,216,170). Sum of RGB (Red+Green+Blue) = 130+216+170=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D8AA is #7D2755. Grayscale: #B9B9B9. Windows color (decimal): -8202070 or 11196546. OLE color: 11196546.

HSL color Cylindrical-coordinate representation of color #82D8AA: hue angle of 147.91º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D8AA is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB130216170-
CMYK0.4000.210.15
HSL147.91º52.44%67.84%-
HSV(B)147.91º39.81%84.71%-
XYZ41.0256.7646.82-
YUV185.04119.5188.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.19%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=25.19%
G=41.86%
B=32.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161700.4000.210.15147.9152.4467.84
Hex82D8AA28015F943444
Octal202330252500251722464104
Binary1000001011011000101010101010000101011111100101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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