#a0e5ba

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

Shades of Vista Blue #A0E5BA

Tints of Vista Blue #A0E5BA

Color information

#A0E5BA (or 0xA0E5BA) is unknown color: approx Vista Blue. HEX triplet: A0, E5 and BA. RGB value is (160,229,186). Sum of RGB (Red+Green+Blue) = 160+229+186=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5BA is #5F1A45. Grayscale: #CBCBCB. Windows color (decimal): -6232646 or 12248480. OLE color: 12248480.

HSL color Cylindrical-coordinate representation of color #A0E5BA: hue angle of 142.61º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5BA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB160229186-
CMYK0.3000.190.10
HSL142.61º57.02%76.27%-
HSV(B)142.61º30.13%89.8%-
XYZ51.3867.0656.69-
YUV203.47118.1497-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 229 (89.84% from 255) = 39.83%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=27.83%
G=39.83%
B=32.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602291860.3000.190.10142.6157.0276.27
HexA0E5BA1E013A8f394c
Octal240345272360231221771114
Binary101000001110010110111010111100100111010100011111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0e5ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0e5ba; }

 p { color: rgb(160,229,186); }

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

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

 a { background-color: rgb(160,229,186); }

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

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

 span { border-color: rgb(160,229,186); }

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