#84D29F

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

Shades of Vista Blue #84D29F

Tints of Vista Blue #84D29F

Color information

#84D29F (or 0x84D29F) is unknown color: approx Vista Blue. HEX triplet: 84, D2 and 9F. RGB value is (132,210,159). Sum of RGB (Red+Green+Blue) = 132+210+159=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #84D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D29F is #7B2D60. Grayscale: #B4B4B4. Windows color (decimal): -8072545 or 10474116. OLE color: 10474116.

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

Color convert

RGB132210159-
CMYK0.3700.240.18
HSL140.77º46.43%67.06%-
HSV(B)140.77º37.14%82.35%-
XYZ38.8253.541.08-
YUV180.86115.6693.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=26.35%
G=41.92%
B=31.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322101590.3700.240.18140.7746.4367.06
Hex84D29F25018128d2e43
Octal204322237450302221556103
Binary10000100110100101001111110010101100010010100011011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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