Complementary Color Calculator
Compute the complementary color (hue + 180°) from RGB.
Input Data
Input Red R.
Input Green G.
Input Blue B.
Results
0
255
255
Complement = hue + 180°.
At a glance:Complementary Color Calculator: enter parameters to compute results; complements related calculators.
Formula
RGB→HSL; h' = (h + 180°) mod 360; HSL→RGB.
How to Use
- Enter R,G,B.
- It returns the complementary RGB.
Case Studies
Red (255,0,0) → cyan (0,255,255)
Red's complement is cyan.
FAQ
Complement of gray?
Achromatic gray has no hue, so its complement is itself.
Related Tools
References
Content review: Calculatorism Science Team. Formula and numeric tests verified; results for reference only.