#84EBAA

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

Shades of Vista Blue #84EBAA

Tints of Vista Blue #84EBAA

Color information

#84EBAA (or 0x84EBAA) is unknown color: approx Vista Blue. HEX triplet: 84, EB and AA. RGB value is (132,235,170). Sum of RGB (Red+Green+Blue) = 132+235+170=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBAA is #7B1455. Grayscale: #C4C4C4. Windows color (decimal): -8066134 or 11201412. OLE color: 11201412.

HSL color Cylindrical-coordinate representation of color #84EBAA: hue angle of 142.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBAA is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB132235170-
CMYK0.4400.280.08
HSL142.14º72.03%71.96%-
HSV(B)142.14º43.83%92.16%-
XYZ46.4867.2248.56-
YUV196.79112.8881.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 235 (92.19% from 255) = 43.76%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=24.58%
G=43.76%
B=31.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351700.4400.280.08142.1472.0371.96
Hex84EBAA2C01C88e4848
Octal2043532525403410216110110
Binary10000100111010111010101010110001110010001000111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84EBAA; }

 p { color: rgb(132,235,170); }

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

<style>
 a { background-color: #84EBAA; }

 a { background-color: rgb(132,235,170); }

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

<style>
 span { border-color: #84EBAA; }

 span { border-color: rgb(132,235,170); }

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