#82D7A7

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

Shades of Vista Blue #82D7A7

Tints of Vista Blue #82D7A7

Color information

#82D7A7 (or 0x82D7A7) is unknown color: approx Vista Blue. HEX triplet: 82, D7 and A7. RGB value is (130,215,167). Sum of RGB (Red+Green+Blue) = 130+215+167=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D7A7 is #7D2858. Grayscale: #B8B8B8. Windows color (decimal): -8202329 or 10999682. OLE color: 10999682.

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

Color convert

RGB130215167-
CMYK0.4000.220.16
HSL146.12º51.52%67.65%-
HSV(B)146.12º39.53%84.31%-
XYZ40.4856.1445.26-
YUV184.11118.3489.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=25.39%
G=41.99%
B=32.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151670.4000.220.16146.1251.5267.65
Hex82D7A72801610923444
Octal202327247500262022264104
Binary10000010110101111010011110100001011010000100100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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