#7AE1A5

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

Shades of Vista Blue #7AE1A5

Tints of Vista Blue #7AE1A5

Color information

#7AE1A5 (or 0x7AE1A5) is unknown color: approx Vista Blue. HEX triplet: 7A, E1 and A5. RGB value is (122,225,165). Sum of RGB (Red+Green+Blue) = 122+225+165=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1A5 is #851E5A. Grayscale: #BBBBBB. Windows color (decimal): -8724059 or 10871162. OLE color: 10871162.

HSL color Cylindrical-coordinate representation of color #7AE1A5: hue angle of 145.05º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1A5 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB122225165-
CMYK0.4600.270.12
HSL145.05º63.19%68.04%-
HSV(B)145.05º45.78%88.24%-
XYZ41.7460.745.11-
YUV187.36115.3881.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.83%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=23.83%
G=43.95%
B=32.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251650.4600.270.12145.0563.1968.04
Hex7AE1A52E01BC913f44
Octal172341245560331422177104
Binary111101011100001101001011011100110111100100100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,165); }

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

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

 a { background-color: rgb(122,225,165); }

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

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

 span { border-color: rgb(122,225,165); }

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