#6 Teal
#008080
NormalHEX#008080
RGB0, 128, 128
HSL180°, 100%, 25%
CMYK100%, 0%, 0%, 50%
Xterm ID6
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;6m Background (fondo)
\x1b[48;5;6m Bash echo
echo -e "\033[38;5;6mTexto\033[0m" Python
print(f"\033[38;5;6mTexto\033[0m") CSS
Color HEX
color: #008080; Color RGB
color: rgb(0, 128, 128); Background
background-color: #008080;