#A0EAB8

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

Shades of Vista Blue #A0EAB8

Tints of Vista Blue #A0EAB8

Color information

#A0EAB8 (or 0xA0EAB8) is unknown color: approx Vista Blue. HEX triplet: A0, EA and B8. RGB value is (160,234,184). Sum of RGB (Red+Green+Blue) = 160+234+184=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAB8 is #5F1547. Grayscale: #CECECE. Windows color (decimal): -6231368 or 12118688. OLE color: 12118688.

HSL color Cylindrical-coordinate representation of color #A0EAB8: hue angle of 139.46º 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 #A0EAB8 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB160234184-
CMYK0.3200.210.08
HSL139.46º63.79%77.25%-
HSV(B)139.46º31.62%91.76%-
XYZ52.5769.7856.05-
YUV206.17115.4895.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.68%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 184 (72.27% from 255) = 31.83%
R=27.68%
G=40.48%
B=31.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341840.3200.210.08139.4663.7977.25
HexA0EAB82001588b404d
Octal2403522704002510213100115
Binary10100000111010101011100010000001010110001000101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EAB8; }

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

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

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

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

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

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

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

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