#84F4AA

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

Shades of Vista Blue #84F4AA

Tints of Vista Blue #84F4AA

Color information

#84F4AA (or 0x84F4AA) is unknown color: approx Vista Blue. HEX triplet: 84, F4 and AA. RGB value is (132,244,170). Sum of RGB (Red+Green+Blue) = 132+244+170=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F4AA is #7B0B55. Grayscale: #CACACA. Windows color (decimal): -8063830 or 11203716. OLE color: 11203716.

HSL color Cylindrical-coordinate representation of color #84F4AA: hue angle of 140.36º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4AA is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB132244170-
CMYK0.4600.300.04
HSL140.36º83.58%73.73%-
HSV(B)140.36º45.9%95.69%-
XYZ49.1272.5149.44-
YUV202.08109.8978.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.18%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=24.18%
G=44.69%
B=31.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322441700.4600.300.04140.3683.5873.73
Hex84F4AA2E01E48c544a
Octal204364252560364214124112
Binary1000010011110100101010101011100111101001000110010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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