#A0E9BE

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

Shades of Vista Blue #A0E9BE

Tints of Vista Blue #A0E9BE

Color information

#A0E9BE (or 0xA0E9BE) is unknown color: approx Vista Blue. HEX triplet: A0, E9 and BE. RGB value is (160,233,190). Sum of RGB (Red+Green+Blue) = 160+233+190=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9BE is #5F1641. Grayscale: #CECECE. Windows color (decimal): -6231618 or 12511648. OLE color: 12511648.

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

Color convert

RGB160233190-
CMYK0.3100.180.09
HSL144.66º62.39%77.06%-
HSV(B)144.66º31.33%91.37%-
XYZ52.9369.4759.33-
YUV206.27118.8295-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=27.44%
G=39.97%
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
Decimal1602331900.3100.180.09144.6662.3977.06
HexA0E9BE1F0129913e4d
Octal240351276370221122176115
Binary101000001110100110111110111110100101001100100011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9BE; }

 p { color: rgb(160,233,190); }

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

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

 a { background-color: rgb(160,233,190); }

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

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

 span { border-color: rgb(160,233,190); }

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