#A4E1BE

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

Shades of Vista Blue #A4E1BE

Tints of Vista Blue #A4E1BE

Color information

#A4E1BE (or 0xA4E1BE) is unknown color: approx Vista Blue. HEX triplet: A4, E1 and BE. RGB value is (164,225,190). Sum of RGB (Red+Green+Blue) = 164+225+190=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1BE is #5B1E41. Grayscale: #CACACA. Windows color (decimal): -5971522 or 12509604. OLE color: 12509604.

HSL color Cylindrical-coordinate representation of color #A4E1BE: hue angle of 145.57º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1BE is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB164225190-
CMYK0.2700.160.12
HSL145.57º50.41%76.27%-
HSV(B)145.57º27.11%88.24%-
XYZ51.5365.4658.63-
YUV202.77120.79100.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.32%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=28.32%
G=38.86%
B=32.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642251900.2700.160.12145.5750.4176.27
HexA4E1BE1B010C92324c
Octal244341276330201422262114
Binary101001001110000110111110110110100001100100100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1BE; }

 p { color: rgb(164,225,190); }

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

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

 a { background-color: rgb(164,225,190); }

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

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

 span { border-color: rgb(164,225,190); }

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