#A6E2C0

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

Shades of Vista Blue #A6E2C0

Tints of Vista Blue #A6E2C0

Color information

#A6E2C0 (or 0xA6E2C0) is unknown color: approx Vista Blue. HEX triplet: A6, E2 and C0. RGB value is (166,226,192). Sum of RGB (Red+Green+Blue) = 166+226+192=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2C0 is #591D3F. Grayscale: #CCCCCC. Windows color (decimal): -5840192 or 12640934. OLE color: 12640934.

HSL color Cylindrical-coordinate representation of color #A6E2C0: hue angle of 146º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2C0 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB166226192-
CMYK0.2700.150.11
HSL146º50.85%76.86%-
HSV(B)146º26.55%88.63%-
XYZ52.4466.3159.9-
YUV204.18121.12100.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 226 (88.67% from 255) = 38.70%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=28.42%
G=38.70%
B=32.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662261920.2700.150.1114650.8576.86
HexA6E2C01B0FB92334d
Octal246342300330171322263115
Binary10100110111000101100000011011011111011100100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2C0; }

 p { color: rgb(166,226,192); }

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

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

 a { background-color: rgb(166,226,192); }

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

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

 span { border-color: rgb(166,226,192); }

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