Skip to main content

Madang

#B1F1C6

Madang is a cool light color with the hex code #B1F1C6. This vibrant hue can be represented as RGB 177, 241, 198 in digital design or CMYK 27%, 0%, 18%, 5% for print applications. Find matching Pantone color.

Madang color values

HEX
#B1F1C6
RGB
177, 241, 198
HSL
140°, 70%, 82%
CMYK
27, 0, 18, 5

About this color

Madang sits at 140° on the color wheel with 70% saturation and 82% lightness, placing it in the green segment of the spectrum. At 70% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Madang is rendered as rgb(177, 241, 198), where the green channel leads at 241, pulling the color toward the green-yellow axis. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Madang translates to a CMYK breakdown of 27C 0M 18Y 5K. With almost no black ink (5%), this color is built almost entirely from process inks: 27% cyan, 18% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Madang

CSS Variable

:root {
  --brand-primary: #B1F1C6;
  --brand-primary-rgb: 177, 241, 198;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#B1F1C6',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 27%
M: 0%
Y: 18%
K: 5%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(177, 241, 198)
rgba(177, 241, 198, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #B1F1C6?
#B1F1C6 is Madang, a cool light color with RGB values of 177, 241, 198. It has a hue of 140°, 70% saturation, and 82% lightness in the HSL color space.
What is the RGB value of #B1F1C6?
The RGB color code for #B1F1C6 is rgb(177, 241, 198). This means it contains 177 red, 241 green, and 198 blue in the RGB color model.
Is Madang a warm or cool color?
Madang (#B1F1C6) is a cool color with a hue between 120-300° on the color wheel.
How do I use #B1F1C6 in CSS?
You can use #B1F1C6 in CSS with: background-color: #B1F1C6; or color: #B1F1C6; or as an RGB value: rgb(177, 241, 198). For print design, use CMYK: 27%, 0%, 18%, 5%.