Shades of Gum Leaf #ACD2B3
Tints of Gum Leaf #ACD2B3
RGB
CMYK
RGB Variations
Color information
#ACD2B3 (or 0xACD2B3) is known color: Gum Leaf. HEX triplet: AC, D2 and B3. RGB value is (172,210,179). Sum of RGB (Red+Green+Blue) = 172+210+179=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2B3 is #532D4C. Grayscale: #C3C3C3. Windows color (decimal): -5451085 or 11784876. OLE color: 11784876.
HSL color Cylindrical-coordinate representation of color #ACD2B3: hue angle of 131.05º 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 #ACD2B3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 179 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.18 |
| HSL | 131.05º | 0.3% | 0.75% | - |
| HSV(B) | 131.05º | 0.18% | 0.82% | - |
| XYZ | 48.2 | 58.12 | 51.33 | - |
| YUV | 195.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 179 | 0.18 | 0 | 0.15 | 0.18 | 131.05 | 0.3 | 0.75 |
| Hex | AC | D2 | B3 | 12 | 0 | F | 12 | 83 | 1E | 4B |
| Octal | 254 | 322 | 263 | 22 | 0 | 17 | 22 | 203 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10110011 | 10010 | 0 | 1111 | 10010 | 10000011 | 11110 | 1001011 |
Color Harmonies of #ACD2B3
Complementary color
Monochromatic Colors of #ACD2B3
Black with #ACD2B3
Text Example
Text Example
White with #ACD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2B3; }
p { color: rgb(172,210,179); }
H1.HeaderClassName
{
color: #ACD2B3;
}
.AnyTagClassName
{
color: #ACD2B3;
}
</style>
background-color css
<style>
a { background-color: #ACD2B3; }
a { background-color: rgb(172,210,179); }
div.DivClassName
{
background-color: #ACD2B3;
}
.BgClassName
{
background-color: #ACD2B3;
}
</style>
border-color css
<style>
span { border-color: #ACD2B3; }
span { border-color: rgb(172,210,179); }
td.TdClassName
{
border-color: #ACD2B3;
}
.TagClassName
{
border-color: #ACD2B3;
}
</style>