#A2E4BE

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

Shades of Vista Blue #A2E4BE

Tints of Vista Blue #A2E4BE

Color information

#A2E4BE (or 0xA2E4BE) is unknown color: approx Vista Blue. HEX triplet: A2, E4 and BE. RGB value is (162,228,190). Sum of RGB (Red+Green+Blue) = 162+228+190=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4BE is #5D1B41. Grayscale: #CCCCCC. Windows color (decimal): -6101826 or 12510370. OLE color: 12510370.

HSL color Cylindrical-coordinate representation of color #A2E4BE: hue angle of 145.45º degrees, saturation: 0.55, 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 #A2E4BE is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB162228190-
CMYK0.2900.170.11
HSL145.45º55%76.47%-
HSV(B)145.45º28.95%89.41%-
XYZ51.9466.8958.89-
YUV203.93120.1398.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 228 (89.45% from 255) = 39.31%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=27.93%
G=39.31%
B=32.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622281900.2900.170.11145.455576.47
HexA2E4BE1D011B91374c
Octal242344276350211322167114
Binary101000101110010010111110111010100011011100100011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E4BE; }

 p { color: rgb(162,228,190); }

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

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

 a { background-color: rgb(162,228,190); }

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

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

 span { border-color: rgb(162,228,190); }

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