📝 Color Information
The hexadecimal color code #006D5B represents a dark shade in the cyan family. In the RGB color model, this color is composed of 0 red, 109 green, and 91 blue, which translates to approximately 0% red, 43% green, and 36% blue. This makes it a highly saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #006D5B has a hue of 170 degrees, a saturation level of 100%, and a lightness value of 21%. The hue angle of places this color firmly in the cyan spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 100%, and brightness/value of 43%. For print applications using the CMYK color model, #006D5B would be reproduced using 100% cyan, 0% magenta, 17% yellow, and 57% black. The closest web-safe color is #006666, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. As a darker shade, it works well for text, headers, and creating visual weight in compositions. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #006D5B with other colors, consider its complementary color at hue 350° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 27995, which can be useful in certain programming contexts.
🔢 Color Conversion
🎨 Color Schemes
🔄 Alternatives to #006D5B
🌗 Shades and Tints
🎚️ Tones of #006D5B
🌈 Hue Variations of #006D5B
👁️ Preview
👓 Color Blindness Simulator
Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.
📋 CSS Code
:root {
--color-hex: #006D5B;
--color-rgb: 0, 109, 91;
--color-hsl: 170, 100%, 21%;
}
.bg-color { background-color: #006D5B; }
.text-color { color: #006D5B; }
.border-color { border-color: #006D5B; }
