Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Teal Blue | 1C4E65 | #1C4E65 | 28, 78, 101 | 10.98, 30.59, 39.61 | 72.28, 22.77, 0, 60.39 | 198.90410958904, 72.277227722772, 39.607843137255 |
Color #1c4e65 is Teal Blue. In RGB: 10.98, 30.59, 39.61. In CMYK: 72.28, 22.77, 0, 60.39.
div { background: #1c4e65; color: #000; }
div { background: #1c4e65; color: #fff; }
div { background: linear-gradient(to bottom, #00374D 0%, #38667E 100%); color: #000; }
div { background: linear-gradient(to bottom, #38667E 0%, #00374D 100%); color: #000; }
div { background: linear-gradient(to bottom, #00374D 0%, #38667E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #38667E 0%, #00374D 100%); color: #fff; }
div { border: 1px solid #1c4e65; }
div { border: 5px solid #1c4e65; }
div { border: 1px dashed #1c4e65; }
div { border: 5px dashed #1c4e65; }
div { border: 1px dotted #1c4e65; }
div { border: 5px dotted #1c4e65; }