#82E0AE

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

Shades of Vista Blue #82E0AE

Tints of Vista Blue #82E0AE

Color information

#82E0AE (or 0x82E0AE) is unknown color: approx Vista Blue. HEX triplet: 82, E0 and AE. RGB value is (130,224,174). Sum of RGB (Red+Green+Blue) = 130+224+174=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #82E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E0AE is #7D1F51. Grayscale: #BEBEBE. Windows color (decimal): -8200018 or 11460738. OLE color: 11460738.

HSL color Cylindrical-coordinate representation of color #82E0AE: hue angle of 148.09º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E0AE is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB130224174-
CMYK0.4200.220.12
HSL148.09º60.26%69.41%-
HSV(B)148.09º41.96%87.84%-
XYZ43.561.1149.55-
YUV190.19118.8685.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=24.62%
G=42.42%
B=32.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302241740.4200.220.12148.0960.2669.41
Hex82E0AE2A016C943c45
Octal202340256520261422474105
Binary1000001011100000101011101010100101101100100101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,224,174); }

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

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

 a { background-color: rgb(130,224,174); }

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

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

 span { border-color: rgb(130,224,174); }

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