#7AF1A6

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

Shades of Vista Blue #7AF1A6

Tints of Vista Blue #7AF1A6

Color information

#7AF1A6 (or 0x7AF1A6) is unknown color: approx Vista Blue. HEX triplet: 7A, F1 and A6. RGB value is (122,241,166). Sum of RGB (Red+Green+Blue) = 122+241+166=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF1A6 is #850E59. Grayscale: #C5C5C5. Windows color (decimal): -8719962 or 10940794. OLE color: 10940794.

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

Color convert

RGB122241166-
CMYK0.4900.310.05
HSL142.18º80.95%71.18%-
HSV(B)142.18º49.38%94.51%-
XYZ46.3669.847.11-
YUV196.87110.5874.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=23.06%
G=45.56%
B=31.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411660.4900.310.05142.1880.9571.18
Hex7AF1A63101F58e5147
Octal172361246610375216121107
Binary111101011110001101001101100010111111011000111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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