#23 DeepSkyBlue4
#005F5F
ExtendedHEX#005F5F
RGB0, 95, 95
HSL180°, 100%, 19%
CMYK100%, 0%, 0%, 63%
Xterm ID23
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;23m Background (fondo)
\x1b[48;5;23m Bash echo
echo -e "\033[38;5;23mTexto\033[0m" Python
print(f"\033[38;5;23mTexto\033[0m") CSS
Color HEX
color: #005F5F; Color RGB
color: rgb(0, 95, 95); Background
background-color: #005F5F;