Shades of Gum Leaf #ACD2B6
Tints of Gum Leaf #ACD2B6
RGB
CMYK
RGB Variations
Color information
#ACD2B6 (or 0xACD2B6) is known color: Gum Leaf. HEX triplet: AC, D2 and B6. RGB value is (172,210,182). Sum of RGB (Red+Green+Blue) = 172+210+182=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2B6 is #532D49. Grayscale: #C3C3C3. Windows color (decimal): -5451082 or 11981484. OLE color: 11981484.
HSL color Cylindrical-coordinate representation of color #ACD2B6: hue angle of 135.79º 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 #ACD2B6 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 172 | 210 | 182 | - |
CMYK | 0.18 | 0 | 0.13 | 0.18 |
HSL | 135.79º | 0.3% | 0.75% | - |
HSV(B) | 135.79º | 0.18% | 0.82% | - |
XYZ | 48.5 | 58.24 | 52.94 | - |
YUV | 195.45 | 120.41 | 111.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 210 | 182 | 0.18 | 0 | 0.13 | 0.18 | 135.79 | 0.3 | 0.75 |
Hex | AC | D2 | B6 | 12 | 0 | D | 12 | 88 | 1E | 4B |
Octal | 254 | 322 | 266 | 22 | 0 | 15 | 22 | 210 | 36 | 113 |
Binary | 10101100 | 11010010 | 10110110 | 10010 | 0 | 1101 | 10010 | 10001000 | 11110 | 1001011 |
Color Harmonies of #ACD2B6
Complementary color
Monochromatic Colors of #ACD2B6
Black with #ACD2B6
Text Example
Text Example
White with #ACD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2B6; }
p { color: rgb(172,210,182); }
H1.HeaderClassName
{
color: #ACD2B6;
}
.AnyTagClassName
{
color: #ACD2B6;
}
</style>
background-color css
<style>
a { background-color: #ACD2B6; }
a { background-color: rgb(172,210,182); }
div.DivClassName
{
background-color: #ACD2B6;
}
.BgClassName
{
background-color: #ACD2B6;
}
</style>
border-color css
<style>
span { border-color: #ACD2B6; }
span { border-color: rgb(172,210,182); }
td.TdClassName
{
border-color: #ACD2B6;
}
.TagClassName
{
border-color: #ACD2B6;
}
</style>