#84EBA5

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

Shades of Vista Blue #84EBA5

Tints of Vista Blue #84EBA5

Color information

#84EBA5 (or 0x84EBA5) is unknown color: approx Vista Blue. HEX triplet: 84, EB and A5. RGB value is (132,235,165). Sum of RGB (Red+Green+Blue) = 132+235+165=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA5 is #7B145A. Grayscale: #C4C4C4. Windows color (decimal): -8066139 or 10873732. OLE color: 10873732.

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

Color convert

RGB132235165-
CMYK0.4400.300.08
HSL139.22º72.03%71.96%-
HSV(B)139.22º43.83%92.16%-
XYZ46.0267.0446.11-
YUV196.22110.3882.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=24.81%
G=44.17%
B=31.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351650.4400.300.08139.2272.0371.96
Hex84EBA52C01E88b4848
Octal2043532455403610213110110
Binary10000100111010111010010110110001111010001000101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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