Html Css Color HEX #84EAB6 Vista Blue

📋 copy color: '#84EAB6'

red 132 ◦ green 234 ◦ blue 182

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

Shades of Vista Blue #84EAB6

Tints of Vista Blue #84EAB6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.7%

 BLUE value IS 182 (71.48% from 255) = 33.21%

R = 24.09%
G = 42.7%
B = 33.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#84EAB6 (or 0x84EAB6) is known color: Vista Blue. HEX triplet: 84, EA and B6. RGB value is (132,234,182). Sum of RGB (Red+Green+Blue) = 132+234+182=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EAB6 is #7B1549. Grayscale: #C5C5C5. Windows color (decimal): -8066378 or 11987588. OLE color: 11987588.

HSL color Cylindrical-coordinate representation of color #84EAB6: hue angle of 149.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EAB6 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 234 182 -
CMYK 0.44 0 0.22 0.08
HSL 149.41º 0.71% 0.72% -
HSV(B) 149.41º 0.44% 0.92% -
XYZ 47.38 67.13 54.72 -
YUV 197.57 119.21 81.23 -
System Red Green Blue C M Y K H S L
Decimal 132 234 182 0.44 0 0.22 0.08 149.41 0.71 0.72
Hex 84 EA B6 2C 0 16 8 95 47 48
Octal 204 352 266 54 0 26 10 225 107 110
Binary 10000100 11101010 10110110 101100 0 10110 1000 10010101 1000111 1001000

Color Harmonies of #84EAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EAB6

Black with #84EAB6

Text Example


Text Example

White with #84EAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,234,182); }

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

background-color css

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

 a { background-color: rgb(132,234,182); }

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

border-color css

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

 span { border-color: rgb(132,234,182); }

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