#84DDA4

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

Shades of Vista Blue #84DDA4

Tints of Vista Blue #84DDA4

Color information

#84DDA4 (or 0x84DDA4) is unknown color: approx Vista Blue. HEX triplet: 84, DD and A4. RGB value is (132,221,164). Sum of RGB (Red+Green+Blue) = 132+221+164=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA4 is #7B225B. Grayscale: #BCBCBC. Windows color (decimal): -8069724 or 10804612. OLE color: 10804612.

HSL color Cylindrical-coordinate representation of color #84DDA4: hue angle of 141.57º 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 #84DDA4 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB132221164-
CMYK0.4000.260.13
HSL141.57º56.69%69.22%-
HSV(B)141.57º40.27%86.67%-
XYZ42.0759.344.35-
YUV187.89114.5188.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=25.53%
G=42.75%
B=31.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211640.4000.260.13141.5756.6969.22
Hex84DDA42801AD8e3945
Octal204335244500321521671105
Binary1000010011011101101001001010000110101101100011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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