#84D1AC

Color #84D1AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #84D1AC

Tints of Vista Blue #84D1AC

Color information

#84D1AC (or 0x84D1AC) is unknown color: approx Vista Blue. HEX triplet: 84, D1 and AC. RGB value is (132,209,172). Sum of RGB (Red+Green+Blue) = 132+209+172=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #84D1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D1AC is #7B2E53. Grayscale: #B5B5B5. Windows color (decimal): -8072788 or 11325828. OLE color: 11325828.

HSL color Cylindrical-coordinate representation of color #84D1AC: hue angle of 151.17º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D1AC is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB132209172-
CMYK0.3700.180.18
HSL151.17º45.56%66.86%-
HSV(B)151.17º36.84%81.96%-
XYZ39.7653.4947.26-
YUV181.76122.4992.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=25.73%
G=40.74%
B=33.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322091720.3700.180.18151.1745.5666.86
Hex84D1AC2501212972e43
Octal204321254450222222756103
Binary10000100110100011010110010010101001010010100101111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84D1AC;
 }
 .AnyTagClassName
 {
   color: #84D1AC;
 }
</style>
background-color css

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

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

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

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

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

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