Html Css Color HEX #84D5AC Vista Blue

📋 copy color: '#84D5AC'

red 132 ◦ green 213 ◦ blue 172

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

Shades of Vista Blue #84D5AC

Tints of Vista Blue #84D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 25.53%
G = 41.2%
B = 33.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#84D5AC (or 0x84D5AC) is known color: Vista Blue. HEX triplet: 84, D5 and AC. RGB value is (132,213,172). Sum of RGB (Red+Green+Blue) = 132+213+172=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D5AC is #7B2A53. Grayscale: #B8B8B8. Windows color (decimal): -8071764 or 11326852. OLE color: 11326852.

HSL color Cylindrical-coordinate representation of color #84D5AC: hue angle of 149.63º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D5AC is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 213 172 -
CMYK 0.38 0 0.19 0.16
HSL 149.63º 0.49% 0.68% -
HSV(B) 149.63º 0.38% 0.84% -
XYZ 40.76 55.47 47.59 -
YUV 184.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 132 213 172 0.38 0 0.19 0.16 149.63 0.49 0.68
Hex 84 D5 AC 26 0 13 10 96 31 44
Octal 204 325 254 46 0 23 20 226 61 104
Binary 10000100 11010101 10101100 100110 0 10011 10000 10010110 110001 1000100

Color Harmonies of #84D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D5AC

Black with #84D5AC

Text Example


Text Example

White with #84D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,213,172); }

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

background-color css

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

 a { background-color: rgb(132,213,172); }

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

border-color css

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

 span { border-color: rgb(132,213,172); }

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