unity color by rgb

Code Example - unity color by rgb

                
                        myColor = new Color(red,green,blue);
//where red, green, and blue are float values between 0-255