#A0CCB0

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

Shades of Vista Blue #A0CCB0

Tints of Vista Blue #A0CCB0

Color information

#A0CCB0 (or 0xA0CCB0) is unknown color: approx Vista Blue. HEX triplet: A0, CC and B0. RGB value is (160,204,176). Sum of RGB (Red+Green+Blue) = 160+204+176=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCB0 is #5F334F. Grayscale: #BBBBBB. Windows color (decimal): -6239056 or 11586720. OLE color: 11586720.

HSL color Cylindrical-coordinate representation of color #A0CCB0: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCB0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB160204176-
CMYK0.2200.140.2
HSL141.82º30.14%71.37%-
HSV(B)141.82º21.57%80%-
XYZ43.9353.7949.14-
YUV187.65121.42108.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=29.63%
G=37.78%
B=32.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041760.2200.140.2141.8230.1471.37
HexA0CCB0160E148e1e47
Octal240314260260162421636107
Binary10100000110011001011000010110011101010010001110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCB0; }

 p { color: rgb(160,204,176); }

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

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

 a { background-color: rgb(160,204,176); }

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

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

 span { border-color: rgb(160,204,176); }

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