Color: #48A47C
#48A47C Color Information
#48A47C is a light color. The closest websafe version is #48A47C. A complement of this color would be #A3486F, perceived brightness is 0.52, and the grayscale version is #767676.
In the HSL color space, this color has a hue angle of 154°,a saturation of 39%, and a lightness of 46%.The HSV representation shows a hue of 154°, a saturation of 56%, and a value of 64%.
In a RGB color space, #48A47C is composed of 28% red, 64% green and 49% blue. Whereas in a CMYK color space, it is composed of 56% cyan, 0% magenta, 24% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 29.28, x: 0.2969, and y: 0.4346.
Color Code #48A47C
Shades of Color #48A47C
Shades are created by darkening the original color #48A47C 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 #48A47C
Tints are created by lightening the original color #48A47C 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 #48A47C Color Code
In the HSL color space, this color has a hue angle of 154°, a saturation of 39%, and a lightness of 46%. The HSV representation shows a hue of 154°, a saturation of 56%, and a value of 64%.
- HEX: #48A47C
- RGB: rgb(72, 164, 124)
- HSL: hsl(154, 39%, 46%)
- HSV: hsv(154, 56%, 64%)
- CMYK: 56.00% cyan, 0.00% magenta, 24.00% yellow, 36.00% black
- XYZ: 20.00, 29.28, 18.09
- Yxy: 29.28, 0.2969, 0.4346
- Hunter Lab: 61.03, -36.01, 12.21
- CIE-Lab: 61.03, -36.01, 12.21
In the XYZ color space, this color is represented as X: 20.00, Y: 29.28, Z: 18.09. The Yxy representation further refines this as Y: 29.28, x: 0.2969, and y: 0.4346.
In the Hunter Lab color space, this color is represented as L: 61.03, a: -36.01, and b: 12.21. Similarly, in the CIE-Lab color space, it is represented as L: 61.03, a: -36.01, and b: 12.21.
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 #48A47C
Triadic colors are three colors evenly spaced around the color wheel, including #48A47C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #48A47C
Monochromatic colors are variations of #48A47C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #48A47C
The complementary color of #48A47C 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 #48A47C
/* Using HEX */ body { background-color: #48a47c; }
/* Using RGB */ body { background-color: rgb(72, 164, 124); }
/* Using RGB with opacity */ body { background-color: rgba(72, 164, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(154, 39%, 46%); }
/* Text color */ p { color: #48a47c; }
/* Box shadow */ div { box-shadow: 4px 4px #48a47c; }
/* Border color */ .box { border: 4px solid #48a47c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #48a47c; }
/* Background with text */ div { background: #48a47c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #48A47C
<!-- Using HEX --> <div style="background-color: #48a47c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(72, 164, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(72, 164, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(154, 39%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #48a47c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #48a47c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #48a47c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #48a47c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #48a47c; color: #fff; padding: 16px; border-radius: 8px;"> #48A47C </div>
Related Colors of #48A47C
These colors are similar to #48A47C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.