#82E1A0

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

Shades of Vista Blue #82E1A0

Tints of Vista Blue #82E1A0

Color information

#82E1A0 (or 0x82E1A0) is unknown color: approx Vista Blue. HEX triplet: 82, E1 and A0. RGB value is (130,225,160). Sum of RGB (Red+Green+Blue) = 130+225+160=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1A0 is #7D1E5F. Grayscale: #BDBDBD. Windows color (decimal): -8199776 or 10543490. OLE color: 10543490.

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

Color convert

RGB130225160-
CMYK0.4200.290.12
HSL138.95º61.29%69.61%-
HSV(B)138.95º42.22%88.24%-
XYZ42.4861.1342.82-
YUV189.18111.5385.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=25.24%
G=43.69%
B=31.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251600.4200.290.12138.9561.2969.61
Hex82E1A02A01DC8b3d46
Octal202341240520351421375106
Binary1000001011100001101000001010100111011100100010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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