Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
lightseagreen | 29BFB6 | #29BFB6 | 41, 191, 182 | 16.08, 74.9, 71.37 | 78.53, 0, 4.71, 25.1 | 176.4, 78.534031413613, 74.901960784314 |
Color #29bfb6 is lightseagreen. In RGB: 16.08, 74.9, 71.37. In CMYK: 78.53, 0, 4.71, 25.1.
div { background: #29bfb6; color: #000; }
div { background: #29bfb6; color: #fff; }
div { background: linear-gradient(to bottom, #00A49B 0%, #51DBD2 100%); color: #000; }
div { background: linear-gradient(to bottom, #51DBD2 0%, #00A49B 100%); color: #000; }
div { background: linear-gradient(to bottom, #00A49B 0%, #51DBD2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #51DBD2 0%, #00A49B 100%); color: #fff; }
div { border: 1px solid #29bfb6; }
div { border: 5px solid #29bfb6; }
div { border: 1px dashed #29bfb6; }
div { border: 5px dashed #29bfb6; }
div { border: 1px dotted #29bfb6; }
div { border: 5px dotted #29bfb6; }