To make a color darker, lower all the numbers proportionally. To make it lighter (pastel), increase the numbers toward 255. For example, a dark "Navy" blue might be rgb(0, 0, 128) , while a "Sky" blue might be rgb(135, 206, 235) . 3. Use Color Pickers
"If Red=255, Green=100, Blue=0, what color family is this?"
Describe the you are trying to recreate (e.g., "navy blue," "pastel mint") Mention if you need help converting Hex codes to RGB values
To make a color darker, lower all the numbers proportionally. To make it lighter (pastel), increase the numbers toward 255. For example, a dark "Navy" blue might be rgb(0, 0, 128) , while a "Sky" blue might be rgb(135, 206, 235) . 3. Use Color Pickers
"If Red=255, Green=100, Blue=0, what color family is this?" exploring rgb color codes codehs answers best
Describe the you are trying to recreate (e.g., "navy blue," "pastel mint") Mention if you need help converting Hex codes to RGB values To make a color darker, lower all the numbers proportionally