All CSS Colors
#008080teal

Teal

CSS named color · Blue family

HEX#008080
RGBrgb(0, 128, 128)
HSLhsl(180, 100%, 25%)
CSSteal

Tints & Shades

#c2ffff
#80ffff
#42ffff
#00ffff
#00c2c2
#008080
#006b6b
#005757
#004242
#002929
#001414
LighterDarker

Complementary Color

Teal

#008080

Complement

#800000

hsl(0, 100%, 25%)

CSS Usage

.element {
  color: teal;
  background-color: teal;
}

/* Using hex */
.element {
  color: #008080;
  background-color: #008080;
}

/* Using RGB */
.element {
  color: rgb(0, 128, 128);
  background-color: rgb(0, 128, 128);
}

Similar Colors

Related Tools

Browse All CSS Colors