Mintcream to HSL — Color Code

HSL

hsl(150, 100%, 98%)

Format Value
HEX #f5fffa
RGB rgb(245, 255, 250)
HSL hsl(150, 100%, 98%)
CMYK cmyk(3.9%, 0%, 2%, 0%)

What is the HSL code for mintcream?

The CSS color mintcream in HSL format is hsl(150, 100%, 98%). Use this value directly in CSS, SVG, and most design tools.

How do I use mintcream in CSS?

To apply mintcream in CSS:

  • Text color: color: hsl(150, 100%, 98%);
  • Background: background-color: hsl(150, 100%, 98%);
  • Border: border-color: hsl(150, 100%, 98%);

What are all the color format values for mintcream?

FormatValue
HEX#f5fffa
RGBrgb(245, 255, 250)
HSLhsl(150, 100%, 98%)
CMYKcmyk(3.9%, 0%, 2%, 0%)

How do I convert mintcream to HSL?

Select mintcream from the color name list in our color converter. The HSL value — hsl(150, 100%, 98%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does mintcream belong to?

mintcream belongs to the near-white color family. It is a light, vivid color with HSL values: hue 150°, saturation 100%, lightness 98%.

How do I create lighter and darker shades of mintcream?

Lighter variant (lightness 95%): #e5fff2. Darker variant (lightness 83%): #a8ffd4. 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.