#82E9AC

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

Shades of Vista Blue #82E9AC

Tints of Vista Blue #82E9AC

Color information

#82E9AC (or 0x82E9AC) is unknown color: approx Vista Blue. HEX triplet: 82, E9 and AC. RGB value is (130,233,172). Sum of RGB (Red+Green+Blue) = 130+233+172=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E9AC is #7D1653. Grayscale: #C3C3C3. Windows color (decimal): -8197716 or 11331970. OLE color: 11331970.

HSL color Cylindrical-coordinate representation of color #82E9AC: hue angle of 144.47º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E9AC is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB130233172-
CMYK0.4400.260.09
HSL144.47º70.07%71.18%-
HSV(B)144.47º44.21%91.37%-
XYZ45.796649.36-
YUV195.25114.8881.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.30%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=24.30%
G=43.55%
B=32.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302331720.4400.260.09144.4770.0771.18
Hex82E9AC2C01A9904647
Octal2023512545403211220106107
Binary10000010111010011010110010110001101010011001000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,233,172); }

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

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

 a { background-color: rgb(130,233,172); }

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

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

 span { border-color: rgb(130,233,172); }

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