#84F5AC

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

Shades of Vista Blue #84F5AC

Tints of Vista Blue #84F5AC

Color information

#84F5AC (or 0x84F5AC) is unknown color: approx Vista Blue. HEX triplet: 84, F5 and AC. RGB value is (132,245,172). Sum of RGB (Red+Green+Blue) = 132+245+172=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F5AC is #7B0A53. Grayscale: #CBCBCB. Windows color (decimal): -8063572 or 11335044. OLE color: 11335044.

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

Color convert

RGB132245172-
CMYK0.4600.300.04
HSL141.24º84.96%73.92%-
HSV(B)141.24º46.12%96.08%-
XYZ49.6173.1950.54-
YUV202.89110.5677.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.04%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=24.04%
G=44.63%
B=31.33%

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
Decimal1322451720.4600.300.04141.2484.9673.92
Hex84F5AC2E01E48d554a
Octal204365254560364215125112
Binary1000010011110101101011001011100111101001000110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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