Shades of Gum Leaf #ACD5B5
Tints of Gum Leaf #ACD5B5
RGB
CMYK
RGB Variations
Color information
#ACD5B5 (or 0xACD5B5) is known color: Gum Leaf. HEX triplet: AC, D5 and B5. RGB value is (172,213,181). Sum of RGB (Red+Green+Blue) = 172+213+181=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5B5 is #532A4A. Grayscale: #C5C5C5. Windows color (decimal): -5450315 or 11916716. OLE color: 11916716.
HSL color Cylindrical-coordinate representation of color #ACD5B5: hue angle of 133.17º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5B5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 181 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.16 |
| HSL | 133.17º | 0.33% | 0.75% | - |
| HSV(B) | 133.17º | 0.19% | 0.84% | - |
| XYZ | 49.15 | 59.7 | 52.65 | - |
| YUV | 197.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 181 | 0.19 | 0 | 0.15 | 0.16 | 133.17 | 0.33 | 0.75 |
| Hex | AC | D5 | B5 | 13 | 0 | F | 10 | 85 | 21 | 4B |
| Octal | 254 | 325 | 265 | 23 | 0 | 17 | 20 | 205 | 41 | 113 |
| Binary | 10101100 | 11010101 | 10110101 | 10011 | 0 | 1111 | 10000 | 10000101 | 100001 | 1001011 |
Color Harmonies of #ACD5B5
Complementary color
Monochromatic Colors of #ACD5B5
Black with #ACD5B5
Text Example
Text Example
White with #ACD5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5B5; }
p { color: rgb(172,213,181); }
H1.HeaderClassName
{
color: #ACD5B5;
}
.AnyTagClassName
{
color: #ACD5B5;
}
</style>
background-color css
<style>
a { background-color: #ACD5B5; }
a { background-color: rgb(172,213,181); }
div.DivClassName
{
background-color: #ACD5B5;
}
.BgClassName
{
background-color: #ACD5B5;
}
</style>
border-color css
<style>
span { border-color: #ACD5B5; }
span { border-color: rgb(172,213,181); }
td.TdClassName
{
border-color: #ACD5B5;
}
.TagClassName
{
border-color: #ACD5B5;
}
</style>