Color: #00FCAC

#00FCAC Color Information

#00FCAC is a light color. The closest websafe version is #00FCAC. A complement of this color would be #FA004F, perceived brightness is 0.66, and the grayscale version is #7E7E7E.

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

In a RGB color space, #00FCAC is composed of 0% red, 99% green and 67% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 32% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 72.28, x: 0.2807, and y: 0.4676.

Color Code #00FCAC

#00FCACrgb(0, 252, 172)
HEX
#00FCAC
RGB
rgb(0, 252, 172)
HSL
hsl(161, 100%, 49%)
HSV
hsv(161, 100%, 99%)
CMYK
100%, 0%, 32%, 1%
XYZ
X: 43.39, Y: 72.28, Z: 38.92
Lab
L: 88.11, a: -65.59, b: 23.82
Name

Shades of Color #00FCAC

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

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

#00FCACrgb(0, 252, 172)

About #00FCAC Color Code

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

  • HEX: #00FCAC
  • RGB: rgb(0, 252, 172)
  • HSL: hsl(161, 100%, 49%)
  • HSV: hsv(161, 100%, 99%)
  • CMYK: 100.00% cyan, 0.00% magenta, 32.00% yellow, 100.00% black
  • XYZ: 43.39, 72.28, 38.92
  • Yxy: 72.28, 0.2807, 0.4676
  • Hunter Lab: 88.11, -65.59, 23.82
  • CIE-Lab: 88.11, -65.59, 23.82

In the XYZ color space, this color is represented as X: 43.39, Y: 72.28, Z: 38.92. The Yxy representation further refines this as Y: 72.28, x: 0.2807, and y: 0.4676.

In the Hunter Lab color space, this color is represented as L: 88.11, a: -65.59, and b: 23.82. Similarly, in the CIE-Lab color space, it is represented as L: 88.11, a: -65.59, and b: 23.82.

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 #00FCAC

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

Analogous Colors of #00FCAC

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

Split Complementary Colors of #00FCAC

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

Tetradic Colors of #00FCAC

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

Monochromatic Colors of #00FCAC

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

Complementary Color of #00FCAC

The complementary color of #00FCAC 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 #00FCAC

/* Using HEX */
body {
  background-color: #00fcac;
}
/* Using RGB */
body {
  background-color: rgb(0, 252, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(0, 252, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(161, 100%, 49%);
}
/* Text color */
p {
  color: #00fcac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #00fcac;
}
/* Border color */
.box {
  border: 4px solid #00fcac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #00fcac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #00fcac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#00FCAC
On Black Background
#00FCAC
On White Background
#00FCAC

HTML Examples of #00FCAC

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

Related Colors of #00FCAC

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