Html Css Color HEX #84DAA4 Vista Blue

📋 copy color: '#84DAA4'

red 132 ◦ green 218 ◦ blue 164

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

Shades of Vista Blue #84DAA4

Tints of Vista Blue #84DAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

 BLUE value IS 164 (64.45% from 255) = 31.91%

R = 25.68%
G = 42.41%
B = 31.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#84DAA4 (or 0x84DAA4) is known color: Vista Blue. HEX triplet: 84, DA and A4. RGB value is (132,218,164). Sum of RGB (Red+Green+Blue) = 132+218+164=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAA4 is #7B255B. Grayscale: #BABABA. Windows color (decimal): -8070492 or 10803844. OLE color: 10803844.

HSL color Cylindrical-coordinate representation of color #84DAA4: hue angle of 142.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAA4 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 218 164 -
CMYK 0.39 0 0.25 0.15
HSL 142.33º 0.54% 0.69% -
HSV(B) 142.33º 0.39% 0.85% -
XYZ 41.29 57.73 44.09 -
YUV 186.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 132 218 164 0.39 0 0.25 0.15 142.33 0.54 0.69
Hex 84 DA A4 27 0 19 F 8E 36 45
Octal 204 332 244 47 0 31 17 216 66 105
Binary 10000100 11011010 10100100 100111 0 11001 1111 10001110 110110 1000101

Color Harmonies of #84DAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DAA4

Black with #84DAA4

Text Example


Text Example

White with #84DAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,218,164); }

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

background-color css

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

 a { background-color: rgb(132,218,164); }

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

border-color css

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

 span { border-color: rgb(132,218,164); }

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