#84D4AE

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

Shades of Vista Blue #84D4AE

Tints of Vista Blue #84D4AE

Color information

#84D4AE (or 0x84D4AE) is unknown color: approx Vista Blue. HEX triplet: 84, D4 and AE. RGB value is (132,212,174). Sum of RGB (Red+Green+Blue) = 132+212+174=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #84D4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D4AE is #7B2B51. Grayscale: #B7B7B7. Windows color (decimal): -8072018 or 11457668. OLE color: 11457668.

HSL color Cylindrical-coordinate representation of color #84D4AE: hue angle of 151.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D4AE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB132212174-
CMYK0.3800.180.17
HSL151.5º48.19%67.45%-
HSV(B)151.5º37.74%83.14%-
XYZ40.755.0548.52-
YUV183.75122.591.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.48%
GREEN value IS 212 (83.20% from 255) = 40.93%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=25.48%
G=40.93%
B=33.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1322121740.3800.180.17151.548.1967.45
Hex84D4AE2601211983043
Octal204324256460222123060103
Binary10000100110101001010111010011001001010001100110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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