Color: #A6EFDD

#A6EFDD Color Information

#A6EFDD is a light color. The closest websafe version is #A6EFDD. A complement of this color would be #EFA4B7, perceived brightness is 0.84, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 165°,a saturation of 70%, and a lightness of 79%.The HSV representation shows a hue of 165°, a saturation of 31%, and a value of 94%.

In a RGB color space, #A6EFDD is composed of 65% red, 94% green and 87% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 8% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 74.75, x: 0.3080, and y: 0.3823.

Color Code #A6EFDD

#A6EFDDrgb(166, 239, 221)
HEX
#A6EFDD
RGB
rgb(166, 239, 221)
HSL
hsl(165, 70%, 79%)
HSV
hsv(165, 31%, 94%)
CMYK
31%, 0%, 8%, 6%
XYZ
X: 60.21, Y: 74.75, Z: 60.55
Lab
L: 89.27, a: -26.40, b: 1.11
Name

Shades of Color #A6EFDD

Shades are created by darkening the original color #A6EFDD 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 #A6EFDD

Tints are created by lightening the original color #A6EFDD 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.

#A6EFDDrgb(166, 239, 221)

About #A6EFDD Color Code

In the HSL color space, this color has a hue angle of 165°, a saturation of 70%, and a lightness of 79%. The HSV representation shows a hue of 165°, a saturation of 31%, and a value of 94%.

  • HEX: #A6EFDD
  • RGB: rgb(166, 239, 221)
  • HSL: hsl(165, 70%, 79%)
  • HSV: hsv(165, 31%, 94%)
  • CMYK: 31.00% cyan, 0.00% magenta, 8.00% yellow, 6.00% black
  • XYZ: 60.21, 74.75, 60.55
  • Yxy: 74.75, 0.3080, 0.3823
  • Hunter Lab: 89.27, -26.40, 1.11
  • CIE-Lab: 89.27, -26.40, 1.11

In the XYZ color space, this color is represented as X: 60.21, Y: 74.75, Z: 60.55. The Yxy representation further refines this as Y: 74.75, x: 0.3080, and y: 0.3823.

In the Hunter Lab color space, this color is represented as L: 89.27, a: -26.40, and b: 1.11. Similarly, in the CIE-Lab color space, it is represented as L: 89.27, a: -26.40, and b: 1.11.

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 #A6EFDD

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

Analogous Colors of #A6EFDD

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

Split Complementary Colors of #A6EFDD

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

Tetradic Colors of #A6EFDD

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

Monochromatic Colors of #A6EFDD

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

Complementary Color of #A6EFDD

The complementary color of #A6EFDD 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 #A6EFDD

/* Using HEX */
body {
  background-color: #a6efdd;
}
/* Using RGB */
body {
  background-color: rgb(166, 239, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 239, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(165, 70%, 79%);
}
/* Text color */
p {
  color: #a6efdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a6efdd;
}
/* Border color */
.box {
  border: 4px solid #a6efdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a6efdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a6efdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A6EFDD
On Black Background
#A6EFDD
On White Background
#A6EFDD

HTML Examples of #A6EFDD

<!-- Using HEX -->
<div style="background-color: #a6efdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(166, 239, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(166, 239, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(165, 70%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a6efdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a6efdd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a6efdd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a6efdd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a6efdd; color: #fff; padding: 16px; border-radius: 8px;">
  #A6EFDD
</div>
#A6EFDD
On Black Background
#A6EFDD
On White Background
#A6EFDD

Related Colors of #A6EFDD

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