#82D5AE

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

Shades of Vista Blue #82D5AE

Tints of Vista Blue #82D5AE

Color information

#82D5AE (or 0x82D5AE) is unknown color: approx Vista Blue. HEX triplet: 82, D5 and AE. RGB value is (130,213,174). Sum of RGB (Red+Green+Blue) = 130+213+174=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D5AE is #7D2A51. Grayscale: #B7B7B7. Windows color (decimal): -8202834 or 11457922. OLE color: 11457922.

HSL color Cylindrical-coordinate representation of color #82D5AE: hue angle of 151.81º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D5AE is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB130213174-
CMYK0.3900.180.16
HSL151.81º49.7%67.25%-
HSV(B)151.81º38.97%83.53%-
XYZ40.6455.3948.59-
YUV183.74122.589.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=25.15%
G=41.20%
B=33.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131740.3900.180.16151.8149.767.25
Hex82D5AE2701210983243
Octal202325256470222023062103
Binary10000010110101011010111010011101001010000100110001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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