Html Css Color HEX #84DDAC Vista Blue

📋 copy color: '#84DDAC'

red 132 ◦ green 221 ◦ blue 172

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

Shades of Vista Blue #84DDAC

Tints of Vista Blue #84DDAC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.1%

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

R = 25.14%
G = 42.1%
B = 32.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#84DDAC (or 0x84DDAC) is known color: Vista Blue. HEX triplet: 84, DD and AC. RGB value is (132,221,172). Sum of RGB (Red+Green+Blue) = 132+221+172=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDAC is #7B2253. Grayscale: #BCBCBC. Windows color (decimal): -8069716 or 11328900. OLE color: 11328900.

HSL color Cylindrical-coordinate representation of color #84DDAC: hue angle of 146.97º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDAC is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 172 -
CMYK 0.40 0 0.22 0.13
HSL 146.97º 0.57% 0.69% -
HSV(B) 146.97º 0.4% 0.87% -
XYZ 42.82 59.6 48.28 -
YUV 188.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 132 221 172 0.40 0 0.22 0.13 146.97 0.57 0.69
Hex 84 DD AC 28 0 16 D 93 39 45
Octal 204 335 254 50 0 26 15 223 71 105
Binary 10000100 11011101 10101100 101000 0 10110 1101 10010011 111001 1000101

Color Harmonies of #84DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDAC

Black with #84DDAC

Text Example


Text Example

White with #84DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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