Color #7DE8B3

#7DE8B3rgb(125, 232, 179)

Color Codes

HEX#7DE8B3
RGBrgb(125, 232, 179)
HSLhsl(150°, 70%, 70%)
CMYKcmyk(46%, 0%, 23%, 9%)
CIELABLab(84.7, -42.9, 16.4)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #7DE8B3;
color: #7DE8B3;
border: 2px solid #7DE8B3;
background: linear-gradient(135deg, #7DE8B3, #e87db2);

Code Export

css
:root {
  --color-primary: #7de8b3;
  --color-primary-rgb: 125, 232, 179;
  --color-primary-hsl: 150, 70%, 70%;
}

Related Tools