#82E1AF

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

Shades of Vista Blue #82E1AF

Tints of Vista Blue #82E1AF

Color information

#82E1AF (or 0x82E1AF) is unknown color: approx Vista Blue. HEX triplet: 82, E1 and AF. RGB value is (130,225,175). Sum of RGB (Red+Green+Blue) = 130+225+175=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1AF is #7D1E50. Grayscale: #BFBFBF. Windows color (decimal): -8199761 or 11526530. OLE color: 11526530.

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

Color convert

RGB130225175-
CMYK0.4200.220.12
HSL148.42º61.29%69.61%-
HSV(B)148.42º42.22%88.24%-
XYZ43.8761.6950.15-
YUV190.9119.0384.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=24.53%
G=42.45%
B=33.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251750.4200.220.12148.4261.2969.61
Hex82E1AF2A016C943d46
Octal202341257520261422475106
Binary1000001011100001101011111010100101101100100101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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