Harmony system

Teal Color Harmonies

Teal harmonies from #008080: complementary #800000, plus five harmony groups with CSS and contrast data.

Teal is a cool cyan at hue 180°, saturation 100% and lightness 25%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceTeal · #008080
Groups6
Palette colors6
FamilyCyan

How the harmony works

Teal Harmony Guide

Teal harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Teal Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Teal.

AI-Ready Dataset v1.0.0
Luminance0.17
Black text4.4:1AA Fail
White text4.77:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "teal",
  "name": "Teal",
  "hex": "#008080",
  "url": "https://www.colorsencyclopedia.com/colors/teal/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/teal.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#800000",
        "name": "Maroon",
        "slug": "maroon",
        "rgb": [
          128,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          100,
          50
        ],
        "luminance": 0.0459,
        "contrast": {
          "black": 1.92,
          "white": 10.95
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/maroon/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
      }
    ],
    "anchor": "teal-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#008040",
        "name": "#008040",
        "slug": null,
        "rgb": [
          0,
          128,
          64
        ],
        "hsl": [
          150,
          100,
          25
        ],
        "cmyk": [
          100,
          0,
          50,
          50
        ],
        "luminance": 0.1581,
        "contrast": {
          "black": 4.16,
          "white": 5.05
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#004080",
        "name": "#004080",
        "slug": null,
        "rgb": [
          0,
          64,
          128
        ],
        "hsl": [
          210,
          100,
          25
        ],
        "cmyk": [
          100,
          50,
          0,
          50
        ],
        "luminance": 0.0523,
        "contrast": {
          "black": 2.05,
          "white": 10.26
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "teal-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#80007F",
        "name": "#80007F",
        "slug": null,
        "rgb": [
          128,
          0,
          127
        ],
        "hsl": [
          300,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          1,
          50
        ],
        "luminance": 0.0612,
        "contrast": {
          "black": 2.22,
          "white": 9.44
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#7F8000",
        "name": "#7F8000",
        "slug": null,
        "rgb": [
          127,
          128,
          0
        ],
        "hsl": [
          60,
          100,
          25
        ],
        "cmyk": [
          1,
          0,
          100,
          50
        ],
        "luminance": 0.1995,
        "contrast": {
          "black": 4.99,
          "white": 4.21
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "teal-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#400080",
        "name": "#400080",
        "slug": null,
        "rgb": [
          64,
          0,
          128
        ],
        "hsl": [
          270,
          100,
          25
        ],
        "cmyk": [
          50,
          100,
          0,
          50
        ],
        "luminance": 0.0265,
        "contrast": {
          "black": 1.53,
          "white": 13.73
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#800000",
        "name": "Maroon",
        "slug": "maroon",
        "rgb": [
          128,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          100,
          50
        ],
        "luminance": 0.0459,
        "contrast": {
          "black": 1.92,
          "white": 10.95
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/maroon/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
      },
      {
        "hex": "#408000",
        "name": "#408000",
        "slug": null,
        "rgb": [
          64,
          128,
          0
        ],
        "hsl": [
          90,
          100,
          25
        ],
        "cmyk": [
          50,
          0,
          100,
          50
        ],
        "luminance": 0.1653,
        "contrast": {
          "black": 4.31,
          "white": 4.88
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "teal-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#800040",
        "name": "#800040",
        "slug": null,
        "rgb": [
          128,
          0,
          64
        ],
        "hsl": [
          330,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          50,
          50
        ],
        "luminance": 0.0496,
        "contrast": {
          "black": 1.99,
          "white": 10.54
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#804000",
        "name": "#804000",
        "slug": null,
        "rgb": [
          128,
          64,
          0
        ],
        "hsl": [
          30,
          100,
          25
        ],
        "cmyk": [
          0,
          50,
          100,
          50
        ],
        "luminance": 0.0826,
        "contrast": {
          "black": 2.65,
          "white": 7.92
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "teal-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#00DBDB",
        "name": "#00DBDB",
        "slug": null,
        "rgb": [
          0,
          219,
          219
        ],
        "hsl": [
          180,
          100,
          43
        ],
        "cmyk": [
          100,
          0,
          0,
          14
        ],
        "luminance": 0.5578,
        "contrast": {
          "black": 12.16,
          "white": 1.73
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#008080",
        "name": "Teal",
        "slug": "teal",
        "rgb": [
          0,
          128,
          128
        ],
        "hsl": [
          180,
          100,
          25
        ],
        "cmyk": [
          100,
          0,
          0,
          50
        ],
        "luminance": 0.17,
        "contrast": {
          "black": 4.4,
          "white": 4.77
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/teal/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/teal.json"
      },
      {
        "hex": "#002424",
        "name": "#002424",
        "slug": null,
        "rgb": [
          0,
          36,
          36
        ],
        "hsl": [
          180,
          100,
          7
        ],
        "cmyk": [
          100,
          0,
          0,
          86
        ],
        "luminance": 0.0139,
        "contrast": {
          "black": 1.28,
          "white": 16.43
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "teal-harmony-monochromatic"
  }
]
Signature palette
[
  "#008080",
  "#800000",
  "#008040",
  "#004080",
  "#00DBDB",
  "#002424"
]
Accessibility notes
[
  "Black contrast on Teal: 4.4:1",
  "White contrast on Teal: 4.77:1",
  "AA text options: #FFFFFF"
]
CSS tokens
":root {\n  --color-teal: #008080;\n  --teal-complementary-1: #800000;\n  --teal-analogous-1: #008040;\n  --teal-analogous-2: #004080;\n  --teal-triadic-1: #80007F;\n  --teal-triadic-2: #7F8000;\n  --teal-tetradic-1: #400080;\n  --teal-tetradic-2: #800000;\n  --teal-tetradic-3: #408000;\n  --teal-split-complementary-1: #800040;\n  --teal-split-complementary-2: #804000;\n  --teal-monochromatic-1: #00DBDB;\n  --teal-monochromatic-2: #008080;\n  --teal-monochromatic-3: #002424;\n}\n\n.palette-teal-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #008080, #800000, #008040, #004080, #00DBDB, #002424);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "teal",
  "name": "Teal",
  "hex": "#008080",
  "rgb": [
    0,
    128,
    128
  ],
  "hsl": [
    180,
    100,
    25
  ],
  "cmyk": [
    100,
    0,
    0,
    50
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "balanced",
    "vibrant"
  ],
  "luminance": 0.17,
  "contrast": {
    "black": 4.4,
    "white": 4.77
  },
  "wcag": {
    "AA": [
      "#FFFFFF"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "teal",
    "name": "Teal",
    "hex": "#008080",
    "url": "https://www.colorsencyclopedia.com/colors/teal/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/teal.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#800000",
          "name": "Maroon",
          "slug": "maroon",
          "rgb": [
            128,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            100,
            50
          ],
          "luminance": 0.0459,
          "contrast": {
            "black": 1.92,
            "white": 10.95
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/maroon/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
        }
      ],
      "anchor": "teal-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#008040",
          "name": "#008040",
          "slug": null,
          "rgb": [
            0,
            128,
            64
          ],
          "hsl": [
            150,
            100,
            25
          ],
          "cmyk": [
            100,
            0,
            50,
            50
          ],
          "luminance": 0.1581,
          "contrast": {
            "black": 4.16,
            "white": 5.05
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#004080",
          "name": "#004080",
          "slug": null,
          "rgb": [
            0,
            64,
            128
          ],
          "hsl": [
            210,
            100,
            25
          ],
          "cmyk": [
            100,
            50,
            0,
            50
          ],
          "luminance": 0.0523,
          "contrast": {
            "black": 2.05,
            "white": 10.26
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "teal-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#80007F",
          "name": "#80007F",
          "slug": null,
          "rgb": [
            128,
            0,
            127
          ],
          "hsl": [
            300,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            1,
            50
          ],
          "luminance": 0.0612,
          "contrast": {
            "black": 2.22,
            "white": 9.44
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#7F8000",
          "name": "#7F8000",
          "slug": null,
          "rgb": [
            127,
            128,
            0
          ],
          "hsl": [
            60,
            100,
            25
          ],
          "cmyk": [
            1,
            0,
            100,
            50
          ],
          "luminance": 0.1995,
          "contrast": {
            "black": 4.99,
            "white": 4.21
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "teal-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#400080",
          "name": "#400080",
          "slug": null,
          "rgb": [
            64,
            0,
            128
          ],
          "hsl": [
            270,
            100,
            25
          ],
          "cmyk": [
            50,
            100,
            0,
            50
          ],
          "luminance": 0.0265,
          "contrast": {
            "black": 1.53,
            "white": 13.73
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#800000",
          "name": "Maroon",
          "slug": "maroon",
          "rgb": [
            128,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            100,
            50
          ],
          "luminance": 0.0459,
          "contrast": {
            "black": 1.92,
            "white": 10.95
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/maroon/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
        },
        {
          "hex": "#408000",
          "name": "#408000",
          "slug": null,
          "rgb": [
            64,
            128,
            0
          ],
          "hsl": [
            90,
            100,
            25
          ],
          "cmyk": [
            50,
            0,
            100,
            50
          ],
          "luminance": 0.1653,
          "contrast": {
            "black": 4.31,
            "white": 4.88
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "teal-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#800040",
          "name": "#800040",
          "slug": null,
          "rgb": [
            128,
            0,
            64
          ],
          "hsl": [
            330,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            50,
            50
          ],
          "luminance": 0.0496,
          "contrast": {
            "black": 1.99,
            "white": 10.54
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#804000",
          "name": "#804000",
          "slug": null,
          "rgb": [
            128,
            64,
            0
          ],
          "hsl": [
            30,
            100,
            25
          ],
          "cmyk": [
            0,
            50,
            100,
            50
          ],
          "luminance": 0.0826,
          "contrast": {
            "black": 2.65,
            "white": 7.92
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "teal-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#00DBDB",
          "name": "#00DBDB",
          "slug": null,
          "rgb": [
            0,
            219,
            219
          ],
          "hsl": [
            180,
            100,
            43
          ],
          "cmyk": [
            100,
            0,
            0,
            14
          ],
          "luminance": 0.5578,
          "contrast": {
            "black": 12.16,
            "white": 1.73
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#008080",
          "name": "Teal",
          "slug": "teal",
          "rgb": [
            0,
            128,
            128
          ],
          "hsl": [
            180,
            100,
            25
          ],
          "cmyk": [
            100,
            0,
            0,
            50
          ],
          "luminance": 0.17,
          "contrast": {
            "black": 4.4,
            "white": 4.77
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/teal/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/teal.json"
        },
        {
          "hex": "#002424",
          "name": "#002424",
          "slug": null,
          "rgb": [
            0,
            36,
            36
          ],
          "hsl": [
            180,
            100,
            7
          ],
          "cmyk": [
            100,
            0,
            0,
            86
          ],
          "luminance": 0.0139,
          "contrast": {
            "black": 1.28,
            "white": 16.43
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "teal-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#008080",
    "#800000",
    "#008040",
    "#004080",
    "#00DBDB",
    "#002424"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "balanced harmony",
    "vibrant harmony",
    "teal palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Teal: 4.4:1",
    "White contrast on Teal: 4.77:1",
    "AA text options: #FFFFFF"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/teal.json",
    "https://www.colorsencyclopedia.com/api/colors/teal.json",
    "https://www.colorsencyclopedia.com/api/hex/008080.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/teal/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/teal.json",
  "cssSnippet": ":root {\n  --color-teal: #008080;\n  --teal-complementary-1: #800000;\n  --teal-analogous-1: #008040;\n  --teal-analogous-2: #004080;\n  --teal-triadic-1: #80007F;\n  --teal-triadic-2: #7F8000;\n  --teal-tetradic-1: #400080;\n  --teal-tetradic-2: #800000;\n  --teal-tetradic-3: #408000;\n  --teal-split-complementary-1: #800040;\n  --teal-split-complementary-2: #804000;\n  --teal-monochromatic-1: #00DBDB;\n  --teal-monochromatic-2: #008080;\n  --teal-monochromatic-3: #002424;\n}\n\n.palette-teal-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #008080, #800000, #008040, #004080, #00DBDB, #002424);\n}"
}

CSS Harmony Tokens

Use these tokens when Teal needs a complete palette system instead of a single color variable.

:root {
  --color-teal: #008080;
  --teal-complementary-1: #800000;
  --teal-analogous-1: #008040;
  --teal-analogous-2: #004080;
  --teal-triadic-1: #80007F;
  --teal-triadic-2: #7F8000;
  --teal-tetradic-1: #400080;
  --teal-tetradic-2: #800000;
  --teal-tetradic-3: #408000;
  --teal-split-complementary-1: #800040;
  --teal-split-complementary-2: #804000;
  --teal-monochromatic-1: #00DBDB;
  --teal-monochromatic-2: #008080;
  --teal-monochromatic-3: #002424;
}

.palette-teal-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #008080, #800000, #008040, #004080, #00DBDB, #002424);
}

Teal Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

The complementary set starts from Teal #008080 and produces #800000. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. The generated values match Maroon in the named-color dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorTeal · #008080
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Teal #008080 and produces #008040 and #004080. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorTeal · #008080
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Teal #008080 and produces #80007F and #7F8000. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorTeal · #008080
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Teal #008080 and produces #400080, #800000, and #408000. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. The generated values match Maroon in the named-color dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorTeal · #008080
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Teal #008080 and produces #800040 and #804000. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorTeal · #008080
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Teal #008080 and produces #00DBDB, #008080, and #002424. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Teal in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorTeal · #008080