What is the Material teal-500 hex code?
Google Material Design teal-500 is #009688 \u2014 a deep blue-green.
Why is teal associated with Material Design?
When Google launched Material Design in 2014, teal-500 was its most iconic default accent \u2014 so widely used it became visual shorthand for early-Material Android apps.
What is a Material color scale?
Material assigns each hue numbered steps (50\u2013900) with defined roles; \u201c500\u201d is the primary base tone \u2014 color as a documented, systematic design vocabulary.
What color is #009688?
#009688 is a dark electric cyan, closest to Dark Cyan (ΔE2000 6.5). It sits at 174° on the hue wheel with 100% saturation and 29% lightness, which reads as cool.
What is the RGB value of #009688?
rgb(0, 150, 136) — 0 red, 150 green and 136 blue out of 255, or 0% / 58.8% / 53.3% by channel.
What is #009688 in HSL and HSV?
hsl(174, 100%, 29%) and hsv(174, 100%, 59%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #009688 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2359 and perceived brightness is 49%, so black text on it reaches 5.72:1.
Should I use black or white text on #009688?
Black. It scores 5.72:1 against #009688, versus 3.67:1 for white — AA at any size.
Is #009688 accessible on a white background?
#009688 on white scores 3.67:1, which only clears AA for large text — 18.66px bold or 24px regular and up. Darken it to #008275 to reach 4.5:1, or #00635A for 7:1.
What is the complementary color of #009688?
#96000E sits directly opposite on the wheel. Softer options are the split-complements #960059 and #963D00, which give the same contrast with far less vibration.
What colors go well with #009688?
For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B93 for secondary text, #960033 as an accent and #008074 for hover and pressed states. For a palette, the analogous pair #00963D and #005996 stays calm, while #96000E is the loudest partner.
What is #009688 in CMYK for printing?
cmyk(100%, 0%, 9%, 41%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #009688 warm or cool?
Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #009651; nudged cooler, #006E96.
Which Tailwind color is closest to #009688?
The teal family — its 500 step is #14b8a6, ΔE2000 10.3 away. That is a visible difference, so define #009688 as a custom token rather than reaching for the built-in.
How do I use #009688 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#009688] or text-[#009688], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #009688 with 50% opacity?
rgba(0, 150, 136, 0.5), or #00968880 in eight-digit hex. Over white that composites to #80CBC4; over black, #004B44.
Is #009688 a web-safe color?
No. The nearest web-safe colour is #009999, ΔE2000 5.6 away. The palette only matters for legacy displays and some email clients now.
What does the color #009688 mean?
As a cyan, it reads clean, technical, fresh. Cyan reads as water, air and infrastructure: cool, hygienic, engineered. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #009688?
The safest is same-hue elevation: linear-gradient(135deg, #00D3BF, #009688 45%, #008074). For more colour, a short hue run to #002977 keeps it rich without turning muddy.