#A0E3BD

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

Shades of Vista Blue #A0E3BD

Tints of Vista Blue #A0E3BD

Color information

#A0E3BD (or 0xA0E3BD) is unknown color: approx Vista Blue. HEX triplet: A0, E3 and BD. RGB value is (160,227,189). Sum of RGB (Red+Green+Blue) = 160+227+189=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3BD is #5F1C42. Grayscale: #CACACA. Windows color (decimal): -6233155 or 12444576. OLE color: 12444576.

HSL color Cylindrical-coordinate representation of color #A0E3BD: hue angle of 145.97º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E3BD is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB160227189-
CMYK0.3000.170.11
HSL145.97º54.47%75.88%-
HSV(B)145.97º29.52%89.02%-
XYZ51.1566.0958.2-
YUV202.64120.397.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.78%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=27.78%
G=39.41%
B=32.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271890.3000.170.11145.9754.4775.88
HexA0E3BD1E011B92364c
Octal240343275360211322266114
Binary101000001110001110111101111100100011011100100101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3BD; }

 p { color: rgb(160,227,189); }

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

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

 a { background-color: rgb(160,227,189); }

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

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

 span { border-color: rgb(160,227,189); }

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