Html Css Color HEX #84E0B5 Vista Blue

📋 copy color: '#84E0B5'

red 132 ◦ green 224 ◦ blue 181

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

Shades of Vista Blue #84E0B5

Tints of Vista Blue #84E0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.71%

R = 24.58%
G = 41.71%
B = 33.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#84E0B5 (or 0x84E0B5) is known color: Vista Blue. HEX triplet: 84, E0 and B5. RGB value is (132,224,181). Sum of RGB (Red+Green+Blue) = 132+224+181=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0B5 is #7B1F4A. Grayscale: #BFBFBF. Windows color (decimal): -8068939 or 11919492. OLE color: 11919492.

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

Color convert

RGB 132 224 181 -
CMYK 0.41 0 0.19 0.12
HSL 151.96º 0.6% 0.7% -
HSV(B) 151.96º 0.41% 0.88% -
XYZ 44.51 61.55 53.25 -
YUV 191.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 132 224 181 0.41 0 0.19 0.12 151.96 0.6 0.7
Hex 84 E0 B5 29 0 13 C 98 3C 46
Octal 204 340 265 51 0 23 14 230 74 106
Binary 10000100 11100000 10110101 101001 0 10011 1100 10011000 111100 1000110

Color Harmonies of #84E0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E0B5

Black with #84E0B5

Text Example


Text Example

White with #84E0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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