Html Css Color HEX #84DAA8 Vista Blue

📋 copy color: '#84DAA8'

red 132 ◦ green 218 ◦ blue 168

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

Shades of Vista Blue #84DAA8

Tints of Vista Blue #84DAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.43%

R = 25.48%
G = 42.08%
B = 32.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#84DAA8 (or 0x84DAA8) is known color: Vista Blue. HEX triplet: 84, DA and A8. RGB value is (132,218,168). Sum of RGB (Red+Green+Blue) = 132+218+168=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAA8 is #7B2557. Grayscale: #BABABA. Windows color (decimal): -8070488 or 11065988. OLE color: 11065988.

HSL color Cylindrical-coordinate representation of color #84DAA8: hue angle of 145.12º 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 #84DAA8 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 218 168 -
CMYK 0.39 0 0.23 0.15
HSL 145.12º 0.54% 0.69% -
HSV(B) 145.12º 0.39% 0.85% -
XYZ 41.66 57.88 46.02 -
YUV 186.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 132 218 168 0.39 0 0.23 0.15 145.12 0.54 0.69
Hex 84 DA A8 27 0 17 F 91 36 45
Octal 204 332 250 47 0 27 17 221 66 105
Binary 10000100 11011010 10101000 100111 0 10111 1111 10010001 110110 1000101

Color Harmonies of #84DAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DAA8

Black with #84DAA8

Text Example


Text Example

White with #84DAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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