#82E9B2

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

Shades of Vista Blue #82E9B2

Tints of Vista Blue #82E9B2

Color information

#82E9B2 (or 0x82E9B2) is unknown color: approx Vista Blue. HEX triplet: 82, E9 and B2. RGB value is (130,233,178). Sum of RGB (Red+Green+Blue) = 130+233+178=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E9B2 is #7D164D. Grayscale: #C4C4C4. Windows color (decimal): -8197710 or 11725186. OLE color: 11725186.

HSL color Cylindrical-coordinate representation of color #82E9B2: hue angle of 147.96º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E9B2 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB130233178-
CMYK0.4400.240.09
HSL147.96º70.07%71.18%-
HSV(B)147.96º44.21%91.37%-
XYZ46.3866.2452.46-
YUV195.93117.8880.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.03%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=24.03%
G=43.07%
B=32.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302331780.4400.240.09147.9670.0771.18
Hex82E9B22C0189944647
Octal2023512625403011224106107
Binary10000010111010011011001010110001100010011001010010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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