#A0EABB

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

Shades of Vista Blue #A0EABB

Tints of Vista Blue #A0EABB

Color information

#A0EABB (or 0xA0EABB) is unknown color: approx Vista Blue. HEX triplet: A0, EA and BB. RGB value is (160,234,187). Sum of RGB (Red+Green+Blue) = 160+234+187=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EABB is #5F1544. Grayscale: #CECECE. Windows color (decimal): -6231365 or 12315296. OLE color: 12315296.

HSL color Cylindrical-coordinate representation of color #A0EABB: hue angle of 141.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EABB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB160234187-
CMYK0.3200.200.08
HSL141.89º63.79%77.25%-
HSV(B)141.89º31.62%91.76%-
XYZ52.8969.9157.72-
YUV206.52116.9894.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.54%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=27.54%
G=40.28%
B=32.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341870.3200.200.08141.8963.7977.25
HexA0EABB2001488e404d
Octal2403522734002410216100115
Binary10100000111010101011101110000001010010001000111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EABB; }

 p { color: rgb(160,234,187); }

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

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

 a { background-color: rgb(160,234,187); }

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

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

 span { border-color: rgb(160,234,187); }

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