#7AEFA6

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

Shades of Vista Blue #7AEFA6

Tints of Vista Blue #7AEFA6

Color information

#7AEFA6 (or 0x7AEFA6) is unknown color: approx Vista Blue. HEX triplet: 7A, EF and A6. RGB value is (122,239,166). Sum of RGB (Red+Green+Blue) = 122+239+166=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEFA6 is #851059. Grayscale: #C3C3C3. Windows color (decimal): -8720474 or 10940282. OLE color: 10940282.

HSL color Cylindrical-coordinate representation of color #7AEFA6: hue angle of 142.56º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEFA6 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB122239166-
CMYK0.4900.310.06
HSL142.56º78.52%70.78%-
HSV(B)142.56º48.95%93.73%-
XYZ45.7868.6246.91-
YUV195.7111.2475.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.15%
GREEN value IS 239 (93.75% from 255) = 45.35%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=23.15%
G=45.35%
B=31.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222391660.4900.310.06142.5678.5270.78
Hex7AEFA63101F68f4f47
Octal172357246610376217117107
Binary111101011101111101001101100010111111101000111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,239,166); }

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

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

 a { background-color: rgb(122,239,166); }

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

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

 span { border-color: rgb(122,239,166); }

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