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": "pine-green-vs-teal",
"type": "nearest",
"name": "Pine Green vs Teal",
"verdict": "Pine Green and Teal are very close colors. Teal is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.11:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Pine Green and Teal are different cyan colors with HEX values #01796F and #008080. According to Colors Encyclopedia, their RGB distance is 18.4, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 18.4,
"contrastRatio": 1.11,
"colors": [
{
"slug": "pine-green",
"name": "Pine Green",
"hex": "#01796F",
"rgb": [
1,
121,
111
],
"hsl": [
175,
98,
24
],
"cmyk": [
99,
0,
8,
53
],
"family": "cyan",
"temperature": "cool",
"tone": [
"dark"
],
"luminance": 0.1483,
"contrast": {
"black": 3.97,
"white": 5.3
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.3
},
"description": "Pine Green is #01796F, a cool cyan color with dark character. Compared with Teal, it is darker and less saturated. Use it for natural palettes, wellness branding, and sustainability design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pine-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pine-green.json"
},
{
"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": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.77
},
"description": "Teal is #008080, a cool cyan color with balanced and vibrant character. Compared with Pine Green, it is lighter and more saturated. Use it for healthcare, saas, and accent colors, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/teal.json"
}
],
"differences": {
"rgbDistance": 18.4,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 5,
"saturation": 2,
"lightness": 1
},
"luminanceDelta": 0.0217,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Teal",
"moreSaturatedColor": "Teal"
},
"accessibility": {
"pairContrastRatio": 1.11,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Pine Green",
"background": "#01796F",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.3
},
{
"color": "Teal",
"background": "#008080",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.77
}
]
},
"useCases": {
"chooseFirstWhen": "Pine Green is better when the design needs dark cyan character, cool temperature, and the specific HEX value #01796F.",
"chooseSecondWhen": "Teal is better when the design needs balanced and vibrant cyan character, cool temperature, and the specific HEX value #008080.",
"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/pine-green-vs-teal.json",
"https://www.colorsencyclopedia.com/api/colors/pine-green.json",
"https://www.colorsencyclopedia.com/api/colors/teal.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pine-green-vs-teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pine-green-vs-teal.json"
}