#A2E9BD

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

Shades of Vista Blue #A2E9BD

Tints of Vista Blue #A2E9BD

Color information

#A2E9BD (or 0xA2E9BD) is unknown color: approx Vista Blue. HEX triplet: A2, E9 and BD. RGB value is (162,233,189). Sum of RGB (Red+Green+Blue) = 162+233+189=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9BD is #5D1642. Grayscale: #CECECE. Windows color (decimal): -6100547 or 12446114. OLE color: 12446114.

HSL color Cylindrical-coordinate representation of color #A2E9BD: hue angle of 142.82º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9BD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB162233189-
CMYK0.3000.190.09
HSL142.82º61.74%77.45%-
HSV(B)142.82º30.47%91.37%-
XYZ53.2269.6358.78-
YUV206.75117.9896.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=27.74%
G=39.90%
B=32.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622331890.3000.190.09142.8261.7477.45
HexA2E9BD1E01398f3e4d
Octal242351275360231121776115
Binary101000101110100110111101111100100111001100011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E9BD; }

 p { color: rgb(162,233,189); }

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

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

 a { background-color: rgb(162,233,189); }

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

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

 span { border-color: rgb(162,233,189); }

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