Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Persian Green | 22A895 | #22A895 | 34, 168, 149 | 13.33, 65.88, 58.43 | 79.76, 0, 11.31, 34.12 | 171.49253731343, 79.761904761905, 65.882352941176 |
Color #22a895 is Persian Green. In RGB: 13.33, 65.88, 58.43. In CMYK: 79.76, 0, 11.31, 34.12.
div { background: #22a895; color: #000; }
div { background: #22a895; color: #fff; }
div { background: linear-gradient(to bottom, #008D7B 0%, #48C4B0 100%); color: #000; }
div { background: linear-gradient(to bottom, #48C4B0 0%, #008D7B 100%); color: #000; }
div { background: linear-gradient(to bottom, #008D7B 0%, #48C4B0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #48C4B0 0%, #008D7B 100%); color: #fff; }
div { border: 1px solid #22a895; }
div { border: 5px solid #22a895; }
div { border: 1px dashed #22a895; }
div { border: 5px dashed #22a895; }
div { border: 1px dotted #22a895; }
div { border: 5px dotted #22a895; }