Color #66FFD9
#66FFD9rgb(102, 255, 217)
Color Codes
HEX#66FFD9
RGBrgb(102, 255, 217)
HSLhsl(165°, 100%, 70%)
CMYKcmyk(60%, 0%, 15%, 0%)
CIELABLab(91.4, -49.4, 6.1)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #66FFD9;color: #66FFD9;border: 2px solid #66FFD9;background: linear-gradient(135deg, #66FFD9, #ff668c);Code Export
css
:root {
--color-primary: #66ffd9;
--color-primary-rgb: 102, 255, 217;
--color-primary-hsl: 165, 100%, 70%;
}