#84C09F Hex Color

Try:
Color NameDark Sea Green
HEX
#84C09F
RGB
132, 192, 159
HSL
147°, 32%, 64%
CMYK
31%, 0%, 17%, 25%

Shades

CSS Usage
color: #84C09F;
background-color: #84C09F;
border-color: #84C09F;
box-shadow: 0 0 10px #84C09F;
border: 2px solid #84C09F;
Tailwind Usage
bg-[#84C09F]
text-[#84C09F]
border-[#84C09F]
shadow-[0_0_10px_84C09F]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #84C09F, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #84C09F; color: #000000; }

Badge

New Feature
.badge { background-color: #84C09F; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #84C09F; background-color: #84C09F15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #84C09F20; border-left: 4px solid #84C09F; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #84C09F; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

About the color #84C09F

The hex color #84C09F, commonly known as dark sea green, is represented in the RGB color model as (132, 192, 159). In the HSL color space it has a hue of 147°, saturation of 32%, and lightness of 64%.

The RGB (Red, Green, Blue) color model is an additive color model where colors are created by combining red, green, and blue light at different intensities. Each channel ranges from 0 to 255, allowing for over 16 million possible colors.

HSL (Hue, Saturation, Lightness) represents colors using three components: hue (the color position on the color wheel, 0-360°), saturation (color intensity, 0-100%), and lightness (brightness, 0-100%). This model is more intuitive for humans to understand and manipulate colors.

This color is commonly used in web interfaces, buttons, links, and branding elements. Developers can use #84C09F directly in CSS for text, borders, backgrounds, gradients, and UI highlights. Convert this color using the HEX to RGB converter or generate palettes using the color palette generator. You can also convert to HSL using the RGB to HSL converter.

The complementary color of #84C09F is #C186A6.

Similar colors to #84C09F