#82D7AE

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

Shades of Vista Blue #82D7AE

Tints of Vista Blue #82D7AE

Color information

#82D7AE (or 0x82D7AE) is unknown color: approx Vista Blue. HEX triplet: 82, D7 and AE. RGB value is (130,215,174). Sum of RGB (Red+Green+Blue) = 130+215+174=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D7AE is #7D2851. Grayscale: #B8B8B8. Windows color (decimal): -8202322 or 11458434. OLE color: 11458434.

HSL color Cylindrical-coordinate representation of color #82D7AE: hue angle of 151.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D7AE is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB130215174-
CMYK0.4000.190.16
HSL151.06º51.52%67.65%-
HSV(B)151.06º39.53%84.31%-
XYZ41.1556.448.76-
YUV184.91121.8488.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.05%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=25.05%
G=41.43%
B=33.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151740.4000.190.16151.0651.5267.65
Hex82D7AE2801310973444
Octal202327256500232022764104
Binary10000010110101111010111010100001001110000100101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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