Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
aquamarine | 6FF2C0 | #6FF2C0 | 111, 242, 192 | 43.53, 94.9, 75.29 | 54.13, 0, 20.66, 5.1 | 157.09923664122, 54.132231404959, 94.901960784314 |
Color #6ff2c0 is aquamarine. In RGB: 43.53, 94.9, 75.29. In CMYK: 54.13, 0, 20.66, 5.1.
div { background: #6ff2c0; color: #000; }
div { background: #6ff2c0; color: #fff; }
div { background: linear-gradient(to bottom, #50D5A5 0%, #8DFFDC 100%); color: #000; }
div { background: linear-gradient(to bottom, #8DFFDC 0%, #50D5A5 100%); color: #000; }
div { background: linear-gradient(to bottom, #50D5A5 0%, #8DFFDC 100%); color: #fff; }
div { background: linear-gradient(to bottom, #8DFFDC 0%, #50D5A5 100%); color: #fff; }
div { border: 1px solid #6ff2c0; }
div { border: 5px solid #6ff2c0; }
div { border: 1px dashed #6ff2c0; }
div { border: 5px dashed #6ff2c0; }
div { border: 1px dotted #6ff2c0; }
div { border: 5px dotted #6ff2c0; }