Color: #1CB7BD

#1CB7BD Color Information

#1CB7BD is a light color. The closest websafe version is #1CB7BD. A complement of this color would be #BF221D, perceived brightness is 0.54, and the grayscale version is #6D6D6D.

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

In a RGB color space, #1CB7BD is composed of 11% red, 72% green and 74% blue. Whereas in a CMYK color space, it is composed of 85% cyan, 3% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 37.29, x: 0.2495, and y: 0.3576.

Color Code #1CB7BD

HEX
#1CB7BD
RGB
rgb(28, 183, 189)
HSL
hsl(182, 74%, 43%)
HSV
hsv(182, 85%, 74%)
CMYK
85%, 3%, 0%, 26%
XYZ
X: 26.02, Y: 37.29, Z: 40.96
Lab
L: 67.49, a: -36.77, b: -14.40
Name

Shades of Color #1CB7BD

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

Tints are created by lightening the original color #1CB7BD 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 #1CB7BD Color Code

In the HSL color space, this color has a hue angle of 182°, a saturation of 74%, and a lightness of 43%. The HSV representation shows a hue of 182°, a saturation of 85%, and a value of 74%.

  • HEX: #1CB7BD
  • RGB: rgb(28, 183, 189)
  • HSL: hsl(182, 74%, 43%)
  • HSV: hsv(182, 85%, 74%)
  • CMYK: 85.00% cyan, 3.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 26.02, 37.29, 40.96
  • Yxy: 37.29, 0.2495, 0.3576
  • Hunter Lab: 67.49, -36.77, -14.40
  • CIE-Lab: 67.49, -36.77, -14.40

In the XYZ color space, this color is represented as X: 26.02, Y: 37.29, Z: 40.96. The Yxy representation further refines this as Y: 37.29, x: 0.2495, and y: 0.3576.

In the Hunter Lab color space, this color is represented as L: 67.49, a: -36.77, and b: -14.40. Similarly, in the CIE-Lab color space, it is represented as L: 67.49, a: -36.77, and b: -14.40.

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 #1CB7BD

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

Analogous Colors of #1CB7BD

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

Monochromatic Colors of #1CB7BD

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

Complementary Color of #1CB7BD

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

/* Using HEX */
body {
  background-color: #1cb7bd;
}
/* Using RGB */
body {
  background-color: rgb(28, 183, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(28, 183, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(182, 74%, 43%);
}
/* Text color */
p {
  color: #1cb7bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #1cb7bd;
}

HTML Examples of #1CB7BD

<!-- Using HEX -->
<div style="background-color: #1cb7bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(28, 183, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(28, 183, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(182, 74%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #1cb7bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #1cb7bd; width: 100px; height: 100px;"></div>

Related Colors of #1CB7BD

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