#84F3B0

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

Shades of Vista Blue #84F3B0

Tints of Vista Blue #84F3B0

Color information

#84F3B0 (or 0x84F3B0) is unknown color: approx Vista Blue. HEX triplet: 84, F3 and B0. RGB value is (132,243,176). Sum of RGB (Red+Green+Blue) = 132+243+176=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F3B0 is #7B0C4F. Grayscale: #CACACA. Windows color (decimal): -8064080 or 11596676. OLE color: 11596676.

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

Color convert

RGB132243176-
CMYK0.4600.280.05
HSL143.78º82.22%73.53%-
HSV(B)143.78º45.68%95.29%-
XYZ49.472.1452.4-
YUV202.17113.2377.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 243 (95.31% from 255) = 44.10%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=23.96%
G=44.10%
B=31.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322431760.4600.280.05143.7882.2273.53
Hex84F3B02E01C590524a
Octal204363260560345220122112
Binary1000010011110011101100001011100111001011001000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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