#84F3AC

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

Shades of Vista Blue #84F3AC

Tints of Vista Blue #84F3AC

Color information

#84F3AC (or 0x84F3AC) is unknown color: approx Vista Blue. HEX triplet: 84, F3 and AC. RGB value is (132,243,172). Sum of RGB (Red+Green+Blue) = 132+243+172=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F3AC is #7B0C53. Grayscale: #C9C9C9. Windows color (decimal): -8064084 or 11334532. OLE color: 11334532.

HSL color Cylindrical-coordinate representation of color #84F3AC: hue angle of 141.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3AC is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB132243172-
CMYK0.4600.290.05
HSL141.62º82.22%73.53%-
HSV(B)141.62º45.68%95.29%-
XYZ49.0171.9950.34-
YUV201.72111.2378.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=24.13%
G=44.42%
B=31.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322431720.4600.290.05141.6282.2273.53
Hex84F3AC2E01D58e524a
Octal204363254560355216122112
Binary1000010011110011101011001011100111011011000111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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