#82D7AD

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

Shades of Vista Blue #82D7AD

Tints of Vista Blue #82D7AD

Color information

#82D7AD (or 0x82D7AD) is unknown color: approx Vista Blue. HEX triplet: 82, D7 and AD. RGB value is (130,215,173). Sum of RGB (Red+Green+Blue) = 130+215+173=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D7AD is #7D2852. Grayscale: #B8B8B8. Windows color (decimal): -8202323 or 11392898. OLE color: 11392898.

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

Color convert

RGB130215173-
CMYK0.4000.200.16
HSL150.35º51.52%67.65%-
HSV(B)150.35º39.53%84.31%-
XYZ41.0556.3648.25-
YUV184.8121.3488.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 215 (84.38% from 255) = 41.51%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=25.10%
G=41.51%
B=33.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151730.4000.200.16150.3551.5267.65
Hex82D7AD2801410963444
Octal202327255500242022664104
Binary10000010110101111010110110100001010010000100101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,215,173); }

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

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

 a { background-color: rgb(130,215,173); }

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

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

 span { border-color: rgb(130,215,173); }

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