Sea green to HSL — Color Code

#53fca1
Format Value
HEX #53fca1
RGB rgb(83, 252, 161)
HSL hsl(147.7, 96.6%, 65.7%)
CMYK cmyk(67.1%, 0%, 36.1%, 1.2%)
HSV hsv(147.7, 67.1%, 98.8%)

sea green color harmonies

Tints & shades of sea green

Tints (lighter)

#63fcaa #72fdb2 #82fdbb #92fdc3 #a1fdcc #b1fed4 #c0fedd #d0fee5 #e0feee #effff6

Shades (darker)

#4be592 #44ce84 #3cb775 #35a066 #2d8958 #267349 #1e5c3b #17452c #0f2e1d #08170f

Contrast & accessibility

The quick brown fox

On white · 1.33:1 · Fail

The quick brown fox

On black · 15.81:1 · AAA

Recommended text color: #000000

Use sea green in code

CSS color: #53fca1;
SCSS $color: #53fca1;
Tailwind bg-[#53fca1]
Swift UIColor(red: 0.325, green: 0.988, blue: 0.631, alpha: 1)
Android Color.parseColor("#53fca1")
Flutter Color(0xFF53FCA1)

Colors similar to sea green

Browse all Green colors →

What is the HSL code for sea green?

The CSS color sea green in HSL format is hsl(147.7, 96.6%, 65.7%). Use this value directly in CSS, SVG, and most design tools.

How do I use sea green in CSS?

To apply sea green in CSS:

  • Text color: color: hsl(147.7, 96.6%, 65.7%);
  • Background: background-color: hsl(147.7, 96.6%, 65.7%);
  • Border: border-color: hsl(147.7, 96.6%, 65.7%);

What are all the color format values for sea green?

FormatValue
HEX#53fca1
RGBrgb(83, 252, 161)
HSLhsl(147.7, 96.6%, 65.7%)
CMYKcmyk(67.1%, 0%, 36.1%, 1.2%)

How do I convert sea green to HSL?

Select sea green from the color name list in our color converter. The HSL value — hsl(147.7, 96.6%, 65.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does sea green belong to?

sea green belongs to the green color family. It is a medium, vivid color with HSL values: hue 147.7°, saturation 96.6%, lightness 65.7%.

How do I create lighter and darker shades of sea green?

Lighter variant (lightness 80.7%): #9efdca. Darker variant (lightness 50.7%): #08fb78. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.