Html Css Color HEX #84E0AF Vista Blue

📋 copy color: '#84E0AF'

red 132 ◦ green 224 ◦ blue 175

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

Shades of Vista Blue #84E0AF

Tints of Vista Blue #84E0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 24.86%
G = 42.18%
B = 32.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#84E0AF (or 0x84E0AF) is known color: Vista Blue. HEX triplet: 84, E0 and AF. RGB value is (132,224,175). Sum of RGB (Red+Green+Blue) = 132+224+175=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E0AF is #7B1F50. Grayscale: #BFBFBF. Windows color (decimal): -8068945 or 11526276. OLE color: 11526276.

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

Color convert

RGB 132 224 175 -
CMYK 0.41 0 0.22 0.12
HSL 148.04º 0.6% 0.7% -
HSV(B) 148.04º 0.41% 0.88% -
XYZ 43.91 61.31 50.08 -
YUV 190.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 132 224 175 0.41 0 0.22 0.12 148.04 0.6 0.7
Hex 84 E0 AF 29 0 16 C 94 3C 46
Octal 204 340 257 51 0 26 14 224 74 106
Binary 10000100 11100000 10101111 101001 0 10110 1100 10010100 111100 1000110

Color Harmonies of #84E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E0AF

Black with #84E0AF

Text Example


Text Example

White with #84E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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