#82D5B1

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

Shades of Vista Blue #82D5B1

Tints of Vista Blue #82D5B1

Color information

#82D5B1 (or 0x82D5B1) is unknown color: approx Vista Blue. HEX triplet: 82, D5 and B1. RGB value is (130,213,177). Sum of RGB (Red+Green+Blue) = 130+213+177=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D5B1 is #7D2A4E. Grayscale: #B8B8B8. Windows color (decimal): -8202831 or 11654530. OLE color: 11654530.

HSL color Cylindrical-coordinate representation of color #82D5B1: hue angle of 153.98º 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 #82D5B1 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB130213177-
CMYK0.3900.170.16
HSL153.98º49.7%67.25%-
HSV(B)153.98º38.97%83.53%-
XYZ40.9455.5150.15-
YUV184.0812489.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=25%
G=40.96%
B=34.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131770.3900.170.16153.9849.767.25
Hex82D5B127011109a3243
Octal202325261470212023262103
Binary10000010110101011011000110011101000110000100110101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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