#84DAA3

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

Shades of Vista Blue #84DAA3

Tints of Vista Blue #84DAA3

Color information

#84DAA3 (or 0x84DAA3) is unknown color: approx Vista Blue. HEX triplet: 84, DA and A3. RGB value is (132,218,163). Sum of RGB (Red+Green+Blue) = 132+218+163=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAA3 is #7B255C. Grayscale: #BABABA. Windows color (decimal): -8070493 or 10738308. OLE color: 10738308.

HSL color Cylindrical-coordinate representation of color #84DAA3: hue angle of 141.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAA3 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB132218163-
CMYK0.3900.250.15
HSL141.63º53.75%68.63%-
HSV(B)141.63º39.45%85.49%-
XYZ41.257.6943.61-
YUV186.02115.0189.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=25.73%
G=42.50%
B=31.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181630.3900.250.15141.6353.7568.63
Hex84DAA327019F8e3645
Octal204332243470311721666105
Binary1000010011011010101000111001110110011111100011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,163); }

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

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

 a { background-color: rgb(132,218,163); }

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

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

 span { border-color: rgb(132,218,163); }

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