Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Caribbean Green | 36D795 | #36D795 | 54, 215, 149 | 21.18, 84.31, 58.43 | 74.88, 0, 30.7, 15.69 | 155.40372670807, 74.883720930233, 84.313725490196 |
Color #36d795 is Caribbean Green. In RGB: 21.18, 84.31, 58.43. In CMYK: 74.88, 0, 30.7, 15.69.
div { background: #36d795; color: #000; }
div { background: #36d795; color: #fff; }
div { background: linear-gradient(to bottom, #00BB7B 0%, #5BF4B0 100%); color: #000; }
div { background: linear-gradient(to bottom, #5BF4B0 0%, #00BB7B 100%); color: #000; }
div { background: linear-gradient(to bottom, #00BB7B 0%, #5BF4B0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5BF4B0 0%, #00BB7B 100%); color: #fff; }
div { border: 1px solid #36d795; }
div { border: 5px solid #36d795; }
div { border: 1px dashed #36d795; }
div { border: 5px dashed #36d795; }
div { border: 1px dotted #36d795; }
div { border: 5px dotted #36d795; }