Step 1: Recall the angle formula.
For two vectors, \[ \cos\theta=\frac{\vec a\cdot\vec b}{|\vec a|\,|\vec b|}. \] We just need the dot product and the two lengths.
Step 2: Write components.
$\vec a=(1,2,2)$ and $\vec b=(2,1,2)$.
Step 3: Find the dot product.
\[ \vec a\cdot\vec b=(1)(2)+(2)(1)+(2)(2)=2+2+4=8. \]
Step 4: Find $|\vec a|$.
\[ |\vec a|=\sqrt{1^2+2^2+2^2}=\sqrt{1+4+4}=\sqrt9=3. \]
Step 5: Find $|\vec b|$.
\[ |\vec b|=\sqrt{2^2+1^2+2^2}=\sqrt{4+1+4}=\sqrt9=3. \]
Step 6: Combine.
\[ \cos\theta=\frac{8}{3\times3}=\frac{8}{9}. \] This is option 1.
\[ \boxed{\dfrac{8}{9}} \]