Color: #16CBCC

#16CBCC Color Information

#16CBCC is a light color. The closest websafe version is #16CBCC. A complement of this color would be #CB1515, perceived brightness is 0.58, and the grayscale version is #717171.

In the HSL color space, this color has a hue angle of 180°,a saturation of 81%, and a lightness of 44%.The HSV representation shows a hue of 180°, a saturation of 89%, and a value of 80%.

In a RGB color space, #16CBCC is composed of 9% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 89% cyan, 0% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 46.65, x: 0.2508, and y: 0.3657.

Color Code #16CBCC

#16CBCCrgb(22, 203, 204)
HEX
#16CBCC
RGB
rgb(22, 203, 204)
HSL
hsl(180, 81%, 44%)
HSV
hsv(180, 89%, 80%)
CMYK
89%, 0%, 0%, 20%
XYZ
X: 31.99, Y: 46.65, Z: 48.93
Lab
L: 73.97, a: -41.66, b: -12.91
Name

Shades of Color #16CBCC

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

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

#16CBCCrgb(22, 203, 204)

About #16CBCC Color Code

In the HSL color space, this color has a hue angle of 180°, a saturation of 81%, and a lightness of 44%. The HSV representation shows a hue of 180°, a saturation of 89%, and a value of 80%.

  • HEX: #16CBCC
  • RGB: rgb(22, 203, 204)
  • HSL: hsl(180, 81%, 44%)
  • HSV: hsv(180, 89%, 80%)
  • CMYK: 89.00% cyan, 0.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 31.99, 46.65, 48.93
  • Yxy: 46.65, 0.2508, 0.3657
  • Hunter Lab: 73.97, -41.66, -12.91
  • CIE-Lab: 73.97, -41.66, -12.91

In the XYZ color space, this color is represented as X: 31.99, Y: 46.65, Z: 48.93. The Yxy representation further refines this as Y: 46.65, x: 0.2508, and y: 0.3657.

In the Hunter Lab color space, this color is represented as L: 73.97, a: -41.66, and b: -12.91. Similarly, in the CIE-Lab color space, it is represented as L: 73.97, a: -41.66, and b: -12.91.

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 #16CBCC

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

Analogous Colors of #16CBCC

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

Split Complementary Colors of #16CBCC

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

Tetradic Colors of #16CBCC

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

Monochromatic Colors of #16CBCC

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

Complementary Color of #16CBCC

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

/* Using HEX */
body {
  background-color: #16cbcc;
}
/* Using RGB */
body {
  background-color: rgb(22, 203, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(22, 203, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(180, 81%, 44%);
}
/* Text color */
p {
  color: #16cbcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #16cbcc;
}
/* Border color */
.box {
  border: 4px solid #16cbcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #16cbcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #16cbcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#16CBCC
On Black Background
#16CBCC
On White Background
#16CBCC

HTML Examples of #16CBCC

<!-- Using HEX -->
<div style="background-color: #16cbcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(22, 203, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(22, 203, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(180, 81%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #16cbcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #16cbcc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #16cbcc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #16cbcc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #16cbcc; color: #fff; padding: 16px; border-radius: 8px;">
  #16CBCC
</div>
#16CBCC
On Black Background
#16CBCC
On White Background
#16CBCC

Related Colors of #16CBCC

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