#7AE0A3

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

Shades of Vista Blue #7AE0A3

Tints of Vista Blue #7AE0A3

Color information

#7AE0A3 (or 0x7AE0A3) is unknown color: approx Vista Blue. HEX triplet: 7A, E0 and A3. RGB value is (122,224,163). Sum of RGB (Red+Green+Blue) = 122+224+163=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE0A3 is #851F5C. Grayscale: #BABABA. Windows color (decimal): -8724317 or 10739834. OLE color: 10739834.

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

Color convert

RGB122224163-
CMYK0.4600.270.12
HSL144.12º62.2%67.84%-
HSV(B)144.12º45.54%87.84%-
XYZ41.2960.0944.07-
YUV186.55114.7181.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.97%
GREEN value IS 224 (87.89% from 255) = 44.01%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=23.97%
G=44.01%
B=32.02%

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
Decimal1222241630.4600.270.12144.1262.267.84
Hex7AE0A32E01BC903e44
Octal172340243560331422076104
Binary111101011100000101000111011100110111100100100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,224,163); }

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

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

 a { background-color: rgb(122,224,163); }

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

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

 span { border-color: rgb(122,224,163); }

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