#7AEBAC

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

Shades of Vista Blue #7AEBAC

Tints of Vista Blue #7AEBAC

Color information

#7AEBAC (or 0x7AEBAC) is unknown color: approx Vista Blue. HEX triplet: 7A, EB and AC. RGB value is (122,235,172). Sum of RGB (Red+Green+Blue) = 122+235+172=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEBAC is #851453. Grayscale: #C2C2C2. Windows color (decimal): -8721492 or 11332474. OLE color: 11332474.

HSL color Cylindrical-coordinate representation of color #7AEBAC: hue angle of 146.55º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEBAC is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB122235172-
CMYK0.4800.270.08
HSL146.55º73.86%70%-
HSV(B)146.55º48.09%92.16%-
XYZ45.1866.5349.49-
YUV194.03115.5676.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 235 (92.19% from 255) = 44.42%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=23.06%
G=44.42%
B=32.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222351720.4800.270.08146.5573.8670
Hex7AEBAC3001B8934a46
Octal1723532546003310223112106
Binary1111010111010111010110011000001101110001001001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AEBAC; }

 p { color: rgb(122,235,172); }

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

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

 a { background-color: rgb(122,235,172); }

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

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

 span { border-color: rgb(122,235,172); }

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