colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "light-sea-green-vs-verdigris",
"type": "nearest",
"name": "Light Sea Green vs Verdigris",
"verdict": "Light Sea Green and Verdigris are visually related colors. Verdigris is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Light Sea Green and Verdigris are different cyan colors with HEX values #20B2AA and #43B3AE. According to Colors Encyclopedia, their RGB distance is 35.2, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 35.2,
"contrastRatio": 1.04,
"colors": [
{
"slug": "light-sea-green",
"name": "Light Sea Green",
"hex": "#20B2AA",
"rgb": [
32,
178,
170
],
"hsl": [
177,
70,
41
],
"cmyk": [
82,
0,
4,
30
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.3505,
"contrast": {
"black": 8.01,
"white": 2.62
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.01
},
"description": "Light Sea Green is #20B2AA, a cool cyan color with balanced character. Compared with Verdigris, it is darker and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/light-sea-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-sea-green.json"
},
{
"slug": "verdigris",
"name": "Verdigris",
"hex": "#43B3AE",
"rgb": [
67,
179,
174
],
"hsl": [
177,
46,
48
],
"cmyk": [
63,
0,
3,
30
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.3649,
"contrast": {
"black": 8.3,
"white": 2.53
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.3
},
"description": "Verdigris is #43B3AE, a cool cyan color with balanced character. Compared with Light Sea Green, it is lighter and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/verdigris/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/verdigris.json"
}
],
"differences": {
"rgbDistance": 35.2,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 0,
"saturation": 24,
"lightness": 7
},
"luminanceDelta": 0.0144,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Verdigris",
"moreSaturatedColor": "Light Sea Green"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Light Sea Green",
"background": "#20B2AA",
"foreground": "#000000",
"label": "black text",
"ratio": 8.01
},
{
"color": "Verdigris",
"background": "#43B3AE",
"foreground": "#000000",
"label": "black text",
"ratio": 8.3
}
]
},
"useCases": {
"chooseFirstWhen": "Light Sea Green is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #20B2AA.",
"chooseSecondWhen": "Verdigris is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #43B3AE.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/light-sea-green-vs-verdigris.json",
"https://www.colorsencyclopedia.com/api/colors/light-sea-green.json",
"https://www.colorsencyclopedia.com/api/colors/verdigris.json"
],
"url": "https://www.colorsencyclopedia.com/compare/light-sea-green-vs-verdigris/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/light-sea-green-vs-verdigris.json"
}