The Input "#00cccc" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #00cccc | |
| Hex (short) | #0cc | |
| RGB | rgb(0,204,204) | |
| RGB in % | rgb(0%,80%,80%) | |
| CMY in % | C=100 M=20 Y=20 |
|
| CMYK in % | C=100 M=0 Y=0 K=20 |
|
| HSL | hsl(180,100%,40%) | |
| HSV | hsv(180,100%,80%) | |
| Rec. 601 luma | 143.004 | |
| Rec. 709 luma | 160.6296 | |
| Rec. 2020 luma | 150.4092 | |
| Grey scale (Rec. 601 luma) | #8f8f8f | |
| Grey scale (Rec. 709 luma) | #a1a1a1 | |
| Grey scale (Rec. 2020 luma) | #969696 | |
| Complementary color | #ff3333 | |
| Decimal | 52428 | |
The following inputs are converted automatically:
X11 Color names
example: DodgerBlue4
#rrggbb; rrggbb; #rgb; rgb
(HEX to RGB bzw. HEX2RGB)
example: #4169E1
rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
(RGB to HEX bzw. RGB2HEX)
example: 106,90,205