#82E9A5

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

Shades of Vista Blue #82E9A5

Tints of Vista Blue #82E9A5

Color information

#82E9A5 (or 0x82E9A5) is unknown color: approx Vista Blue. HEX triplet: 82, E9 and A5. RGB value is (130,233,165). Sum of RGB (Red+Green+Blue) = 130+233+165=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E9A5 is #7D165A. Grayscale: #C2C2C2. Windows color (decimal): -8197723 or 10873218. OLE color: 10873218.

HSL color Cylindrical-coordinate representation of color #82E9A5: hue angle of 140.39º 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 #82E9A5 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB130233165-
CMYK0.4400.290.09
HSL140.39º70.07%71.18%-
HSV(B)140.39º44.21%91.37%-
XYZ45.1465.7445.91-
YUV194.45111.3882.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=24.62%
G=44.13%
B=31.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302331650.4400.290.09140.3970.0771.18
Hex82E9A52C01D98c4647
Octal2023512455403511214106107
Binary10000010111010011010010110110001110110011000110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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