#7AE2A9

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

Shades of Vista Blue #7AE2A9

Tints of Vista Blue #7AE2A9

Color information

#7AE2A9 (or 0x7AE2A9) is unknown color: approx Vista Blue. HEX triplet: 7A, E2 and A9. RGB value is (122,226,169). Sum of RGB (Red+Green+Blue) = 122+226+169=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE2A9 is #851D56. Grayscale: #BCBCBC. Windows color (decimal): -8723799 or 11133562. OLE color: 11133562.

HSL color Cylindrical-coordinate representation of color #7AE2A9: hue angle of 147.12º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE2A9 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB122226169-
CMYK0.4600.250.11
HSL147.12º64.2%68.24%-
HSV(B)147.12º46.02%88.63%-
XYZ42.3861.3947.15-
YUV188.41117.0480.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 226 (88.67% from 255) = 43.71%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=23.60%
G=43.71%
B=32.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222261690.4600.250.11147.1264.268.24
Hex7AE2A92E019B934044
Octal1723422515603113223100104
Binary1111010111000101010100110111001100110111001001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,226,169); }

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

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

 a { background-color: rgb(122,226,169); }

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

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

 span { border-color: rgb(122,226,169); }

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