#84F6B0

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

Shades of Vista Blue #84F6B0

Tints of Vista Blue #84F6B0

Color information

#84F6B0 (or 0x84F6B0) is unknown color: approx Vista Blue. HEX triplet: 84, F6 and B0. RGB value is (132,246,176). Sum of RGB (Red+Green+Blue) = 132+246+176=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F6B0 is #7B094F. Grayscale: #CCCCCC. Windows color (decimal): -8063312 or 11597444. OLE color: 11597444.

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

Color convert

RGB132246176-
CMYK0.4600.280.04
HSL143.16º86.36%74.12%-
HSV(B)143.16º46.34%96.47%-
XYZ50.3173.9552.7-
YUV203.93112.2376.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.83%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=23.83%
G=44.40%
B=31.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322461760.4600.280.04143.1686.3674.12
Hex84F6B02E01C48f564a
Octal204366260560344217126112
Binary1000010011110110101100001011100111001001000111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,246,176); }

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

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

 a { background-color: rgb(132,246,176); }

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

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

 span { border-color: rgb(132,246,176); }

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