#82F6B0

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

Shades of Vista Blue #82F6B0

Tints of Vista Blue #82F6B0

Color information

#82F6B0 (or 0x82F6B0) is unknown color: approx Vista Blue. HEX triplet: 82, F6 and B0. RGB value is (130,246,176). Sum of RGB (Red+Green+Blue) = 130+246+176=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #82F6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F6B0 is #7D094F. Grayscale: #CBCBCB. Windows color (decimal): -8194384 or 11597442. OLE color: 11597442.

HSL color Cylindrical-coordinate representation of color #82F6B0: hue angle of 143.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F6B0 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB130246176-
CMYK0.4700.280.04
HSL143.79º86.57%73.73%-
HSV(B)143.79º47.15%96.47%-
XYZ5073.7952.68-
YUV203.34112.5775.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.55%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=23.55%
G=44.57%
B=31.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302461760.4700.280.04143.7986.5773.73
Hex82F6B02F01C490574a
Octal202366260570344220127112
Binary1000001011110110101100001011110111001001001000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,246,176); }

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

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

 a { background-color: rgb(130,246,176); }

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

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

 span { border-color: rgb(130,246,176); }

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