Toolumina Extended Palette

Copy-ready color values

HEX#51C8AA
RGBrgb(81, 200, 170)
HSLhsl(165, 52%, 55%)
HSVhsv(165, 60%, 78%)
CMYK approx.cmyk(60, 0, 15, 22)

Color value table

FormatValueCopy
HEX#51C8AA
RGBrgb(81, 200, 170)
HSLhsl(165, 52%, 55%)
HSVhsv(165, 60%, 78%)
CMYK approx.cmyk(60, 0, 15, 22)
CSS keywordtoolumina-h165-s52-l55

Contrast and classification

LightLightness2.06:1Contrast with white10.19:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#62CEB3

White 30%
#85D9C4

White 70%
#CBEFE6

White 90%
#EEFAF7

Black 10%
#49B499

Black 30%
#398C77

Black 70%
#183C33

Black 90%
#081411

Harmony palettes

Complementary

#AE3755
#C1677E

Analogous

#5FC89F
#51C4AE

Triadic

#C8AA51
#AA51C8

Split complementary

#BD5B74
#8F2D46

Using Toolumina H165 S52 L55

Toolumina H165 S52 L55 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.

CSS, SCSS, and Tailwind examples

:root {
  --color-toolumina-h165-s52-l55: #51c8aa;
}

.button-primary {
  background: var(--color-toolumina-h165-s52-l55);
  color: #000000;
}

$toolumina-h165-s52-l55: #51c8aa;

// Tailwind arbitrary value
class="bg-[#51c8aa] text-white"