#84E0AC

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

Shades of Vista Blue #84E0AC

Tints of Vista Blue #84E0AC

Color information

#84E0AC (or 0x84E0AC) is unknown color: approx Vista Blue. HEX triplet: 84, E0 and AC. RGB value is (132,224,172). Sum of RGB (Red+Green+Blue) = 132+224+172=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E0AC is #7B1F53. Grayscale: #BEBEBE. Windows color (decimal): -8068948 or 11329668. OLE color: 11329668.

HSL color Cylindrical-coordinate representation of color #84E0AC: hue angle of 146.09º 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 #84E0AC is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB132224172-
CMYK0.4100.230.12
HSL146.09º59.74%69.8%-
HSV(B)146.09º41.07%87.84%-
XYZ43.6261.248.54-
YUV190.56117.5286.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=25%
G=42.42%
B=32.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322241720.4100.230.12146.0959.7469.8
Hex84E0AC29017C923c46
Octal204340254510271422274106
Binary1000010011100000101011001010010101111100100100101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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