Color: #49E0EE
#49E0EE Color Information
#49E0EE is a light color. The closest websafe version is #49E0EE. A complement of this color would be #EE5749, perceived brightness is 0.71, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 185°,a saturation of 83%, and a lightness of 61%.The HSV representation shows a hue of 185°, a saturation of 69%, and a value of 93%.
In a RGB color space, #49E0EE is composed of 29% red, 88% green and 93% blue. Whereas in a CMYK color space, it is composed of 69% cyan, 6% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 60.10, x: 0.2544, and y: 0.3487.
Color Code #49E0EE
Shades of Color #49E0EE
Shades are created by darkening the original color #49E0EE 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 #49E0EE
Tints are created by lightening the original color #49E0EE 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 #49E0EE Color Code
In the HSL color space, this color has a hue angle of 185°, a saturation of 83%, and a lightness of 61%. The HSV representation shows a hue of 185°, a saturation of 69%, and a value of 93%.
- HEX: #49E0EE
- RGB: rgb(73, 224, 238)
- HSL: hsl(185, 83%, 61%)
- HSV: hsv(185, 69%, 93%)
- CMYK: 69.00% cyan, 6.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 43.84, 60.10, 68.39
- Yxy: 60.10, 0.2544, 0.3487
- Hunter Lab: 81.89, -37.47, -19.08
- CIE-Lab: 81.89, -37.47, -19.08
In the XYZ color space, this color is represented as X: 43.84, Y: 60.10, Z: 68.39. The Yxy representation further refines this as Y: 60.10, x: 0.2544, and y: 0.3487.
In the Hunter Lab color space, this color is represented as L: 81.89, a: -37.47, and b: -19.08. Similarly, in the CIE-Lab color space, it is represented as L: 81.89, a: -37.47, and b: -19.08.
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 #49E0EE
Triadic colors are three colors evenly spaced around the color wheel, including #49E0EE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #49E0EE
Split complementary colors are two colors adjacent to the complementary color of #49E0EE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #49E0EE
Monochromatic colors are variations of #49E0EE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #49E0EE
The complementary color of #49E0EE 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 #49E0EE
/* Using HEX */ body { background-color: #49e0ee; }
/* Using RGB */ body { background-color: rgb(73, 224, 238); }
/* Using RGB with opacity */ body { background-color: rgba(73, 224, 238, 0.5); }
/* Using HSL */ body { background-color: hsl(185, 83%, 61%); }
/* Text color */ p { color: #49e0ee; }
/* Box shadow */ div { box-shadow: 4px 4px #49e0ee; }
/* Border color */ .box { border: 4px solid #49e0ee; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #49e0ee; }
/* Background with text */ div { background: #49e0ee; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #49E0EE
<!-- Using HEX --> <div style="background-color: #49e0ee; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(73, 224, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(73, 224, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(185, 83%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #49e0ee;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #49e0ee; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #49e0ee; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #49e0ee;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #49e0ee; color: #fff; padding: 16px; border-radius: 8px;"> #49E0EE </div>
Related Colors of #49E0EE
These colors are similar to #49E0EE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.