#A0E7BD

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

Shades of Vista Blue #A0E7BD

Tints of Vista Blue #A0E7BD

Color information

#A0E7BD (or 0xA0E7BD) is unknown color: approx Vista Blue. HEX triplet: A0, E7 and BD. RGB value is (160,231,189). Sum of RGB (Red+Green+Blue) = 160+231+189=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7BD is #5F1842. Grayscale: #CDCDCD. Windows color (decimal): -6232131 or 12445600. OLE color: 12445600.

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

Color convert

RGB160231189-
CMYK0.3100.180.09
HSL144.51º59.66%76.67%-
HSV(B)144.51º30.74%90.59%-
XYZ52.2668.358.57-
YUV204.98118.9895.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 231 (90.62% from 255) = 39.83%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=27.59%
G=39.83%
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
Decimal1602311890.3100.180.09144.5159.6676.67
HexA0E7BD1F0129913c4d
Octal240347275370221122174115
Binary101000001110011110111101111110100101001100100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E7BD; }

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

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

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

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

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

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

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

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