#86A795 Hex Color

Try:
Color NameDark Sea Green
HEX
#86A795
RGB
134, 167, 149
HSL
147°, 16%, 59%
CMYK
20%, 0%, 11%, 35%

Shades

CSS Usage
color: #86A795;
background-color: #86A795;
border-color: #86A795;
box-shadow: 0 0 10px #86A795;
border: 2px solid #86A795;
Tailwind Usage
bg-[#86A795]
text-[#86A795]
border-[#86A795]
shadow-[0_0_10px_86A795]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #86A795, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #86A795; color: #000000; }

Badge

New Feature
.badge { background-color: #86A795; 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 #86A795; background-color: #86A79515; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #86A79520; border-left: 4px solid #86A795; }

Link / Accent

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

a { color: #86A795; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

About the color #86A795

The hex color #86A795, commonly known as dark sea green, is represented in the RGB color model as (134, 167, 149). In the HSL color space it has a hue of 147°, saturation of 16%, and lightness of 59%.

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 #86A795 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 #86A795 is #A78698.

Similar colors to #86A795