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": "medium-aquamarine-vs-verdigris",
"type": "nearest",
"name": "Medium Aquamarine vs Verdigris",
"verdict": "Medium Aquamarine and Verdigris are visually related colors. Medium Aquamarine is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.31:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Medium Aquamarine and Verdigris are different green and cyan colors with HEX values #66CDAA and #43B3AE. According to Colors Encyclopedia, their RGB distance is 43.8, their contrast ratio is 1.31:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 43.8,
"contrastRatio": 1.31,
"colors": [
{
"slug": "medium-aquamarine",
"name": "Medium Aquamarine",
"hex": "#66CDAA",
"rgb": [
102,
205,
170
],
"hsl": [
160,
51,
60
],
"cmyk": [
50,
0,
17,
20
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone"
],
"luminance": 0.4939,
"contrast": {
"black": 10.88,
"white": 1.93
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.88
},
"description": "Medium Aquamarine is #66CDAA, a cool green color with earth tone character. Compared with Verdigris, it is lighter 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/medium-aquamarine/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/medium-aquamarine.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 Medium Aquamarine, it is darker 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": 43.8,
"contrastRatio": 1.31,
"hslDelta": {
"hue": 17,
"saturation": 5,
"lightness": 12
},
"luminanceDelta": 0.129,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Medium Aquamarine",
"moreSaturatedColor": "Medium Aquamarine"
},
"accessibility": {
"pairContrastRatio": 1.31,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Medium Aquamarine",
"background": "#66CDAA",
"foreground": "#000000",
"label": "black text",
"ratio": 10.88
},
{
"color": "Verdigris",
"background": "#43B3AE",
"foreground": "#000000",
"label": "black text",
"ratio": 8.3
}
]
},
"useCases": {
"chooseFirstWhen": "Medium Aquamarine is better when the design needs earth tone green character, cool temperature, and the specific HEX value #66CDAA.",
"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/medium-aquamarine-vs-verdigris.json",
"https://www.colorsencyclopedia.com/api/colors/medium-aquamarine.json",
"https://www.colorsencyclopedia.com/api/colors/verdigris.json"
],
"url": "https://www.colorsencyclopedia.com/compare/medium-aquamarine-vs-verdigris/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/medium-aquamarine-vs-verdigris.json"
}