#84D2AE

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

Shades of Vista Blue #84D2AE

Tints of Vista Blue #84D2AE

Color information

#84D2AE (or 0x84D2AE) is unknown color: approx Vista Blue. HEX triplet: 84, D2 and AE. RGB value is (132,210,174). Sum of RGB (Red+Green+Blue) = 132+210+174=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D2AE is #7B2D51. Grayscale: #B6B6B6. Windows color (decimal): -8072530 or 11457156. OLE color: 11457156.

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

Color convert

RGB132210174-
CMYK0.3700.170.18
HSL152.31º46.43%67.06%-
HSV(B)152.31º37.14%82.35%-
XYZ40.254.0548.36-
YUV182.57123.1691.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=25.58%
G=40.70%
B=33.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322101740.3700.170.18152.3146.4367.06
Hex84D2AE2501112982e43
Octal204322256450212223056103
Binary10000100110100101010111010010101000110010100110001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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