Color: #94DCCC

#94DCCC Color Information

#94DCCC is a light color. The closest websafe version is #94DCCC. A complement of this color would be #DC93A3, perceived brightness is 0.77, and the grayscale version is #B8B8B8.

In the HSL color space, this color has a hue angle of 167°,a saturation of 51%, and a lightness of 72%.The HSV representation shows a hue of 167°, a saturation of 33%, and a value of 86%.

In a RGB color space, #94DCCC is composed of 58% red, 86% green and 80% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 0% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 61.56, x: 0.3047, and y: 0.3820.

Color Code #94DCCC

#94DCCCrgb(148, 220, 204)
HEX
#94DCCC
RGB
rgb(148, 220, 204)
HSL
hsl(167, 51%, 72%)
HSV
hsv(167, 33%, 86%)
CMYK
33%, 0%, 7%, 14%
XYZ
X: 49.11, Y: 61.56, Z: 50.49
Lab
L: 82.68, a: -26.02, b: 0.35
Name

Shades of Color #94DCCC

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

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

#94DCCCrgb(148, 220, 204)

About #94DCCC Color Code

In the HSL color space, this color has a hue angle of 167°, a saturation of 51%, and a lightness of 72%. The HSV representation shows a hue of 167°, a saturation of 33%, and a value of 86%.

  • HEX: #94DCCC
  • RGB: rgb(148, 220, 204)
  • HSL: hsl(167, 51%, 72%)
  • HSV: hsv(167, 33%, 86%)
  • CMYK: 33.00% cyan, 0.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 49.11, 61.56, 50.49
  • Yxy: 61.56, 0.3047, 0.3820
  • Hunter Lab: 82.68, -26.02, 0.35
  • CIE-Lab: 82.68, -26.02, 0.35

In the XYZ color space, this color is represented as X: 49.11, Y: 61.56, Z: 50.49. The Yxy representation further refines this as Y: 61.56, x: 0.3047, and y: 0.3820.

In the Hunter Lab color space, this color is represented as L: 82.68, a: -26.02, and b: 0.35. Similarly, in the CIE-Lab color space, it is represented as L: 82.68, a: -26.02, and b: 0.35.

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 #94DCCC

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

Analogous Colors of #94DCCC

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

Split Complementary Colors of #94DCCC

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

Tetradic Colors of #94DCCC

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

Monochromatic Colors of #94DCCC

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

Complementary Color of #94DCCC

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

/* Using HEX */
body {
  background-color: #94dccc;
}
/* Using RGB */
body {
  background-color: rgb(148, 220, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(148, 220, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(167, 51%, 72%);
}
/* Text color */
p {
  color: #94dccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #94dccc;
}
/* Border color */
.box {
  border: 4px solid #94dccc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #94dccc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #94dccc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#94DCCC
On Black Background
#94DCCC
On White Background
#94DCCC

HTML Examples of #94DCCC

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

Related Colors of #94DCCC

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