Deep Green-cyan Turquoise (#0E7C61)

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: #FFFFFF
Contrast vs white: 5.15:1 — vs black: 4.07:1

Color values

  • HEX #0E7C61
  • RGB rgb(14, 124, 97)
  • HSL hsl(165, 88%, 48%)
  • CMYK cmyk( 88.71, 0, 21.77, 51.37 )

Tags

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

Color Harmonies

Colors that pair well with #0E7C61 based on color theory relationships.

Complementary

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

Deep Green-cyan Turquoise
#0E7C61 Base
#7C0E29
Analogous

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

Deep Green-cyan Turquoise
#0E7C61 Base
#0E7C2A
#0E607C
Triadic

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

Deep Green-cyan Turquoise
#0E7C61 Base
#610E7C
#7C610E
Split-Complementary

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

Deep Green-cyan Turquoise
#0E7C61 Base
#7C0E60
#7C2A0E
Tetradic (Square)

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

Deep Green-cyan Turquoise
#0E7C61 Base
#2A0E7C
#7C0E29
#607C0E
Monochromatic

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

Deep Green-cyan Turquoise
#0E7C61 Base
#031712
#06372B
#0A5744
#12A17E
#16C197
#3AE9BE
Shades & Tints

Darker shades and lighter tints of Deep Green-cyan Turquoise, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#031712
#052B22
#073F32
#095441
#0C6851
Deep Green-cyan Turquoise #0E7C61 Base
#15BA92
#2DE7BA
#6CEECE
#AAF5E3
#E8FCF7
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #0E7C61;
}

/* Text */
.element {
    color: #0E7C61;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #0E7C61,
        #EA0E44
    );
}
SCSS Variable
// SCSS variable
$deep-green-cyan-turquoise: #0E7C61;

// With RGB channels (useful for rgba() usage)
$deep-green-cyan-turquoise-r: 14;
$deep-green-cyan-turquoise-g: 124;
$deep-green-cyan-turquoise-b: 97;

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

How Deep Green-cyan Turquoise appears to people with different types of color vision deficiency.

Normal Vision #0E7C61 How the color appears with full color vision.
Deuteranopia #6A6A63 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 #767661 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #217979 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6D6D6D 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 Deep Green-cyan Turquoise ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Deep Green-cyan Turquoise #0E7C61 Base
Generic Viridian #007F66 ΔE 1.43
Spanish Viridian #007F5C ΔE 2.56
Tropical Rain Forest #00755E ΔE 2.74
Amazon #3B7A57 ΔE 5.18

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.