#84E0A2

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

Shades of Vista Blue #84E0A2

Tints of Vista Blue #84E0A2

Color information

#84E0A2 (or 0x84E0A2) is unknown color: approx Vista Blue. HEX triplet: 84, E0 and A2. RGB value is (132,224,162). Sum of RGB (Red+Green+Blue) = 132+224+162=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E0A2 is #7B1F5D. Grayscale: #BDBDBD. Windows color (decimal): -8068958 or 10674308. OLE color: 10674308.

HSL color Cylindrical-coordinate representation of color #84E0A2: hue angle of 139.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E0A2 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB132224162-
CMYK0.4100.280.12
HSL139.57º59.74%69.8%-
HSV(B)139.57º41.07%87.84%-
XYZ42.6960.8343.67-
YUV189.42112.5287.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.48%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=25.48%
G=43.24%
B=31.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322241620.4100.280.12139.5759.7469.8
Hex84E0A22901CC8c3c46
Octal204340242510341421474106
Binary1000010011100000101000101010010111001100100011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,224,162); }

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

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

 a { background-color: rgb(132,224,162); }

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

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

 span { border-color: rgb(132,224,162); }

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