#84D3A5

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

Shades of Vista Blue #84D3A5

Tints of Vista Blue #84D3A5

Color information

#84D3A5 (or 0x84D3A5) is unknown color: approx Vista Blue. HEX triplet: 84, D3 and A5. RGB value is (132,211,165). Sum of RGB (Red+Green+Blue) = 132+211+165=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #84D3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D3A5 is #7B2C5A. Grayscale: #B6B6B6. Windows color (decimal): -8072283 or 10867588. OLE color: 10867588.

HSL color Cylindrical-coordinate representation of color #84D3A5: hue angle of 145.06º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D3A5 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB132211165-
CMYK0.3700.220.17
HSL145.06º47.31%67.25%-
HSV(B)145.06º37.44%82.75%-
XYZ39.654.2143.97-
YUV182.14118.3392.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=25.98%
G=41.54%
B=32.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1322111650.3700.220.17145.0647.3167.25
Hex84D3A52501611912f43
Octal204323245450262122157103
Binary10000100110100111010010110010101011010001100100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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