Seafoam Green (Green)
#77CCB0
RGB: 119, 204, 176
Color OverviewHEX #77CCB0
#77CCB0 Color Code Information
In the RGB color space, #77CCB0 is composed of 47% red, 80% green, and 69% blue. In the HSL color space, it has a hue of 160°, saturation of 45%, and lightness of 63%.
HEX
#77CCB0
RGB
119, 204, 176
HSL
160°, 45%, 63%
HSV
160°, 42%, 80%
CMYK
42%, 0%, 14%, 20%
Name Match
Seafoam Green
Closest StandardShades of #77CCB0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #77CCB0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #77CCB0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #77CCB0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #77CCB0 Background
Contrast Ratio against Pure White (#FFFFFF):1.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #77CCB0 Background
Contrast Ratio against Pure Black (#000000):11.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #77CCB0;
}
.element {
color: #77CCB0;
background-color: #77CCB0;
border-color: #77CCB0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#77CCB0] text-[#77CCB0] border-[#77CCB0]"> Content styled with #77CCB0 </div>