Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Blue Lagoon | 208090 | #208090 | 32, 128, 144 | 12.55, 50.2, 56.47 | 77.78, 11.11, 0, 43.53 | 188.57142857143, 77.777777777778, 56.470588235294 |
Color #208090 is Blue Lagoon. In RGB: 12.55, 50.2, 56.47. In CMYK: 77.78, 11.11, 0, 43.53.
div { background: #208090; color: #000; }
div { background: #208090; color: #fff; }
div { background: linear-gradient(to bottom, #006776 0%, #429AAB 100%); color: #000; }
div { background: linear-gradient(to bottom, #429AAB 0%, #006776 100%); color: #000; }
div { background: linear-gradient(to bottom, #006776 0%, #429AAB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #429AAB 0%, #006776 100%); color: #fff; }
div { border: 1px solid #208090; }
div { border: 5px solid #208090; }
div { border: 1px dashed #208090; }
div { border: 5px dashed #208090; }
div { border: 1px dotted #208090; }
div { border: 5px dotted #208090; }