Shades of Gum Leaf #ACD2B5
Tints of Gum Leaf #ACD2B5
RGB
CMYK
RGB Variations
Color information
#ACD2B5 (or 0xACD2B5) is known color: Gum Leaf. HEX triplet: AC, D2 and B5. RGB value is (172,210,181). Sum of RGB (Red+Green+Blue) = 172+210+181=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2B5 is #532D4A. Grayscale: #C3C3C3. Windows color (decimal): -5451083 or 11915948. OLE color: 11915948.
HSL color Cylindrical-coordinate representation of color #ACD2B5: hue angle of 134.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2B5 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 181 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.18 |
| HSL | 134.21º | 0.3% | 0.75% | - |
| HSV(B) | 134.21º | 0.18% | 0.82% | - |
| XYZ | 48.4 | 58.2 | 52.4 | - |
| YUV | 195.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 181 | 0.18 | 0 | 0.14 | 0.18 | 134.21 | 0.3 | 0.75 |
| Hex | AC | D2 | B5 | 12 | 0 | E | 12 | 86 | 1E | 4B |
| Octal | 254 | 322 | 265 | 22 | 0 | 16 | 22 | 206 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10110101 | 10010 | 0 | 1110 | 10010 | 10000110 | 11110 | 1001011 |
Color Harmonies of #ACD2B5
Complementary color
Monochromatic Colors of #ACD2B5
Black with #ACD2B5
Text Example
Text Example
White with #ACD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2B5; }
p { color: rgb(172,210,181); }
H1.HeaderClassName
{
color: #ACD2B5;
}
.AnyTagClassName
{
color: #ACD2B5;
}
</style>
background-color css
<style>
a { background-color: #ACD2B5; }
a { background-color: rgb(172,210,181); }
div.DivClassName
{
background-color: #ACD2B5;
}
.BgClassName
{
background-color: #ACD2B5;
}
</style>
border-color css
<style>
span { border-color: #ACD2B5; }
span { border-color: rgb(172,210,181); }
td.TdClassName
{
border-color: #ACD2B5;
}
.TagClassName
{
border-color: #ACD2B5;
}
</style>