Html Css Color HEX #84E0AB Vista Blue

📋 copy color: '#84E0AB'

red 132 ◦ green 224 ◦ blue 171

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

Shades of Vista Blue #84E0AB

Tints of Vista Blue #84E0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 25.05%
G = 42.5%
B = 32.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#84E0AB (or 0x84E0AB) is known color: Vista Blue. HEX triplet: 84, E0 and AB. RGB value is (132,224,171). Sum of RGB (Red+Green+Blue) = 132+224+171=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E0AB is #7B1F54. Grayscale: #BEBEBE. Windows color (decimal): -8068949 or 11264132. OLE color: 11264132.

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

Color convert

RGB 132 224 171 -
CMYK 0.41 0 0.24 0.12
HSL 145.43º 0.6% 0.7% -
HSV(B) 145.43º 0.41% 0.88% -
XYZ 43.52 61.16 48.04 -
YUV 190.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 132 224 171 0.41 0 0.24 0.12 145.43 0.6 0.7
Hex 84 E0 AB 29 0 18 C 91 3C 46
Octal 204 340 253 51 0 30 14 221 74 106
Binary 10000100 11100000 10101011 101001 0 11000 1100 10010001 111100 1000110

Color Harmonies of #84E0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E0AB

Black with #84E0AB

Text Example


Text Example

White with #84E0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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