Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Caribbean Green | 1FE7A3 | #1FE7A3 | 31, 231, 163 | 12.16, 90.59, 63.92 | 86.58, 0, 29.44, 9.41 | 159.6, 86.580086580087, 90.588235294118 |
Color #1fe7a3 is Caribbean Green. In RGB: 12.16, 90.59, 63.92. In CMYK: 86.58, 0, 29.44, 9.41.
div { background: #1fe7a3; color: #000; }
div { background: #1fe7a3; color: #fff; }
div { background: linear-gradient(to bottom, #00CA89 0%, #50FFBE 100%); color: #000; }
div { background: linear-gradient(to bottom, #50FFBE 0%, #00CA89 100%); color: #000; }
div { background: linear-gradient(to bottom, #00CA89 0%, #50FFBE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #50FFBE 0%, #00CA89 100%); color: #fff; }
div { border: 1px solid #1fe7a3; }
div { border: 5px solid #1fe7a3; }
div { border: 1px dashed #1fe7a3; }
div { border: 5px dashed #1fe7a3; }
div { border: 1px dotted #1fe7a3; }
div { border: 5px dotted #1fe7a3; }