Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Gum Leaf | ADD7C4 | #ADD7C4 | 173, 215, 196 | 67.84, 84.31, 76.86 | 19.53, 0, 8.84, 15.69 | 152.85714285714, 19.53488372093, 84.313725490196 |
Color #add7c4 is Gum Leaf. In RGB: 67.84, 84.31, 76.86. In CMYK: 19.53, 0, 8.84, 15.69.
div { background: #add7c4; color: #000; }
div { background: #add7c4; color: #fff; }
div { background: linear-gradient(to bottom, #92BBA9 0%, #C9F3E0 100%); color: #000; }
div { background: linear-gradient(to bottom, #C9F3E0 0%, #92BBA9 100%); color: #000; }
div { background: linear-gradient(to bottom, #92BBA9 0%, #C9F3E0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #C9F3E0 0%, #92BBA9 100%); color: #fff; }
div { border: 1px solid #add7c4; }
div { border: 5px solid #add7c4; }
div { border: 1px dashed #add7c4; }
div { border: 5px dashed #add7c4; }
div { border: 1px dotted #add7c4; }
div { border: 5px dotted #add7c4; }