Is it possible to get renderTarget texture and use in html or css background image?

Is it possible to get renderTarget texture and use in html or css background image? I’m getting texture from renderTarget and using as material map. but how to use that as CSS background image or in html?

No, that’s not possible. Have you considered to just assign the texture to Scene.background?