#82D8AC

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

Shades of Vista Blue #82D8AC

Tints of Vista Blue #82D8AC

Color information

#82D8AC (or 0x82D8AC) is unknown color: approx Vista Blue. HEX triplet: 82, D8 and AC. RGB value is (130,216,172). Sum of RGB (Red+Green+Blue) = 130+216+172=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D8AC is #7D2753. Grayscale: #B9B9B9. Windows color (decimal): -8202068 or 11327618. OLE color: 11327618.

HSL color Cylindrical-coordinate representation of color #82D8AC: hue angle of 149.3º 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 #82D8AC is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB130216172-
CMYK0.4000.200.15
HSL149.3º52.44%67.84%-
HSV(B)149.3º39.81%84.71%-
XYZ41.2156.8447.83-
YUV185.27120.5188.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=25.10%
G=41.70%
B=33.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161720.4000.200.15149.352.4467.84
Hex82D8AC28014F953444
Octal202330254500241722564104
Binary1000001011011000101011001010000101001111100101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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