Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Cyprus | 004444 | #004444 | 0, 68, 68 | 0, 26.67, 26.67 | 100, 0, 0, 73.33 | 180, 100, 26.666666666667 |
Color #004444 is Cyprus. In RGB: 0, 26.67, 26.67. In CMYK: 100, 0, 0, 73.33.
div { background: #004444; color: #000; }
div { background: #004444; color: #fff; }
div { background: linear-gradient(to bottom, #002D2E 0%, #225C5B 100%); color: #000; }
div { background: linear-gradient(to bottom, #225C5B 0%, #002D2E 100%); color: #000; }
div { background: linear-gradient(to bottom, #002D2E 0%, #225C5B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #225C5B 0%, #002D2E 100%); color: #fff; }
div { border: 1px solid #004444; }
div { border: 5px solid #004444; }
div { border: 1px dashed #004444; }
div { border: 5px dashed #004444; }
div { border: 1px dotted #004444; }
div { border: 5px dotted #004444; }