Color: #40B8BA

#40B8BA Color Information

#40B8BA is a light color. The closest websafe version is #40B8BA. A complement of this color would be #BA4240, perceived brightness is 0.58, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 181°,a saturation of 49%, and a lightness of 49%.The HSV representation shows a hue of 181°, a saturation of 100%, and a value of 100%.

In a RGB color space, #40B8BA is composed of 25% red, 72% green and 73% blue. Whereas in a CMYK color space, it is composed of 66% cyan, 1% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 38.48, x: 0.2615, and y: 0.3631.

Color Code #40B8BA

HEX
#40B8BA
RGB
rgb(64, 184, 186)
HSL
hsl(181, 49%, 49%)
HSV
hsv(181, 66%, 73%)
CMYK
66%, 1%, 0%, 27%
XYZ
X: 27.72, Y: 38.48, Z: 39.79
Lab
L: 68.37, a: -33.68, b: -11.37
Name

Shades of Color #40B8BA

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

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

About #40B8BA Color Code

In the HSL color space, this color has a hue angle of 181°, a saturation of 49%, and a lightness of 49%. The HSV representation shows a hue of 181°, a saturation of 66%, and a value of 73%.

  • HEX: #40B8BA
  • RGB: rgb(64, 184, 186)
  • HSL: hsl(181, 49%, 49%)
  • HSV: hsv(181, 66%, 73%)
  • CMYK: 66.00% cyan, 100.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 27.72, 38.48, 39.79
  • Yxy: 38.48, 0.2615, 0.3631
  • Hunter Lab: 68.37, -33.68, -11.37
  • CIE-Lab: 68.37, -33.68, -11.37

In the XYZ color space, this color is represented as X: 27.72, Y: 38.48, Z: 39.79. The Yxy representation further refines this as Y: 38.48, x: 0.2615, and y: 0.3631.

In the Hunter Lab color space, this color is represented as L: 68.37, a: -33.68, and b: -11.37. Similarly, in the CIE-Lab color space, it is represented as L: 68.37, a: -33.68, and b: -11.37.

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 #40B8BA

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

Analogous Colors of #40B8BA

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

Monochromatic Colors of #40B8BA

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

Complementary Color of #40B8BA

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

/* Using HEX */
body {
  background-color: #40b8ba;
}
/* Using RGB */
body {
  background-color: rgb(64, 184, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(64, 184, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(181, 49%, 49%);
}
/* Text color */
p {
  color: #40b8ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #40b8ba;
}

HTML Examples of #40B8BA

<!-- Using HEX -->
<div style="background-color: #40b8ba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(64, 184, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(64, 184, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(181, 49%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #40b8ba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #40b8ba; width: 100px; height: 100px;"></div>

Related Colors of #40B8BA

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