#82E1AD

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

Shades of Vista Blue #82E1AD

Tints of Vista Blue #82E1AD

Color information

#82E1AD (or 0x82E1AD) is unknown color: approx Vista Blue. HEX triplet: 82, E1 and AD. RGB value is (130,225,173). Sum of RGB (Red+Green+Blue) = 130+225+173=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1AD is #7D1E52. Grayscale: #BEBEBE. Windows color (decimal): -8199763 or 11395458. OLE color: 11395458.

HSL color Cylindrical-coordinate representation of color #82E1AD: hue angle of 147.16º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E1AD is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB130225173-
CMYK0.4200.230.12
HSL147.16º61.29%69.61%-
HSV(B)147.16º42.22%88.24%-
XYZ43.6761.6149.13-
YUV190.67118.0384.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=24.62%
G=42.61%
B=32.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251730.4200.230.12147.1661.2969.61
Hex82E1AD2A017C933d46
Octal202341255520271422375106
Binary1000001011100001101011011010100101111100100100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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