Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
lightseagreen | 0DBDB3 | #0DBDB3 | 13, 189, 179 | 5.1, 74.12, 70.2 | 93.12, 0, 5.29, 25.88 | 176.59090909091, 93.121693121693, 74.117647058824 |
Color #0dbdb3 is lightseagreen. In RGB: 5.1, 74.12, 70.2. In CMYK: 93.12, 0, 5.29, 25.88.
div { background: #0dbdb3; color: #000; }
div { background: #0dbdb3; color: #fff; }
div { background: linear-gradient(to bottom, #00A298 0%, #44D9CE 100%); color: #000; }
div { background: linear-gradient(to bottom, #44D9CE 0%, #00A298 100%); color: #000; }
div { background: linear-gradient(to bottom, #00A298 0%, #44D9CE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #44D9CE 0%, #00A298 100%); color: #fff; }
div { border: 1px solid #0dbdb3; }
div { border: 5px solid #0dbdb3; }
div { border: 1px dashed #0dbdb3; }
div { border: 5px dashed #0dbdb3; }
div { border: 1px dotted #0dbdb3; }
div { border: 5px dotted #0dbdb3; }