Html Css Color HEX #84E0A8 Vista Blue

📋 copy color: '#84E0A8'

red 132 ◦ green 224 ◦ blue 168

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

Shades of Vista Blue #84E0A8

Tints of Vista Blue #84E0A8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.75%

 BLUE value IS 168 (66.02% from 255) = 32.06%

R = 25.19%
G = 42.75%
B = 32.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#84E0A8 (or 0x84E0A8) is known color: Vista Blue. HEX triplet: 84, E0 and A8. RGB value is (132,224,168). Sum of RGB (Red+Green+Blue) = 132+224+168=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E0A8 is #7B1F57. Grayscale: #BEBEBE. Windows color (decimal): -8068952 or 11067524. OLE color: 11067524.

HSL color Cylindrical-coordinate representation of color #84E0A8: hue angle of 143.48º degrees, saturation: 0.6, 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 #84E0A8 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 224 168 -
CMYK 0.41 0 0.25 0.12
HSL 143.48º 0.6% 0.7% -
HSV(B) 143.48º 0.41% 0.88% -
XYZ 43.24 61.04 46.55 -
YUV 190.11 115.52 86.55 -
System Red Green Blue C M Y K H S L
Decimal 132 224 168 0.41 0 0.25 0.12 143.48 0.6 0.7
Hex 84 E0 A8 29 0 19 C 8F 3C 46
Octal 204 340 250 51 0 31 14 217 74 106
Binary 10000100 11100000 10101000 101001 0 11001 1100 10001111 111100 1000110

Color Harmonies of #84E0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E0A8

Black with #84E0A8

Text Example


Text Example

White with #84E0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,224,168); }

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

background-color css

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

 a { background-color: rgb(132,224,168); }

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

border-color css

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

 span { border-color: rgb(132,224,168); }

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