Harmony system

Sea Green Color Harmonies

Sea Green harmonies from #2E8B57: complementary #8A2E62, plus five harmony groups with CSS and contrast data.

Sea Green is a cool green at hue 146°, saturation 50% and lightness 36%. 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.

SourceSea Green · #2E8B57
Groups6
Palette colors6
FamilyGreen

How the harmony works

Sea Green Harmony Guide

Sea Green 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 Sea Green Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.1973
Black text4.95:1AA Pass
White text4.25:1AA Fail
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": "sea-green",
  "name": "Sea Green",
  "hex": "#2E8B57",
  "url": "https://www.colorsencyclopedia.com/colors/sea-green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-green.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": "#8A2E62",
        "name": "#8A2E62",
        "slug": null,
        "rgb": [
          138,
          46,
          98
        ],
        "hsl": [
          326,
          50,
          36
        ],
        "cmyk": [
          0,
          67,
          29,
          46
        ],
        "luminance": 0.0824,
        "contrast": {
          "black": 2.65,
          "white": 7.93
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sea-green-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": "#348A2E",
        "name": "#348A2E",
        "slug": null,
        "rgb": [
          52,
          138,
          46
        ],
        "hsl": [
          116,
          50,
          36
        ],
        "cmyk": [
          62,
          0,
          67,
          46
        ],
        "luminance": 0.191,
        "contrast": {
          "black": 4.82,
          "white": 4.36
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#2E8A84",
        "name": "#2E8A84",
        "slug": null,
        "rgb": [
          46,
          138,
          132
        ],
        "hsl": [
          176,
          50,
          36
        ],
        "cmyk": [
          67,
          0,
          4,
          46
        ],
        "luminance": 0.2042,
        "contrast": {
          "black": 5.08,
          "white": 4.13
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sea-green-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": "#562E8A",
        "name": "#562E8A",
        "slug": null,
        "rgb": [
          86,
          46,
          138
        ],
        "hsl": [
          266,
          50,
          36
        ],
        "cmyk": [
          38,
          67,
          0,
          46
        ],
        "luminance": 0.0577,
        "contrast": {
          "black": 2.15,
          "white": 9.75
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8A562E",
        "name": "#8A562E",
        "slug": null,
        "rgb": [
          138,
          86,
          46
        ],
        "hsl": [
          26,
          50,
          36
        ],
        "cmyk": [
          0,
          38,
          67,
          46
        ],
        "luminance": 0.1226,
        "contrast": {
          "black": 3.45,
          "white": 6.08
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sea-green-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": "#2E348A",
        "name": "#2E348A",
        "slug": null,
        "rgb": [
          46,
          52,
          138
        ],
        "hsl": [
          236,
          50,
          36
        ],
        "cmyk": [
          67,
          62,
          0,
          46
        ],
        "luminance": 0.0487,
        "contrast": {
          "black": 1.97,
          "white": 10.64
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8A2E62",
        "name": "#8A2E62",
        "slug": null,
        "rgb": [
          138,
          46,
          98
        ],
        "hsl": [
          326,
          50,
          36
        ],
        "cmyk": [
          0,
          67,
          29,
          46
        ],
        "luminance": 0.0824,
        "contrast": {
          "black": 2.65,
          "white": 7.93
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8A842E",
        "name": "#8A842E",
        "slug": null,
        "rgb": [
          138,
          132,
          46
        ],
        "hsl": [
          56,
          50,
          36
        ],
        "cmyk": [
          0,
          4,
          67,
          46
        ],
        "luminance": 0.221,
        "contrast": {
          "black": 5.42,
          "white": 3.87
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sea-green-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": "#842E8A",
        "name": "#842E8A",
        "slug": null,
        "rgb": [
          132,
          46,
          138
        ],
        "hsl": [
          296,
          50,
          36
        ],
        "cmyk": [
          4,
          67,
          0,
          46
        ],
        "luminance": 0.0869,
        "contrast": {
          "black": 2.74,
          "white": 7.67
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8A2E34",
        "name": "#8A2E34",
        "slug": null,
        "rgb": [
          138,
          46,
          52
        ],
        "hsl": [
          356,
          50,
          36
        ],
        "cmyk": [
          0,
          67,
          62,
          46
        ],
        "luminance": 0.0761,
        "contrast": {
          "black": 2.52,
          "white": 8.33
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sea-green-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": "#4FC482",
        "name": "#4FC482",
        "slug": null,
        "rgb": [
          79,
          196,
          130
        ],
        "hsl": [
          146,
          50,
          54
        ],
        "cmyk": [
          60,
          0,
          34,
          23
        ],
        "luminance": 0.4275,
        "contrast": {
          "black": 9.55,
          "white": 2.2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#2E8B57",
        "name": "Sea Green",
        "slug": "sea-green",
        "rgb": [
          46,
          139,
          87
        ],
        "hsl": [
          146,
          50,
          36
        ],
        "cmyk": [
          67,
          0,
          37,
          45
        ],
        "luminance": 0.1973,
        "contrast": {
          "black": 4.95,
          "white": 4.25
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/sea-green/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-green.json"
      },
      {
        "hex": "#17452B",
        "name": "#17452B",
        "slug": null,
        "rgb": [
          23,
          69,
          43
        ],
        "hsl": [
          146,
          50,
          18
        ],
        "cmyk": [
          67,
          0,
          38,
          73
        ],
        "luminance": 0.0461,
        "contrast": {
          "black": 1.92,
          "white": 10.93
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sea-green-harmony-monochromatic"
  }
]
Signature palette
[
  "#2E8B57",
  "#8A2E62",
  "#348A2E",
  "#2E8A84",
  "#4FC482",
  "#17452B"
]
Accessibility notes
[
  "Black contrast on Sea Green: 4.95:1",
  "White contrast on Sea Green: 4.25:1",
  "AA text options: #000000"
]
CSS tokens
":root {\n  --color-sea-green: #2E8B57;\n  --sea-green-complementary-1: #8A2E62;\n  --sea-green-analogous-1: #348A2E;\n  --sea-green-analogous-2: #2E8A84;\n  --sea-green-triadic-1: #562E8A;\n  --sea-green-triadic-2: #8A562E;\n  --sea-green-tetradic-1: #2E348A;\n  --sea-green-tetradic-2: #8A2E62;\n  --sea-green-tetradic-3: #8A842E;\n  --sea-green-split-complementary-1: #842E8A;\n  --sea-green-split-complementary-2: #8A2E34;\n  --sea-green-monochromatic-1: #4FC482;\n  --sea-green-monochromatic-2: #2E8B57;\n  --sea-green-monochromatic-3: #17452B;\n}\n\n.palette-sea-green-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #2E8B57, #8A2E62, #348A2E, #2E8A84, #4FC482, #17452B);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "sea-green",
  "name": "Sea Green",
  "hex": "#2E8B57",
  "rgb": [
    46,
    139,
    87
  ],
  "hsl": [
    146,
    50,
    36
  ],
  "cmyk": [
    67,
    0,
    37,
    45
  ],
  "family": "green",
  "temperature": "cool",
  "tone": [
    "earth-tone",
    "jewel-tone"
  ],
  "luminance": 0.1973,
  "contrast": {
    "black": 4.95,
    "white": 4.25
  },
  "wcag": {
    "AA": [
      "#000000"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "sea-green",
    "name": "Sea Green",
    "hex": "#2E8B57",
    "url": "https://www.colorsencyclopedia.com/colors/sea-green/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-green.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": "#8A2E62",
          "name": "#8A2E62",
          "slug": null,
          "rgb": [
            138,
            46,
            98
          ],
          "hsl": [
            326,
            50,
            36
          ],
          "cmyk": [
            0,
            67,
            29,
            46
          ],
          "luminance": 0.0824,
          "contrast": {
            "black": 2.65,
            "white": 7.93
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sea-green-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": "#348A2E",
          "name": "#348A2E",
          "slug": null,
          "rgb": [
            52,
            138,
            46
          ],
          "hsl": [
            116,
            50,
            36
          ],
          "cmyk": [
            62,
            0,
            67,
            46
          ],
          "luminance": 0.191,
          "contrast": {
            "black": 4.82,
            "white": 4.36
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#2E8A84",
          "name": "#2E8A84",
          "slug": null,
          "rgb": [
            46,
            138,
            132
          ],
          "hsl": [
            176,
            50,
            36
          ],
          "cmyk": [
            67,
            0,
            4,
            46
          ],
          "luminance": 0.2042,
          "contrast": {
            "black": 5.08,
            "white": 4.13
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sea-green-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": "#562E8A",
          "name": "#562E8A",
          "slug": null,
          "rgb": [
            86,
            46,
            138
          ],
          "hsl": [
            266,
            50,
            36
          ],
          "cmyk": [
            38,
            67,
            0,
            46
          ],
          "luminance": 0.0577,
          "contrast": {
            "black": 2.15,
            "white": 9.75
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8A562E",
          "name": "#8A562E",
          "slug": null,
          "rgb": [
            138,
            86,
            46
          ],
          "hsl": [
            26,
            50,
            36
          ],
          "cmyk": [
            0,
            38,
            67,
            46
          ],
          "luminance": 0.1226,
          "contrast": {
            "black": 3.45,
            "white": 6.08
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sea-green-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": "#2E348A",
          "name": "#2E348A",
          "slug": null,
          "rgb": [
            46,
            52,
            138
          ],
          "hsl": [
            236,
            50,
            36
          ],
          "cmyk": [
            67,
            62,
            0,
            46
          ],
          "luminance": 0.0487,
          "contrast": {
            "black": 1.97,
            "white": 10.64
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8A2E62",
          "name": "#8A2E62",
          "slug": null,
          "rgb": [
            138,
            46,
            98
          ],
          "hsl": [
            326,
            50,
            36
          ],
          "cmyk": [
            0,
            67,
            29,
            46
          ],
          "luminance": 0.0824,
          "contrast": {
            "black": 2.65,
            "white": 7.93
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8A842E",
          "name": "#8A842E",
          "slug": null,
          "rgb": [
            138,
            132,
            46
          ],
          "hsl": [
            56,
            50,
            36
          ],
          "cmyk": [
            0,
            4,
            67,
            46
          ],
          "luminance": 0.221,
          "contrast": {
            "black": 5.42,
            "white": 3.87
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sea-green-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": "#842E8A",
          "name": "#842E8A",
          "slug": null,
          "rgb": [
            132,
            46,
            138
          ],
          "hsl": [
            296,
            50,
            36
          ],
          "cmyk": [
            4,
            67,
            0,
            46
          ],
          "luminance": 0.0869,
          "contrast": {
            "black": 2.74,
            "white": 7.67
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8A2E34",
          "name": "#8A2E34",
          "slug": null,
          "rgb": [
            138,
            46,
            52
          ],
          "hsl": [
            356,
            50,
            36
          ],
          "cmyk": [
            0,
            67,
            62,
            46
          ],
          "luminance": 0.0761,
          "contrast": {
            "black": 2.52,
            "white": 8.33
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sea-green-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": "#4FC482",
          "name": "#4FC482",
          "slug": null,
          "rgb": [
            79,
            196,
            130
          ],
          "hsl": [
            146,
            50,
            54
          ],
          "cmyk": [
            60,
            0,
            34,
            23
          ],
          "luminance": 0.4275,
          "contrast": {
            "black": 9.55,
            "white": 2.2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#2E8B57",
          "name": "Sea Green",
          "slug": "sea-green",
          "rgb": [
            46,
            139,
            87
          ],
          "hsl": [
            146,
            50,
            36
          ],
          "cmyk": [
            67,
            0,
            37,
            45
          ],
          "luminance": 0.1973,
          "contrast": {
            "black": 4.95,
            "white": 4.25
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/sea-green/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-green.json"
        },
        {
          "hex": "#17452B",
          "name": "#17452B",
          "slug": null,
          "rgb": [
            23,
            69,
            43
          ],
          "hsl": [
            146,
            50,
            18
          ],
          "cmyk": [
            67,
            0,
            38,
            73
          ],
          "luminance": 0.0461,
          "contrast": {
            "black": 1.92,
            "white": 10.93
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sea-green-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#2E8B57",
    "#8A2E62",
    "#348A2E",
    "#2E8A84",
    "#4FC482",
    "#17452B"
  ],
  "semanticGroups": [
    "green harmony",
    "cool harmony",
    "earth tone harmony",
    "jewel tone harmony",
    "sea green palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Sea Green: 4.95:1",
    "White contrast on Sea Green: 4.25:1",
    "AA text options: #000000"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/sea-green.json",
    "https://www.colorsencyclopedia.com/api/colors/sea-green.json",
    "https://www.colorsencyclopedia.com/api/hex/2e8b57.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/sea-green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/sea-green.json",
  "cssSnippet": ":root {\n  --color-sea-green: #2E8B57;\n  --sea-green-complementary-1: #8A2E62;\n  --sea-green-analogous-1: #348A2E;\n  --sea-green-analogous-2: #2E8A84;\n  --sea-green-triadic-1: #562E8A;\n  --sea-green-triadic-2: #8A562E;\n  --sea-green-tetradic-1: #2E348A;\n  --sea-green-tetradic-2: #8A2E62;\n  --sea-green-tetradic-3: #8A842E;\n  --sea-green-split-complementary-1: #842E8A;\n  --sea-green-split-complementary-2: #8A2E34;\n  --sea-green-monochromatic-1: #4FC482;\n  --sea-green-monochromatic-2: #2E8B57;\n  --sea-green-monochromatic-3: #17452B;\n}\n\n.palette-sea-green-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #2E8B57, #8A2E62, #348A2E, #2E8A84, #4FC482, #17452B);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-sea-green: #2E8B57;
  --sea-green-complementary-1: #8A2E62;
  --sea-green-analogous-1: #348A2E;
  --sea-green-analogous-2: #2E8A84;
  --sea-green-triadic-1: #562E8A;
  --sea-green-triadic-2: #8A562E;
  --sea-green-tetradic-1: #2E348A;
  --sea-green-tetradic-2: #8A2E62;
  --sea-green-tetradic-3: #8A842E;
  --sea-green-split-complementary-1: #842E8A;
  --sea-green-split-complementary-2: #8A2E34;
  --sea-green-monochromatic-1: #4FC482;
  --sea-green-monochromatic-2: #2E8B57;
  --sea-green-monochromatic-3: #17452B;
}

.palette-sea-green-harmony {
  color: #111827;
  background: linear-gradient(135deg, #2E8B57, #8A2E62, #348A2E, #2E8A84, #4FC482, #17452B);
}

Sea Green 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 Sea Green #2E8B57 and produces #8A2E62. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorSea Green · #2E8B57
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Sea Green #2E8B57 and produces #348A2E and #2E8A84. 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 colorSea Green · #2E8B57
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Sea Green #2E8B57 and produces #562E8A and #8A562E. 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 colorSea Green · #2E8B57
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Sea Green #2E8B57 and produces #2E348A, #8A2E62, and #8A842E. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorSea Green · #2E8B57
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Sea Green #2E8B57 and produces #842E8A and #8A2E34. 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 colorSea Green · #2E8B57
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Sea Green #2E8B57 and produces #4FC482, #2E8B57, and #17452B. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Sea Green in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorSea Green · #2E8B57