Shades of Gum Leaf #ACD2B2
Tints of Gum Leaf #ACD2B2
RGB
CMYK
RGB Variations
Color information
#ACD2B2 (or 0xACD2B2) is known color: Gum Leaf. HEX triplet: AC, D2 and B2. RGB value is (172,210,178). Sum of RGB (Red+Green+Blue) = 172+210+178=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2B2 is #532D4D. Grayscale: #C3C3C3. Windows color (decimal): -5451086 or 11719340. OLE color: 11719340.
HSL color Cylindrical-coordinate representation of color #ACD2B2: hue angle of 129.47º 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 #ACD2B2 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 178 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.18 |
| HSL | 129.47º | 0.3% | 0.75% | - |
| HSV(B) | 129.47º | 0.18% | 0.82% | - |
| XYZ | 48.1 | 58.08 | 50.79 | - |
| YUV | 194.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 178 | 0.18 | 0 | 0.15 | 0.18 | 129.47 | 0.3 | 0.75 |
| Hex | AC | D2 | B2 | 12 | 0 | F | 12 | 81 | 1E | 4B |
| Octal | 254 | 322 | 262 | 22 | 0 | 17 | 22 | 201 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10110010 | 10010 | 0 | 1111 | 10010 | 10000001 | 11110 | 1001011 |
Color Harmonies of #ACD2B2
Complementary color
Monochromatic Colors of #ACD2B2
Black with #ACD2B2
Text Example
Text Example
White with #ACD2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2B2; }
p { color: rgb(172,210,178); }
H1.HeaderClassName
{
color: #ACD2B2;
}
.AnyTagClassName
{
color: #ACD2B2;
}
</style>
background-color css
<style>
a { background-color: #ACD2B2; }
a { background-color: rgb(172,210,178); }
div.DivClassName
{
background-color: #ACD2B2;
}
.BgClassName
{
background-color: #ACD2B2;
}
</style>
border-color css
<style>
span { border-color: #ACD2B2; }
span { border-color: rgb(172,210,178); }
td.TdClassName
{
border-color: #ACD2B2;
}
.TagClassName
{
border-color: #ACD2B2;
}
</style>