Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
aquamarine | 88FFCC | #88FFCC | 136, 255, 204 | 53.33, 100, 80 | 46.67, 0, 20, 0 | 154.28571428571, 46.666666666667, 100 |
Color #88ffcc is aquamarine. In RGB: 53.33, 100, 80. In CMYK: 46.67, 0, 20, 0.
div { background: #88ffcc; color: #000; }
div { background: #88ffcc; color: #fff; }
div { background: linear-gradient(to bottom, #6BE2B1 0%, #A5FFE8 100%); color: #000; }
div { background: linear-gradient(to bottom, #A5FFE8 0%, #6BE2B1 100%); color: #000; }
div { background: linear-gradient(to bottom, #6BE2B1 0%, #A5FFE8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A5FFE8 0%, #6BE2B1 100%); color: #fff; }
div { border: 1px solid #88ffcc; }
div { border: 5px solid #88ffcc; }
div { border: 1px dashed #88ffcc; }
div { border: 5px dashed #88ffcc; }
div { border: 1px dotted #88ffcc; }
div { border: 5px dotted #88ffcc; }