Color: #51A1BA

#51A1BA Color Information

#51A1BA is a light color. The closest websafe version is #51A1BA. A complement of this color would be #B96950, perceived brightness is 0.55, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 194°,a saturation of 43%, and a lightness of 52%.The HSV representation shows a hue of 194°, a saturation of 56%, and a value of 73%.

In a RGB color space, #51A1BA is composed of 32% red, 63% green and 73% blue. Whereas in a CMYK color space, it is composed of 56% cyan, 13% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 30.36, x: 0.2608, and y: 0.3253.

Color Code #51A1BA

#51A1BArgb(81, 161, 186)
HEX
#51A1BA
RGB
rgb(81, 161, 186)
HSL
hsl(194, 43%, 52%)
HSV
hsv(194, 56%, 73%)
CMYK
56%, 13%, 0%, 27%
XYZ
X: 24.34, Y: 30.36, Z: 38.64
Lab
L: 61.96, a: -20.05, b: -20.89
Name

Shades of Color #51A1BA

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

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

#51A1BArgb(81, 161, 186)

About #51A1BA Color Code

In the HSL color space, this color has a hue angle of 194°, a saturation of 43%, and a lightness of 52%. The HSV representation shows a hue of 194°, a saturation of 56%, and a value of 73%.

  • HEX: #51A1BA
  • RGB: rgb(81, 161, 186)
  • HSL: hsl(194, 43%, 52%)
  • HSV: hsv(194, 56%, 73%)
  • CMYK: 56.00% cyan, 13.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 24.34, 30.36, 38.64
  • Yxy: 30.36, 0.2608, 0.3253
  • Hunter Lab: 61.96, -20.05, -20.89
  • CIE-Lab: 61.96, -20.05, -20.89

In the XYZ color space, this color is represented as X: 24.34, Y: 30.36, Z: 38.64. The Yxy representation further refines this as Y: 30.36, x: 0.2608, and y: 0.3253.

In the Hunter Lab color space, this color is represented as L: 61.96, a: -20.05, and b: -20.89. Similarly, in the CIE-Lab color space, it is represented as L: 61.96, a: -20.05, and b: -20.89.

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

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

Analogous Colors of #51A1BA

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

Split Complementary Colors of #51A1BA

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

Tetradic Colors of #51A1BA

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

Monochromatic Colors of #51A1BA

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

Complementary Color of #51A1BA

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

/* Using HEX */
body {
  background-color: #51a1ba;
}
/* Using RGB */
body {
  background-color: rgb(81, 161, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(81, 161, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(194, 43%, 52%);
}
/* Text color */
p {
  color: #51a1ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #51a1ba;
}
/* Border color */
.box {
  border: 4px solid #51a1ba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #51a1ba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #51a1ba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#51A1BA
On Black Background
#51A1BA
On White Background
#51A1BA

HTML Examples of #51A1BA

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

Related Colors of #51A1BA

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