Color: #5AE7BD

#5AE7BD Color Information

#5AE7BD is a light color. The closest websafe version is #5AE7BD. A complement of this color would be #E75A84, perceived brightness is 0.72, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 162°,a saturation of 75%, and a lightness of 63%.The HSV representation shows a hue of 162°, a saturation of 61%, and a value of 91%.

In a RGB color space, #5AE7BD is composed of 35% red, 91% green and 74% blue. Whereas in a CMYK color space, it is composed of 61% cyan, 0% magenta, 18% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 62.65, x: 0.2845, and y: 0.4193.

Color Code #5AE7BD

#5AE7BDrgb(90, 231, 189)
HEX
#5AE7BD
RGB
rgb(90, 231, 189)
HSL
hsl(162, 75%, 63%)
HSV
hsv(162, 61%, 91%)
CMYK
61%, 0%, 18%, 9%
XYZ
X: 42.51, Y: 62.65, Z: 44.25
Lab
L: 83.26, a: -47.28, b: 8.65
Name

Shades of Color #5AE7BD

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

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

#5AE7BDrgb(90, 231, 189)

About #5AE7BD Color Code

In the HSL color space, this color has a hue angle of 162°, a saturation of 75%, and a lightness of 63%. The HSV representation shows a hue of 162°, a saturation of 61%, and a value of 91%.

  • HEX: #5AE7BD
  • RGB: rgb(90, 231, 189)
  • HSL: hsl(162, 75%, 63%)
  • HSV: hsv(162, 61%, 91%)
  • CMYK: 61.00% cyan, 0.00% magenta, 18.00% yellow, 9.00% black
  • XYZ: 42.51, 62.65, 44.25
  • Yxy: 62.65, 0.2845, 0.4193
  • Hunter Lab: 83.26, -47.28, 8.65
  • CIE-Lab: 83.26, -47.28, 8.65

In the XYZ color space, this color is represented as X: 42.51, Y: 62.65, Z: 44.25. The Yxy representation further refines this as Y: 62.65, x: 0.2845, and y: 0.4193.

In the Hunter Lab color space, this color is represented as L: 83.26, a: -47.28, and b: 8.65. Similarly, in the CIE-Lab color space, it is represented as L: 83.26, a: -47.28, and b: 8.65.

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 #5AE7BD

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

Analogous Colors of #5AE7BD

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

Split Complementary Colors of #5AE7BD

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

Tetradic Colors of #5AE7BD

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

Monochromatic Colors of #5AE7BD

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

Complementary Color of #5AE7BD

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

/* Using HEX */
body {
  background-color: #5ae7bd;
}
/* Using RGB */
body {
  background-color: rgb(90, 231, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(90, 231, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(162, 75%, 63%);
}
/* Text color */
p {
  color: #5ae7bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5ae7bd;
}
/* Border color */
.box {
  border: 4px solid #5ae7bd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #5ae7bd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #5ae7bd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#5AE7BD
On Black Background
#5AE7BD
On White Background
#5AE7BD

HTML Examples of #5AE7BD

<!-- Using HEX -->
<div style="background-color: #5ae7bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(90, 231, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(90, 231, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(162, 75%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5ae7bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5ae7bd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #5ae7bd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #5ae7bd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #5ae7bd; color: #fff; padding: 16px; border-radius: 8px;">
  #5AE7BD
</div>
#5AE7BD
On Black Background
#5AE7BD
On White Background
#5AE7BD

Related Colors of #5AE7BD

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