#82D89F

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

Shades of Vista Blue #82D89F

Tints of Vista Blue #82D89F

Color information

#82D89F (or 0x82D89F) is unknown color: approx Vista Blue. HEX triplet: 82, D8 and 9F. RGB value is (130,216,159). Sum of RGB (Red+Green+Blue) = 130+216+159=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #82D89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D89F is #7D2760. Grayscale: #B7B7B7. Windows color (decimal): -8202081 or 10475650. OLE color: 10475650.

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

Color convert

RGB130216159-
CMYK0.4000.260.15
HSL140.23º52.44%67.84%-
HSV(B)140.23º39.81%84.71%-
XYZ40.0256.3641.57-
YUV183.79114.0189.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=25.74%
G=42.77%
B=31.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161590.4000.260.15140.2352.4467.84
Hex82D89F2801AF8c3444
Octal202330237500321721464104
Binary1000001011011000100111111010000110101111100011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,216,159); }

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

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

 a { background-color: rgb(130,216,159); }

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

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

 span { border-color: rgb(130,216,159); }

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