Color Code Converter
Convert between HEX, RGB, RGBA, HSL, HSV & CMYK
#
Presets:
Color Formats
#20C997
RGB:
rgb(32, 201, 151)
RGBA:
rgba(32, 201, 151, 1)
HSL:
hsl(162, 73%, 46%)
CMYK:
cmyk(84%, 0%, 25%, 21%)
Frequently Asked Questions
RGB (Red, Green, Blue) is an additive color model used for electronic screens and digital displays. CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive color model used in commercial physical printing.
HSL stands for Hue (0-360°), Saturation (0-100%), and Lightness (0-100%). It is often much easier for designers to adjust color intensity compared to RGB hex codes.