Color: #26CFAD

#26CFAD Color Information

#26CFAD is a light color. The closest websafe version is #26CFAD. A complement of this color would be #CF2648, perceived brightness is 0.60, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 168°,a saturation of 69%, and a lightness of 48%.The HSV representation shows a hue of 168°, a saturation of 82%, and a value of 81%.

In a RGB color space, #26CFAD is composed of 15% red, 81% green and 68% blue. Whereas in a CMYK color space, it is composed of 82% cyan, 0% magenta, 16% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 47.69, x: 0.2695, and y: 0.4166.

Color Code #26CFAD

#26CFADrgb(38, 207, 173)
HEX
#26CFAD
RGB
rgb(38, 207, 173)
HSL
hsl(168, 69%, 48%)
HSV
hsv(168, 82%, 81%)
CMYK
82%, 0%, 16%, 19%
XYZ
X: 30.85, Y: 47.69, Z: 35.93
Lab
L: 74.63, a: -48.68, b: 4.68
Name

Shades of Color #26CFAD

Shades are created by darkening the original color #26CFAD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #26CFAD

Tints are created by lightening the original color #26CFAD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#26CFADrgb(38, 207, 173)

About #26CFAD Color Code

In the HSL color space, this color has a hue angle of 168°, a saturation of 69%, and a lightness of 48%. The HSV representation shows a hue of 168°, a saturation of 82%, and a value of 81%.

  • HEX: #26CFAD
  • RGB: rgb(38, 207, 173)
  • HSL: hsl(168, 69%, 48%)
  • HSV: hsv(168, 82%, 81%)
  • CMYK: 82.00% cyan, 0.00% magenta, 16.00% yellow, 19.00% black
  • XYZ: 30.85, 47.69, 35.93
  • Yxy: 47.69, 0.2695, 0.4166
  • Hunter Lab: 74.63, -48.68, 4.68
  • CIE-Lab: 74.63, -48.68, 4.68

In the XYZ color space, this color is represented as X: 30.85, Y: 47.69, Z: 35.93. The Yxy representation further refines this as Y: 47.69, x: 0.2695, and y: 0.4166.

In the Hunter Lab color space, this color is represented as L: 74.63, a: -48.68, and b: 4.68. Similarly, in the CIE-Lab color space, it is represented as L: 74.63, a: -48.68, and b: 4.68.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #26CFAD

Triadic colors are three colors evenly spaced around the color wheel, including #26CFAD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #26CFAD

Analogous colors are adjacent to #26CFAD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #26CFAD

Split complementary colors are two colors adjacent to the complementary color of #26CFAD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #26CFAD

Tetradic colors form a rectangle on the color wheel, including #26CFAD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #26CFAD

Monochromatic colors are variations of #26CFAD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #26CFAD

The complementary color of #26CFAD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #26CFAD

/* Using HEX */
body {
  background-color: #26cfad;
}
/* Using RGB */
body {
  background-color: rgb(38, 207, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(38, 207, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(168, 69%, 48%);
}
/* Text color */
p {
  color: #26cfad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #26cfad;
}
/* Border color */
.box {
  border: 4px solid #26cfad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #26cfad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #26cfad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#26CFAD
On Black Background
#26CFAD
On White Background
#26CFAD

HTML Examples of #26CFAD

<!-- Using HEX -->
<div style="background-color: #26cfad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(38, 207, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(38, 207, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(168, 69%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #26cfad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #26cfad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #26cfad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #26cfad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #26cfad; color: #fff; padding: 16px; border-radius: 8px;">
  #26CFAD
</div>
#26CFAD
On Black Background
#26CFAD
On White Background
#26CFAD

Related Colors of #26CFAD

These colors are similar to #26CFAD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.