#A1E8BE

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

Shades of Vista Blue #A1E8BE

Tints of Vista Blue #A1E8BE

Color information

#A1E8BE (or 0xA1E8BE) is unknown color: approx Vista Blue. HEX triplet: A1, E8 and BE. RGB value is (161,232,190). Sum of RGB (Red+Green+Blue) = 161+232+190=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8BE is #5E1741. Grayscale: #CECECE. Windows color (decimal): -6166338 or 12511393. OLE color: 12511393.

HSL color Cylindrical-coordinate representation of color #A1E8BE: hue angle of 144.51º 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 #A1E8BE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB161232190-
CMYK0.3100.180.09
HSL144.51º60.68%77.06%-
HSV(B)144.51º30.6%90.98%-
XYZ52.8569.0159.25-
YUV205.98118.9895.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=27.62%
G=39.79%
B=32.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612321900.3100.180.09144.5160.6877.06
HexA1E8BE1F0129913d4d
Octal241350276370221122175115
Binary101000011110100010111110111110100101001100100011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8BE; }

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

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

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

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

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

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

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

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