#82F2B2

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

Shades of Vista Blue #82F2B2

Tints of Vista Blue #82F2B2

Color information

#82F2B2 (or 0x82F2B2) is unknown color: approx Vista Blue. HEX triplet: 82, F2 and B2. RGB value is (130,242,178). Sum of RGB (Red+Green+Blue) = 130+242+178=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F2B2 is #7D0D4D. Grayscale: #C9C9C9. Windows color (decimal): -8195406 or 11727490. OLE color: 11727490.

HSL color Cylindrical-coordinate representation of color #82F2B2: hue angle of 145.71º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2B2 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB130242178-
CMYK0.4600.260.05
HSL145.71º81.16%72.94%-
HSV(B)145.71º46.28%94.9%-
XYZ48.9971.4653.33-
YUV201.22114.8977.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.64%
GREEN value IS 242 (94.92% from 255) = 44%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=23.64%
G=44%
B=32.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421780.4600.260.05145.7181.1672.94
Hex82F2B22E01A5925149
Octal202362262560325222121111
Binary1000001011110010101100101011100110101011001001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,178); }

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

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

 a { background-color: rgb(130,242,178); }

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

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

 span { border-color: rgb(130,242,178); }

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