#84E3A2

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

Shades of Vista Blue #84E3A2

Tints of Vista Blue #84E3A2

Color information

#84E3A2 (or 0x84E3A2) is unknown color: approx Vista Blue. HEX triplet: 84, E3 and A2. RGB value is (132,227,162). Sum of RGB (Red+Green+Blue) = 132+227+162=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E3A2 is #7B1C5D. Grayscale: #BFBFBF. Windows color (decimal): -8068190 or 10675076. OLE color: 10675076.

HSL color Cylindrical-coordinate representation of color #84E3A2: hue angle of 138.95º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3A2 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB132227162-
CMYK0.4200.290.11
HSL138.95º62.91%70.39%-
HSV(B)138.95º41.85%89.02%-
XYZ43.5162.4543.94-
YUV191.18111.5385.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 227 (89.06% from 255) = 43.57%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=25.34%
G=43.57%
B=31.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322271620.4200.290.11138.9562.9170.39
Hex84E3A22A01DB8b3f46
Octal204343242520351321377106
Binary1000010011100011101000101010100111011011100010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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