Html Css Color HEX #84E3A2 Vista Blue

📋 copy color: '#84E3A2'

red 132 ◦ green 227 ◦ blue 162

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

Shades of Vista Blue #84E3A2

Tints of Vista Blue #84E3A2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.57%

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 25.34%
G = 43.57%
B = 31.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#84E3A2 (or 0x84E3A2) is known color: Vista Blue. HEX triplet: 84, E3 and A2. RGB value is (132,227,162). Sum of RGB (Red+Green+Blue) = 132+227+162=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E3A2 is #7B1C5D. Grayscale: #BFBFBF. Windows color (decimal): -8068190 or 10675076. OLE color: 10675076.

HSL color Cylindrical-coordinate representation of color #84E3A2: hue angle of 138.95º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3A2 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 227 162 -
CMYK 0.42 0 0.29 0.11
HSL 138.95º 0.63% 0.7% -
HSV(B) 138.95º 0.42% 0.89% -
XYZ 43.51 62.45 43.94 -
YUV 191.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 132 227 162 0.42 0 0.29 0.11 138.95 0.63 0.7
Hex 84 E3 A2 2A 0 1D B 8B 3F 46
Octal 204 343 242 52 0 35 13 213 77 106
Binary 10000100 11100011 10100010 101010 0 11101 1011 10001011 111111 1000110

Color Harmonies of #84E3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E3A2

Black with #84E3A2

Text Example


Text Example

White with #84E3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,227,162); }

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

background-color css

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

 a { background-color: rgb(132,227,162); }

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

border-color css

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

 span { border-color: rgb(132,227,162); }

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