Color #00EFAD

HEX

#00EFAD

RGB

(0, 239, 173)

Quick Actions

Color Values

Color Space Values
RGB
R: 0, G: 239, B: 173 (0%, 94%, 68%)
CMYK C: 100%, M: 0%, Y: 28%, K: 6%
HSL H: 163°, S: 100%, L: 47%
HSV H: 163°, S: 100%, V: 94%
CIE-LAB L: 84.35, a: -62.9, b: 18.71
CIE-LCH L: 84.35, C: 65.62, H: 163.43
Hunter-Lab L: 80.47, a: -57.28, b: 12.82
Web Safe
#00ff99
Complementary
#ee0042

#00EFAD is a color with RGB values of 0 red, 239 green, and 173 blue (0%, 94%, 68% respectively). In the CMYK color space, it consists of 100% cyan, 0% magenta, 28% yellow, and 6% black. The color has a hue angle of 163°, 100% saturation, and 47% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #00ff99. The complementary color is #ee0042, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #00EFAD

Explore different variations of #00EFAD including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #00EFAD. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #00EFAD

Explore different color combinations and harmonies that work well with #00EFAD.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #00EFAD

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #00EFAD

Text with #00EFAD

This text has a font color of #00EFAD.

<span style="color:#00EFAD;">Text here</span>
.text { color: #00EFAD; }

#00EFAD background color

This paragraph has a background color of #00EFAD.

<p style="background-color:#00EFAD;">Content here</p>
.background { background-color: #00EFAD; }

#00EFAD border color

This element has a border color of #00EFAD.
<div style="border:1px solid #00EFAD;">Content here</div>
.border { border: 1px solid #00EFAD; }

#00EFAD box shadow

This element has a box shadow using #00EFAD.
<div style="box-shadow: 0 4px 6px -1px #00EFAD80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #00EFAD80; }
Copied to clipboard!