Html Css Color HEX #84DDA1 Vista Blue

📋 copy color: '#84DDA1'

red 132 ◦ green 221 ◦ blue 161

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

Shades of Vista Blue #84DDA1

Tints of Vista Blue #84DDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.32%

R = 25.68%
G = 43%
B = 31.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#84DDA1 (or 0x84DDA1) is known color: Vista Blue. HEX triplet: 84, DD and A1. RGB value is (132,221,161). Sum of RGB (Red+Green+Blue) = 132+221+161=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA1 is #7B225E. Grayscale: #BBBBBB. Windows color (decimal): -8069727 or 10608004. OLE color: 10608004.

HSL color Cylindrical-coordinate representation of color #84DDA1: hue angle of 139.55º 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 #84DDA1 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 161 -
CMYK 0.40 0 0.27 0.13
HSL 139.55º 0.57% 0.69% -
HSV(B) 139.55º 0.4% 0.87% -
XYZ 41.81 59.19 42.94 -
YUV 187.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 132 221 161 0.40 0 0.27 0.13 139.55 0.57 0.69
Hex 84 DD A1 28 0 1B D 8C 39 45
Octal 204 335 241 50 0 33 15 214 71 105
Binary 10000100 11011101 10100001 101000 0 11011 1101 10001100 111001 1000101

Color Harmonies of #84DDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDA1

Black with #84DDA1

Text Example


Text Example

White with #84DDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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