#7AE3AA

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

Shades of Vista Blue #7AE3AA

Tints of Vista Blue #7AE3AA

Color information

#7AE3AA (or 0x7AE3AA) is unknown color: approx Vista Blue. HEX triplet: 7A, E3 and AA. RGB value is (122,227,170). Sum of RGB (Red+Green+Blue) = 122+227+170=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE3AA is #851C55. Grayscale: #BDBDBD. Windows color (decimal): -8723542 or 11199354. OLE color: 11199354.

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

Color convert

RGB122227170-
CMYK0.4600.250.11
HSL147.43º65.22%68.43%-
HSV(B)147.43º46.26%89.02%-
XYZ42.7561.9847.74-
YUV189.11117.2180.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 227 (89.06% from 255) = 43.74%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=23.51%
G=43.74%
B=32.76%

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
Decimal1222271700.4600.250.11147.4365.2268.43
Hex7AE3AA2E019B934144
Octal1723432525603113223101104
Binary1111010111000111010101010111001100110111001001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,227,170); }

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

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

 a { background-color: rgb(122,227,170); }

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

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

 span { border-color: rgb(122,227,170); }

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