Color: #1CDEAB
#1CDEAB Color Information
#1CDEAB is a light color. The closest websafe version is #1CDEAB. A complement of this color would be #DE1B4F, perceived brightness is 0.62, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 164°,a saturation of 78%, and a lightness of 49%.The HSV representation shows a hue of 164°, a saturation of 100%, and a value of 100%.
In a RGB color space, #1CDEAB is composed of 11% red, 87% green and 67% blue. Whereas in a CMYK color space, it is composed of 87% cyan, 0% magenta, 23% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 55.09, x: 0.2741, and y: 0.4381.
Color Code #1CDEAB
Shades of Color #1CDEAB
Shades are created by darkening the original color #1CDEAB 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 #1CDEAB
Tints are created by lightening the original color #1CDEAB 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 #1CDEAB Color Code
In the HSL color space, this color has a hue angle of 164°, a saturation of 78%, and a lightness of 49%. The HSV representation shows a hue of 164°, a saturation of 87%, and a value of 87%.
- HEX: #1CDEAB
- RGB: rgb(28, 222, 171)
- HSL: hsl(164, 78%, 49%)
- HSV: hsv(164, 87%, 87%)
- CMYK: 87.00% cyan, 0.00% magenta, 23.00% yellow, 13.00% black
- XYZ: 34.46, 55.09, 36.19
- Yxy: 55.09, 0.2741, 0.4381
- Hunter Lab: 79.09, -55.06, 12.00
- CIE-Lab: 79.09, -55.06, 12.00
In the XYZ color space, this color is represented as X: 34.46, Y: 55.09, Z: 36.19. The Yxy representation further refines this as Y: 55.09, x: 0.2741, and y: 0.4381.
In the Hunter Lab color space, this color is represented as L: 79.09, a: -55.06, and b: 12.00. Similarly, in the CIE-Lab color space, it is represented as L: 79.09, a: -55.06, and b: 12.00.
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 #1CDEAB
Triadic colors are three colors evenly spaced around the color wheel, including #1CDEAB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #1CDEAB
Monochromatic colors are variations of #1CDEAB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #1CDEAB
The complementary color of #1CDEAB 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 #1CDEAB
/* Using HEX */ body { background-color: #1cdeab; }
/* Using RGB */ body { background-color: rgb(28, 222, 171); }
/* Using RGB with opacity */ body { background-color: rgba(28, 222, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(164, 78%, 49%); }
/* Text color */ p { color: #1cdeab; }
/* Box shadow */ div { box-shadow: 4px 4px #1cdeab; }
HTML Examples of #1CDEAB
<!-- Using HEX --> <div style="background-color: #1cdeab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(28, 222, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(28, 222, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(164, 78%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #1cdeab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #1cdeab; width: 100px; height: 100px;"></div>
Related Colors of #1CDEAB
These colors are similar to #1CDEAB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.