#7AE2A4

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

Shades of Vista Blue #7AE2A4

Tints of Vista Blue #7AE2A4

Color information

#7AE2A4 (or 0x7AE2A4) is unknown color: approx Vista Blue. HEX triplet: 7A, E2 and A4. RGB value is (122,226,164). Sum of RGB (Red+Green+Blue) = 122+226+164=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE2A4 is #851D5B. Grayscale: #BBBBBB. Windows color (decimal): -8723804 or 10805882. OLE color: 10805882.

HSL color Cylindrical-coordinate representation of color #7AE2A4: hue angle of 144.23º 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 #7AE2A4 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB122226164-
CMYK0.4600.270.11
HSL144.23º64.2%68.24%-
HSV(B)144.23º46.02%88.63%-
XYZ41.9261.2144.73-
YUV187.84114.5481.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.83%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=23.83%
G=44.14%
B=32.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222261640.4600.270.11144.2364.268.24
Hex7AE2A42E01BB904044
Octal1723422445603313220100104
Binary1111010111000101010010010111001101110111001000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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