#84EBA6

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

Shades of Vista Blue #84EBA6

Tints of Vista Blue #84EBA6

Color information

#84EBA6 (or 0x84EBA6) is unknown color: approx Vista Blue. HEX triplet: 84, EB and A6. RGB value is (132,235,166). Sum of RGB (Red+Green+Blue) = 132+235+166=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA6 is #7B1459. Grayscale: #C4C4C4. Windows color (decimal): -8066138 or 10939268. OLE color: 10939268.

HSL color Cylindrical-coordinate representation of color #84EBA6: hue angle of 139.81º 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 #84EBA6 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB132235166-
CMYK0.4400.290.08
HSL139.81º72.03%71.96%-
HSV(B)139.81º43.83%92.16%-
XYZ46.1167.0846.59-
YUV196.34110.8882.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 235 (92.19% from 255) = 44.09%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=24.77%
G=44.09%
B=31.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351660.4400.290.08139.8172.0371.96
Hex84EBA62C01D88c4848
Octal2043532465403510214110110
Binary10000100111010111010011010110001110110001000110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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