#82E1A8

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

Shades of Vista Blue #82E1A8

Tints of Vista Blue #82E1A8

Color information

#82E1A8 (or 0x82E1A8) is unknown color: approx Vista Blue. HEX triplet: 82, E1 and A8. RGB value is (130,225,168). Sum of RGB (Red+Green+Blue) = 130+225+168=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1A8 is #7D1E57. Grayscale: #BEBEBE. Windows color (decimal): -8199768 or 11067778. OLE color: 11067778.

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

Color convert

RGB130225168-
CMYK0.4200.250.12
HSL144º61.29%69.61%-
HSV(B)144º42.22%88.24%-
XYZ43.261.4246.62-
YUV190.1115.5385.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=24.86%
G=43.02%
B=32.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251680.4200.250.1214461.2969.61
Hex82E1A82A019C903d46
Octal202341250520311422075106
Binary1000001011100001101010001010100110011100100100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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