#a2e3c0

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

Shades of Vista Blue #A2E3C0

Tints of Vista Blue #A2E3C0

Color information

#A2E3C0 (or 0xA2E3C0) is unknown color: approx Vista Blue. HEX triplet: A2, E3 and C0. RGB value is (162,227,192). Sum of RGB (Red+Green+Blue) = 162+227+192=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E3C0 is #5D1C3F. Grayscale: #CBCBCB. Windows color (decimal): -6102080 or 12641186. OLE color: 12641186.

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

Color convert

RGB162227192-
CMYK0.2900.150.11
HSL147.69º53.72%76.27%-
HSV(B)147.69º28.63%89.02%-
XYZ51.8866.4359.96-
YUV203.58121.4798.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 227 (89.06% from 255) = 39.07%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=27.88%
G=39.07%
B=33.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622271920.2900.150.11147.6953.7276.27
HexA2E3C01D0FB94364c
Octal242343300350171322466114
Binary10100010111000111100000011101011111011100101001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2e3c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2e3c0; }

 p { color: rgb(162,227,192); }

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

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

 a { background-color: rgb(162,227,192); }

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

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

 span { border-color: rgb(162,227,192); }

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