Light Sea Green (#20B2AA)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.62:1 — vs black: 8.01:1

Color values

  • HEX #20B2AA
  • RGB rgb(32, 178, 170)
  • HSL hsl(176, 82%, 69%)
  • CMYK cmyk( 82.02, 0, 4.49, 30.2 )
  • Websafe #339999

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #20B2AA based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Light Sea Green
#20B2AA Base
#B22028
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Light Sea Green
#20B2AA Base
#20B261
#2071B2
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Light Sea Green
#20B2AA Base
#AA20B2
#B2AA20
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Light Sea Green
#20B2AA Base
#B22071
#B26120
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Light Sea Green
#20B2AA Base
#6120B2
#B22028
#71B220
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Light Sea Green
#20B2AA Base
#09302E
#14716C
#1A8F89
#26D5CB
#42DDD4
#82E9E3
Shades & Tints

Darker shades and lighter tints of Light Sea Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#041615
#0A3533
#0F5450
#15736E
#1A938C
Light Sea Green #20B2AA Base
#2FDAD0
#5EE2DB
#8CEAE5
#BBF3F0
#E9FBFA
CSS & SCSS Snippets

Ready-to-use code snippets for #20B2AA. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #20B2AA;
}

/* Text */
.element {
    color: #20B2AA;
}

/* Border */
.element {
    border: 1px solid #20B2AA;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #20B2AA,
        #F1737A
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #20B2AA,
        #F1737A
    );
}
SCSS Variable
// SCSS variable
$light-sea-green: #20B2AA;

// With RGB channels (useful for rgba() usage)
$light-sea-green-r: 32;
$light-sea-green-g: 178;
$light-sea-green-b: 170;

// Usage
.element {
    background-color: $light-sea-green;
    color: rgba($light-sea-green-r, $light-sea-green-g, $light-sea-green-b, 0.8);
}
Color Blindness Simulation

How Light Sea Green appears to people with different types of color vision deficiency.

Normal Vision #20B2AA How the color appears with full color vision.
Deuteranopia #9999AC Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #A9A9AA Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #27B1B1 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A0A0A0 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Light Sea Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Light Sea Green #20B2AA Base
Verdigris #43B3AE ΔE 2.31
Tiffany Blue #0ABAB5 ΔE 2.52
Keppel #3AB09E ΔE 3.89
Persian Green #00A693 ΔE 5.64

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.