diff --git a/src/ImageSharp/Color/Color.NamedColors.cs b/src/ImageSharp/Color/Color.NamedColors.cs
index 8811516c1c..0575a3e99e 100644
--- a/src/ImageSharp/Color/Color.NamedColors.cs
+++ b/src/ImageSharp/Color/Color.NamedColors.cs
@@ -174,9 +174,9 @@ namespace SixLabors.ImageSharp
public static readonly Color DarkSalmon = FromRgba(233, 150, 122, 255);
///
- /// Represents a matching the W3C definition that has an hex value of #8FBC8B.
+ /// Represents a matching the W3C definition that has an hex value of #8FBC8F.
///
- public static readonly Color DarkSeaGreen = FromRgba(143, 188, 139, 255);
+ public static readonly Color DarkSeaGreen = FromRgba(143, 188, 143, 255);
///
/// Represents a matching the W3C definition that has an hex value of #483D8B.
@@ -718,4 +718,4 @@ namespace SixLabors.ImageSharp
///
public static readonly Color YellowGreen = FromRgba(154, 205, 50, 255);
}
-}
\ No newline at end of file
+}