Html Css Color HEX #84E1A4 Vista Blue

📋 copy color: '#84E1A4'

red 132 ◦ green 225 ◦ blue 164

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

Shades of Vista Blue #84E1A4

Tints of Vista Blue #84E1A4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.19%

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 25.34%
G = 43.19%
B = 31.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#84E1A4 (or 0x84E1A4) is known color: Vista Blue. HEX triplet: 84, E1 and A4. RGB value is (132,225,164). Sum of RGB (Red+Green+Blue) = 132+225+164=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E1A4 is #7B1E5B. Grayscale: #BEBEBE. Windows color (decimal): -8068700 or 10805636. OLE color: 10805636.

HSL color Cylindrical-coordinate representation of color #84E1A4: hue angle of 140.65º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E1A4 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 225 164 -
CMYK 0.41 0 0.27 0.12
HSL 140.65º 0.61% 0.7% -
HSV(B) 140.65º 0.41% 0.88% -
XYZ 43.14 61.44 44.71 -
YUV 190.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 132 225 164 0.41 0 0.27 0.12 140.65 0.61 0.7
Hex 84 E1 A4 29 0 1B C 8D 3D 46
Octal 204 341 244 51 0 33 14 215 75 106
Binary 10000100 11100001 10100100 101001 0 11011 1100 10001101 111101 1000110

Color Harmonies of #84E1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E1A4

Black with #84E1A4

Text Example


Text Example

White with #84E1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,225,164); }

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

background-color css

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

 a { background-color: rgb(132,225,164); }

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

border-color css

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

 span { border-color: rgb(132,225,164); }

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