diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/learn-about-complementary-colors.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/learn-about-complementary-colors.md index 9c80077317c..233517e23d5 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/learn-about-complementary-colors.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/learn-about-complementary-colors.md @@ -17,7 +17,7 @@ Some examples of complementary colors with their hex codes are:
red (#FF0000) and cyan (#00FFFF)-This is different than the outdated RYB color model that many of us were taught in school, which has different primary and complementary colors. Modern color theory uses the additive RGB model (like on a computer screen) and the subtractive CMY(K) model (like in printing). Read [here](https://en.wikipedia.org/wiki/Color_model) for more information on this complex subject. +This is different than the outdated RYB color model that many of us were taught in school, which has different primary and complementary colors. Modern color theory uses the additive RGB model (like on a computer screen) and the subtractive CMY(K) model (like in printing). There are many color picking tools available online that have an option to find the complement of a color.
green (#00FF00) and magenta (#FF00FF)
blue (#0000FF) and yellow (#FFFF00)