Toolumina Extended Palette
Copy-ready color values
HEX
#51C8AARGB
rgb(81, 200, 170)HSL
hsl(165, 52%, 55%)HSV
hsv(165, 60%, 78%)CMYK approx.
cmyk(60, 0, 15, 22)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #51C8AA | |
| RGB | rgb(81, 200, 170) | |
| HSL | hsl(165, 52%, 55%) | |
| HSV | hsv(165, 60%, 78%) | |
| CMYK approx. | cmyk(60, 0, 15, 22) | |
| CSS keyword | toolumina-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#C1677EAnalogous
#5FC89F#51C4AETriadic
#C8AA51#AA51C8Split complementary
#BD5B74#8F2D46Using 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"