Html Css Color HEX #84EDAA Vista Blue

📋 copy color: '#84EDAA'

red 132 ◦ green 237 ◦ blue 170

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

Shades of Vista Blue #84EDAA

Tints of Vista Blue #84EDAA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 24.49%
G = 43.97%
B = 31.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#84EDAA (or 0x84EDAA) is known color: Vista Blue. HEX triplet: 84, ED and AA. RGB value is (132,237,170). Sum of RGB (Red+Green+Blue) = 132+237+170=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EDAA is #7B1255. Grayscale: #C6C6C6. Windows color (decimal): -8065622 or 11201924. OLE color: 11201924.

HSL color Cylindrical-coordinate representation of color #84EDAA: hue angle of 141.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDAA is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 237 170 -
CMYK 0.44 0 0.28 0.07
HSL 141.71º 0.74% 0.72% -
HSV(B) 141.71º 0.44% 0.93% -
XYZ 47.06 68.38 48.75 -
YUV 197.97 112.21 80.95 -
System Red Green Blue C M Y K H S L
Decimal 132 237 170 0.44 0 0.28 0.07 141.71 0.74 0.72
Hex 84 ED AA 2C 0 1C 7 8E 4A 48
Octal 204 355 252 54 0 34 7 216 112 110
Binary 10000100 11101101 10101010 101100 0 11100 111 10001110 1001010 1001000

Color Harmonies of #84EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EDAA

Black with #84EDAA

Text Example


Text Example

White with #84EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,237,170); }

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

background-color css

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

 a { background-color: rgb(132,237,170); }

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

border-color css

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

 span { border-color: rgb(132,237,170); }

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