#84DDAA

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

Shades of Vista Blue #84DDAA

Tints of Vista Blue #84DDAA

Color information

#84DDAA (or 0x84DDAA) is unknown color: approx Vista Blue. HEX triplet: 84, DD and AA. RGB value is (132,221,170). Sum of RGB (Red+Green+Blue) = 132+221+170=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDAA is #7B2255. Grayscale: #BCBCBC. Windows color (decimal): -8069718 or 11197828. OLE color: 11197828.

HSL color Cylindrical-coordinate representation of color #84DDAA: hue angle of 145.62º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDAA is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB132221170-
CMYK0.4000.230.13
HSL145.62º56.69%69.22%-
HSV(B)145.62º40.27%86.67%-
XYZ42.6359.5247.27-
YUV188.58117.5187.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=25.24%
G=42.26%
B=32.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211700.4000.230.13145.6256.6969.22
Hex84DDAA28017D923945
Octal204335252500271522271105
Binary1000010011011101101010101010000101111101100100101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,170); }

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

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

 a { background-color: rgb(132,221,170); }

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

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

 span { border-color: rgb(132,221,170); }

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