#84D6AD

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

Shades of Vista Blue #84D6AD

Tints of Vista Blue #84D6AD

Color information

#84D6AD (or 0x84D6AD) is unknown color: approx Vista Blue. HEX triplet: 84, D6 and AD. RGB value is (132,214,173). Sum of RGB (Red+Green+Blue) = 132+214+173=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D6AD is #7B2952. Grayscale: #B8B8B8. Windows color (decimal): -8071507 or 11392644. OLE color: 11392644.

HSL color Cylindrical-coordinate representation of color #84D6AD: hue angle of 150º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D6AD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB132214173-
CMYK0.3800.190.16
HSL150º50%67.84%-
HSV(B)150º38.32%83.92%-
XYZ41.1156.0248.18-
YUV184.81121.3390.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=25.43%
G=41.23%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141730.3800.190.161505067.84
Hex84D6AD2601310963244
Octal204326255460232022662104
Binary10000100110101101010110110011001001110000100101101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,173); }

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

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

 a { background-color: rgb(132,214,173); }

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

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

 span { border-color: rgb(132,214,173); }

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