Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
aquamarine | 55FDCD | #55FDCD | 85, 253, 205 | 33.33, 99.22, 80.39 | 66.4, 0, 18.97, 0.78 | 162.85714285714, 66.403162055336, 99.21568627451 |
Color #55fdcd is aquamarine. In RGB: 33.33, 99.22, 80.39. In CMYK: 66.4, 0, 18.97, 0.78.
div { background: #55fdcd; color: #000; }
div { background: #55fdcd; color: #fff; }
div { background: linear-gradient(to bottom, #2AE0B2 0%, #78FFE9 100%); color: #000; }
div { background: linear-gradient(to bottom, #78FFE9 0%, #2AE0B2 100%); color: #000; }
div { background: linear-gradient(to bottom, #2AE0B2 0%, #78FFE9 100%); color: #fff; }
div { background: linear-gradient(to bottom, #78FFE9 0%, #2AE0B2 100%); color: #fff; }
div { border: 1px solid #55fdcd; }
div { border: 5px solid #55fdcd; }
div { border: 1px dashed #55fdcd; }
div { border: 5px dashed #55fdcd; }
div { border: 1px dotted #55fdcd; }
div { border: 5px dotted #55fdcd; }