Color: #07AB8D

#07AB8D Color Information

#07AB8D is a dark color. The closest websafe version is #07AB8D. A complement of this color would be #AB0725, perceived brightness is 0.46, and the grayscale version is #595959.

In the HSL color space, this color has a hue angle of 169°,a saturation of 92%, and a lightness of 35%.The HSV representation shows a hue of 169°, a saturation of 96%, and a value of 67%.

In a RGB color space, #07AB8D is composed of 3% red, 67% green and 55% blue. Whereas in a CMYK color space, it is composed of 96% cyan, 0% magenta, 18% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 30.86, x: 0.2668, and y: 0.4203.

Color Code #07AB8D

#07AB8Drgb(7, 171, 141)
HEX
#07AB8D
RGB
rgb(7, 171, 141)
HSL
hsl(169, 92%, 35%)
HSV
hsv(169, 96%, 67%)
CMYK
96%, 0%, 18%, 33%
XYZ
X: 19.59, Y: 30.86, Z: 22.98
Lab
L: 62.39, a: -43.96, b: 4.54
Name

Shades of Color #07AB8D

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

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

#07AB8Drgb(7, 171, 141)

About #07AB8D Color Code

In the HSL color space, this color has a hue angle of 169°, a saturation of 92%, and a lightness of 35%. The HSV representation shows a hue of 169°, a saturation of 96%, and a value of 67%.

  • HEX: #07AB8D
  • RGB: rgb(7, 171, 141)
  • HSL: hsl(169, 92%, 35%)
  • HSV: hsv(169, 96%, 67%)
  • CMYK: 96.00% cyan, 0.00% magenta, 18.00% yellow, 33.00% black
  • XYZ: 19.59, 30.86, 22.98
  • Yxy: 30.86, 0.2668, 0.4203
  • Hunter Lab: 62.39, -43.96, 4.54
  • CIE-Lab: 62.39, -43.96, 4.54

In the XYZ color space, this color is represented as X: 19.59, Y: 30.86, Z: 22.98. The Yxy representation further refines this as Y: 30.86, x: 0.2668, and y: 0.4203.

In the Hunter Lab color space, this color is represented as L: 62.39, a: -43.96, and b: 4.54. Similarly, in the CIE-Lab color space, it is represented as L: 62.39, a: -43.96, and b: 4.54.

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 #07AB8D

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

Analogous Colors of #07AB8D

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

Monochromatic Colors of #07AB8D

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

Complementary Color of #07AB8D

The complementary color of #07AB8D 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 #07AB8D

/* Using HEX */
body {
  background-color: #07ab8d;
}
/* Using RGB */
body {
  background-color: rgb(7, 171, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(7, 171, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(169, 92%, 35%);
}
/* Text color */
p {
  color: #07ab8d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #07ab8d;
}
/* Border color */
.box {
  border: 4px solid #07ab8d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #07ab8d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #07ab8d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#07AB8D
On Black Background
#07AB8D
On White Background
#07AB8D

HTML Examples of #07AB8D

<!-- Using HEX -->
<div style="background-color: #07ab8d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(7, 171, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(7, 171, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(169, 92%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #07ab8d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #07ab8d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #07ab8d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #07ab8d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #07ab8d; color: #fff; padding: 16px; border-radius: 8px;">
  #07AB8D
</div>
#07AB8D
On Black Background
#07AB8D
On White Background
#07AB8D

Related Colors of #07AB8D

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