Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Caribbean Green | 33F1C6 | #33F1C6 | 51, 241, 198 | 20, 94.51, 77.65 | 78.84, 0, 17.84, 5.49 | 166.42105263158, 78.838174273859, 94.509803921569 |
Color #33f1c6 is Caribbean Green. In RGB: 20, 94.51, 77.65. In CMYK: 78.84, 0, 17.84, 5.49.
div { background: #33f1c6; color: #000; }
div { background: #33f1c6; color: #fff; }
div { background: linear-gradient(to bottom, #00D4AB 0%, #5DFFE2 100%); color: #000; }
div { background: linear-gradient(to bottom, #5DFFE2 0%, #00D4AB 100%); color: #000; }
div { background: linear-gradient(to bottom, #00D4AB 0%, #5DFFE2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5DFFE2 0%, #00D4AB 100%); color: #fff; }
div { border: 1px solid #33f1c6; }
div { border: 5px solid #33f1c6; }
div { border: 1px dashed #33f1c6; }
div { border: 5px dashed #33f1c6; }
div { border: 1px dotted #33f1c6; }
div { border: 5px dotted #33f1c6; }