#82CDAA

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

Shades of Vista Blue #82CDAA

Tints of Vista Blue #82CDAA

Color information

#82CDAA (or 0x82CDAA) is unknown color: approx Vista Blue. HEX triplet: 82, CD and AA. RGB value is (130,205,170). Sum of RGB (Red+Green+Blue) = 130+205+170=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDAA is #7D3255. Grayscale: #B2B2B2. Windows color (decimal): -8204886 or 11193730. OLE color: 11193730.

HSL color Cylindrical-coordinate representation of color #82CDAA: hue angle of 152º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDAA is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB130205170-
CMYK0.3700.170.20
HSL152º42.86%65.69%-
HSV(B)152º36.59%80.39%-
XYZ38.2951.3145.92-
YUV178.58123.1593.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=25.74%
G=40.59%
B=33.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051700.3700.170.2015242.8665.69
Hex82CDAA2501114982b42
Octal202315252450212423053102
Binary10000010110011011010101010010101000110100100110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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