Color: #51ECEC

#51ECEC Color Information

#51ECEC is a light color. The closest websafe version is #51ECEC. A complement of this color would be #EC5151, perceived brightness is 0.74, and the grayscale version is #9E9E9E.

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

In a RGB color space, #51ECEC is composed of 32% red, 93% green and 93% blue. Whereas in a CMYK color space, it is composed of 66% cyan, 0% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 67.05, x: 0.2616, and y: 0.3662.

Color Code #51ECEC

HEX
#51ECEC
RGB
rgb(81, 236, 236)
HSL
hsl(180, 80%, 62%)
HSV
hsv(180, 66%, 93%)
CMYK
66%, 0%, 0%, 7%
XYZ
X: 47.89, Y: 67.05, Z: 68.16
Lab
L: 85.53, a: -41.65, b: -12.61
Name

Shades of Color #51ECEC

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

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

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

  • HEX: #51ECEC
  • RGB: rgb(81, 236, 236)
  • HSL: hsl(180, 80%, 62%)
  • HSV: hsv(180, 66%, 93%)
  • CMYK: 66.00% cyan, 0.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 47.89, 67.05, 68.16
  • Yxy: 67.05, 0.2616, 0.3662
  • Hunter Lab: 85.53, -41.65, -12.61
  • CIE-Lab: 85.53, -41.65, -12.61

In the XYZ color space, this color is represented as X: 47.89, Y: 67.05, Z: 68.16. The Yxy representation further refines this as Y: 67.05, x: 0.2616, and y: 0.3662.

In the Hunter Lab color space, this color is represented as L: 85.53, a: -41.65, and b: -12.61. Similarly, in the CIE-Lab color space, it is represented as L: 85.53, a: -41.65, and b: -12.61.

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 #51ECEC

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

Analogous Colors of #51ECEC

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

Monochromatic Colors of #51ECEC

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

Complementary Color of #51ECEC

The complementary color of #51ECEC 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 #51ECEC

/* Using HEX */
body {
  background-color: #51ecec;
}
/* Using RGB */
body {
  background-color: rgb(81, 236, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(81, 236, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(180, 80%, 62%);
}
/* Text color */
p {
  color: #51ecec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #51ecec;
}

HTML Examples of #51ECEC

<!-- Using HEX -->
<div style="background-color: #51ecec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(81, 236, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(81, 236, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(180, 80%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #51ecec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #51ecec; width: 100px; height: 100px;"></div>

Related Colors of #51ECEC

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