Shades of Gum Leaf #ACC3B2
Tints of Gum Leaf #ACC3B2
RGB
CMYK
RGB Variations
Color information
#ACC3B2 (or 0xACC3B2) is known color: Gum Leaf. HEX triplet: AC, C3 and B2. RGB value is (172,195,178). Sum of RGB (Red+Green+Blue) = 172+195+178=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3B2 is #533C4D. Grayscale: #BABABA. Windows color (decimal): -5454926 or 11715500. OLE color: 11715500.
HSL color Cylindrical-coordinate representation of color #ACC3B2: hue angle of 135.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3B2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 178 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.24 |
| HSL | 135.65º | 0.16% | 0.72% | - |
| HSV(B) | 135.65º | 0.12% | 0.76% | - |
| XYZ | 44.56 | 51.02 | 49.62 | - |
| YUV | 186.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 178 | 0.12 | 0 | 0.09 | 0.24 | 135.65 | 0.16 | 0.72 |
| Hex | AC | C3 | B2 | C | 0 | 9 | 18 | 88 | 10 | 48 |
| Octal | 254 | 303 | 262 | 14 | 0 | 11 | 30 | 210 | 20 | 110 |
| Binary | 10101100 | 11000011 | 10110010 | 1100 | 0 | 1001 | 11000 | 10001000 | 10000 | 1001000 |
Color Harmonies of #ACC3B2
Complementary color
Monochromatic Colors of #ACC3B2
Black with #ACC3B2
Text Example
Text Example
White with #ACC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3B2; }
p { color: rgb(172,195,178); }
H1.HeaderClassName
{
color: #ACC3B2;
}
.AnyTagClassName
{
color: #ACC3B2;
}
</style>
background-color css
<style>
a { background-color: #ACC3B2; }
a { background-color: rgb(172,195,178); }
div.DivClassName
{
background-color: #ACC3B2;
}
.BgClassName
{
background-color: #ACC3B2;
}
</style>
border-color css
<style>
span { border-color: #ACC3B2; }
span { border-color: rgb(172,195,178); }
td.TdClassName
{
border-color: #ACC3B2;
}
.TagClassName
{
border-color: #ACC3B2;
}
</style>