Skip to content

#1ebaaa

a dark, vivid cyan · cool · closest name: Light Sea Green

RGB
30, 186, 170
HSL
174°, 72%, 42%
CMYK
84, 0, 9, 27
Luminance
0.3830

At a glance

Every number on this page in one read: what #1ebaaa is made of, how bright it looks, and which way it leans.

Hex
#1ebaaa
Hue
174°
cyan
Saturation
72%
vivid
Lightness
42%
dark
Brightness
73%
HSV value
Perceived
61%
weighted brightness
Luminance
0.3830
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
8.66:1
Closest name
Light Sea Green
ΔE2000 3.4
Where it sits
Hue174° of 360°
Saturation72%
Lightness42%
Temperature
Warm ← → Cool85% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#1ebaaa
RGBrgb(30, 186, 170)
HSLhsl(174, 72%, 42%)
CMYKcmyk(84%, 0%, 9%, 27%)
LABlab(68.2 -41.3 -2.7)
LCHlch(68.2 41.3 183.8)
OKLCHoklch(0.711 0.121 183.8)
Decimal2013866
Display P3color(display-p3 0.118 0.729 0.667)

Copy-ready code

/* CSS */
color: #1ebaaa;
background-color: #1ebaaa;
/* Tailwind (arbitrary) */
class="text-[#1ebaaa] bg-[#1ebaaa]"
/* SCSS */
$brand: #1ebaaa;
/* SwiftUI */
Color(red: 0.118, green: 0.729, blue: 0.667)
/* Android */
Color.parseColor("#1ebaaa")
/* Flutter */
Color(0xFF1EBAAA)
/* Python / OpenCV (BGR) */
(170, 186, 30)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #1ebaaa · 8.66:1
Use #000000AAA at every size.
Aa
White text · 2.43:1
AA fail · AA large fail · AAA fail
Aa
Black text · 8.66:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #1ebaaa as text scores 2.43:1 on white and 8.66:1 on black.

Accessibility — WCAG contrast

Aa
#1ebaaa on white: 2.43:1
AA ✗ fail · AA-large · AAA
Aa
#1ebaaa on black: 8.66:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B0AFA9
deuteranopia · #9DA0AC
tritanopia · #00BEB5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #1ebaaa is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F3FCFB
#E7F8F7
#C9F3EF
#9EEFE7
#6EE8DB
#3EE0CF
#22D3C1
#1ebaaa
#178D80
#15665D
#0D403A
Base = 700Lightest = 50 · #F3FCFBDarkest = 950 · #0D403A
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F8F7;
  --brand-200: #C9F3EF;
  --brand-300: #9EEFE7;
  --brand-400: #6EE8DB;
  --brand-500: #3EE0CF;
  --brand-600: #22D3C1;
  --brand-700: #1ebaaa;
  --brand-800: #178D80;
  --brand-900: #15665D;
  --brand-950: #0D403A;
  --brand: #1ebaaa;
  --brand-ink: #000000;
}

Colors that work with #1ebaaa

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAFA
Tinted page background
Border#C0EDE8
Hairlines and dividers
Muted text#4B9B93
Captions on the surface
Accent#BF1A54
Second voice, not a rival
Dark variant#126E64
Hover, pressed, headers
Light variant#E9FBFA
Selected rows, tints
Dark surface#142423
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #1ebaaa

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#BA1E2E
Analogous left#1EBA5C
Analogous right#1E7CBA
Split-complement 1#BA1E7C
Split-complement 2#BA5C1E
Triadic 1#AA1EBA
Triadic 2#BAAA1E
Tetradic#5C1EBA

RGB percentages

Red11.8%
Green72.9%
Blue66.7%

CMYK percentages

Cyan83.9%
Magenta0.0%
Yellow8.6%
Key (black)27.1%

Color previews

#1ebaaa text on a black background

contrast 8.66:1

Card sample

#1ebaaa text on a white background

contrast 2.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #1ebaaa;
Background color
Panel with #1ebaaa background
background-color: #1ebaaa;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #1ebaaa;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(30, 186, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 186, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebaaa;
background: linear-gradient(135deg, #1ebaaa, #1E62BA);

Monochromatic scale

Palettes built from #1ebaaa

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#1ebaaa in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#1ebaaa, answered

What color is #1ebaaa?

#1ebaaa is a dark vivid cyan, closest to Light Sea Green (ΔE2000 3.4). It sits at 174° on the hue wheel with 72% saturation and 42% lightness, which reads as cool.

What is the RGB value of #1ebaaa?

rgb(30, 186, 170) — 30 red, 186 green and 170 blue out of 255, or 11.8% / 72.9% / 66.7% by channel.

Is #1ebaaa a light or a dark color?

It is a mid-tone. Relative luminance is 0.3830 and perceived brightness is 61%, so black text on it reaches 8.66:1.

Should I use black or white text on #1ebaaa?

Black. It scores 8.66:1 against #1ebaaa, versus 2.43:1 for white — AAA at any size.

What is the complementary color of #1ebaaa?

#BA1E2E sits directly opposite on the wheel. Softer options are the split-complements #BA1E7C and #BA5C1E, which give the same contrast with far less vibration.

What colors go well with #1ebaaa?

For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B93 for secondary text, #BF1A54 as an accent and #126E64 for hover and pressed states. For a palette, the analogous pair #1EBA5C and #1E7CBA stays calm, while #BA1E2E is the loudest partner.

What is #1ebaaa in CMYK for printing?

cmyk(84%, 0%, 9%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #1ebaaa 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 #1EBA71; nudged cooler, #1C93BC.

Work with #1ebaaa in the Color Lab