#A0DCBA

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

Shades of Vista Blue #A0DCBA

Tints of Vista Blue #A0DCBA

Color information

#A0DCBA (or 0xA0DCBA) is unknown color: approx Vista Blue. HEX triplet: A0, DC and BA. RGB value is (160,220,186). Sum of RGB (Red+Green+Blue) = 160+220+186=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCBA is #5F2345. Grayscale: #C6C6C6. Windows color (decimal): -6234950 or 12246176. OLE color: 12246176.

HSL color Cylindrical-coordinate representation of color #A0DCBA: hue angle of 146º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCBA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB160220186-
CMYK0.2700.150.14
HSL146º46.15%74.51%-
HSV(B)146º27.27%86.27%-
XYZ48.9562.2155.88-
YUV198.18121.12100.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=28.27%
G=38.87%
B=32.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201860.2700.150.1414646.1574.51
HexA0DCBA1B0FE922e4b
Octal240334272330171622256113
Binary10100000110111001011101011011011111110100100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCBA; }

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

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

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

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

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

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

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

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