#84F5AB

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

Shades of Vista Blue #84F5AB

Tints of Vista Blue #84F5AB

Color information

#84F5AB (or 0x84F5AB) is unknown color: approx Vista Blue. HEX triplet: 84, F5 and AB. RGB value is (132,245,171). Sum of RGB (Red+Green+Blue) = 132+245+171=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F5AB is #7B0A54. Grayscale: #CACACA. Windows color (decimal): -8063573 or 11269508. OLE color: 11269508.

HSL color Cylindrical-coordinate representation of color #84F5AB: hue angle of 140.71º degrees, saturation: 0.85, 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 #84F5AB is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB132245171-
CMYK0.4600.300.04
HSL140.71º84.96%73.92%-
HSV(B)140.71º46.12%96.08%-
XYZ49.5273.1550.04-
YUV202.78110.0677.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=24.09%
G=44.71%
B=31.20%

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
Decimal1322451710.4600.300.04140.7184.9673.92
Hex84F5AB2E01E48d554a
Octal204365253560364215125112
Binary1000010011110101101010111011100111101001000110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,245,171); }

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

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

 a { background-color: rgb(132,245,171); }

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

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

 span { border-color: rgb(132,245,171); }

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