Html Css Color HEX #84F6AD Vista Blue

📋 copy color: '#84F6AD'

red 132 ◦ green 246 ◦ blue 173

#84F6AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #84F6AD

Tints of Vista Blue #84F6AD

RGB

 RED value IS 132 (51.95% from 255) = 23.96%

 GREEN value IS 246 (96.48% from 255) = 44.65%

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 23.96%
G = 44.65%
B = 31.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#84F6AD (or 0x84F6AD) is known color: Vista Blue. HEX triplet: 84, F6 and AD. RGB value is (132,246,173). Sum of RGB (Red+Green+Blue) = 132+246+173=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F6AD is #7B0952. Grayscale: #CBCBCB. Windows color (decimal): -8063315 or 11400836. OLE color: 11400836.

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

Color convert

RGB 132 246 173 -
CMYK 0.46 0 0.30 0.04
HSL 141.58º 0.86% 0.74% -
HSV(B) 141.58º 0.46% 0.96% -
XYZ 50.01 73.83 51.15 -
YUV 203.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 132 246 173 0.46 0 0.30 0.04 141.58 0.86 0.74
Hex 84 F6 AD 2E 0 1E 4 8E 56 4A
Octal 204 366 255 56 0 36 4 216 126 112
Binary 10000100 11110110 10101101 101110 0 11110 100 10001110 1010110 1001010

Color Harmonies of #84F6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F6AD

Black with #84F6AD

Text Example


Text Example

White with #84F6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84F6AD;
 }
 .AnyTagClassName
 {
   color: #84F6AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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