Color: #10CBBD
#10CBBD Color Information
#10CBBD is a light color. The closest websafe version is #10CBBD. A complement of this color would be #CB101D, perceived brightness is 0.57, and the grayscale version is #6E6E6E.
In the HSL color space, this color has a hue angle of 176°,a saturation of 85%, and a lightness of 43%.The HSV representation shows a hue of 176°, a saturation of 100%, and a value of 100%.
In a RGB color space, #10CBBD is composed of 6% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 92% cyan, 0% magenta, 7% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 46.01, x: 0.2570, and y: 0.3877.
Color Code #10CBBD
Shades of Color #10CBBD
Shades are created by darkening the original color #10CBBD 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 #10CBBD
Tints are created by lightening the original color #10CBBD 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 #10CBBD Color Code
In the HSL color space, this color has a hue angle of 176°, a saturation of 85%, and a lightness of 43%. The HSV representation shows a hue of 176°, a saturation of 92%, and a value of 80%.
- HEX: #10CBBD
- RGB: rgb(16, 203, 189)
- HSL: hsl(176, 85%, 43%)
- HSV: hsv(176, 92%, 80%)
- CMYK: 92.00% cyan, 0.00% magenta, 7.00% yellow, 20.00% black
- XYZ: 30.50, 46.01, 42.15
- Yxy: 46.01, 0.2570, 0.3877
- Hunter Lab: 73.55, -45.32, -5.47
- CIE-Lab: 73.55, -45.32, -5.47
In the XYZ color space, this color is represented as X: 30.50, Y: 46.01, Z: 42.15. The Yxy representation further refines this as Y: 46.01, x: 0.2570, and y: 0.3877.
In the Hunter Lab color space, this color is represented as L: 73.55, a: -45.32, and b: -5.47. Similarly, in the CIE-Lab color space, it is represented as L: 73.55, a: -45.32, and b: -5.47.
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 #10CBBD
Triadic colors are three colors evenly spaced around the color wheel, including #10CBBD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #10CBBD
Monochromatic colors are variations of #10CBBD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #10CBBD
The complementary color of #10CBBD 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 #10CBBD
/* Using HEX */ body { background-color: #10cbbd; }
/* Using RGB */ body { background-color: rgb(16, 203, 189); }
/* Using RGB with opacity */ body { background-color: rgba(16, 203, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(176, 85%, 43%); }
/* Text color */ p { color: #10cbbd; }
/* Box shadow */ div { box-shadow: 4px 4px #10cbbd; }
HTML Examples of #10CBBD
<!-- Using HEX --> <div style="background-color: #10cbbd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(16, 203, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(16, 203, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(176, 85%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #10cbbd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #10cbbd; width: 100px; height: 100px;"></div>
Related Colors of #10CBBD
These colors are similar to #10CBBD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.