#82E3AB

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

Shades of Vista Blue #82E3AB

Tints of Vista Blue #82E3AB

Color information

#82E3AB (or 0x82E3AB) is unknown color: approx Vista Blue. HEX triplet: 82, E3 and AB. RGB value is (130,227,171). Sum of RGB (Red+Green+Blue) = 130+227+171=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #82E3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E3AB is #7D1C54. Grayscale: #BFBFBF. Windows color (decimal): -8199253 or 11264898. OLE color: 11264898.

HSL color Cylindrical-coordinate representation of color #82E3AB: hue angle of 145.36º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E3AB is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB130227171-
CMYK0.4300.250.11
HSL145.36º63.4%70%-
HSV(B)145.36º42.73%89.02%-
XYZ44.0362.6248.3-
YUV191.61116.3684.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 227 (89.06% from 255) = 42.99%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=24.62%
G=42.99%
B=32.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302271710.4300.250.11145.3663.470
Hex82E3AB2B019B913f46
Octal202343253530311322177106
Binary1000001011100011101010111010110110011011100100011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,171); }

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

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

 a { background-color: rgb(130,227,171); }

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

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

 span { border-color: rgb(130,227,171); }

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