#84D2AD

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

Shades of Vista Blue #84D2AD

Tints of Vista Blue #84D2AD

Color information

#84D2AD (or 0x84D2AD) is unknown color: approx Vista Blue. HEX triplet: 84, D2 and AD. RGB value is (132,210,173). Sum of RGB (Red+Green+Blue) = 132+210+173=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D2AD is #7B2D52. Grayscale: #B6B6B6. Windows color (decimal): -8072531 or 11391620. OLE color: 11391620.

HSL color Cylindrical-coordinate representation of color #84D2AD: hue angle of 151.54º 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 #84D2AD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB132210173-
CMYK0.3700.180.18
HSL151.54º46.43%67.06%-
HSV(B)151.54º37.14%82.35%-
XYZ40.1154.0247.85-
YUV182.46122.6692.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=25.63%
G=40.78%
B=33.59%

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
Decimal1322101730.3700.180.18151.5446.4367.06
Hex84D2AD2501212982e43
Octal204322255450222223056103
Binary10000100110100101010110110010101001010010100110001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,210,173); }

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

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

 a { background-color: rgb(132,210,173); }

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

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

 span { border-color: rgb(132,210,173); }

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