#82CDA4

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

Shades of Vista Blue #82CDA4

Tints of Vista Blue #82CDA4

Color information

#82CDA4 (or 0x82CDA4) is unknown color: approx Vista Blue. HEX triplet: 82, CD and A4. RGB value is (130,205,164). Sum of RGB (Red+Green+Blue) = 130+205+164=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDA4 is #7D325B. Grayscale: #B1B1B1. Windows color (decimal): -8204892 or 10800514. OLE color: 10800514.

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

Color convert

RGB130205164-
CMYK0.3700.20.20
HSL147.2º42.86%65.69%-
HSV(B)147.2º36.59%80.39%-
XYZ37.7451.0942.99-
YUV177.9120.1593.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=26.05%
G=41.08%
B=32.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051640.3700.20.20147.242.8665.69
Hex82CDA42501414932b42
Octal202315244450242422353102
Binary10000010110011011010010010010101010010100100100111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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