#A1E8B9

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

Shades of Vista Blue #A1E8B9

Tints of Vista Blue #A1E8B9

Color information

#A1E8B9 (or 0xA1E8B9) is unknown color: approx Vista Blue. HEX triplet: A1, E8 and B9. RGB value is (161,232,185). Sum of RGB (Red+Green+Blue) = 161+232+185=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8B9 is #5E1746. Grayscale: #CDCDCD. Windows color (decimal): -6166343 or 12183713. OLE color: 12183713.

HSL color Cylindrical-coordinate representation of color #A1E8B9: hue angle of 140.28º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8B9 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB161232185-
CMYK0.3100.200.09
HSL140.28º60.68%77.06%-
HSV(B)140.28º30.6%90.98%-
XYZ52.3168.7956.42-
YUV205.41116.4896.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 232 (91.02% from 255) = 40.14%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=27.85%
G=40.14%
B=32.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612321850.3100.200.09140.2860.6877.06
HexA1E8B91F01498c3d4d
Octal241350271370241121475115
Binary101000011110100010111001111110101001001100011001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8B9; }

 p { color: rgb(161,232,185); }

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

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

 a { background-color: rgb(161,232,185); }

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

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

 span { border-color: rgb(161,232,185); }

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