Shades of Gum Leaf #ACC0B2
Tints of Gum Leaf #ACC0B2
RGB
CMYK
RGB Variations
Color information
#ACC0B2 (or 0xACC0B2) is known color: Gum Leaf. HEX triplet: AC, C0 and B2. RGB value is (172,192,178). Sum of RGB (Red+Green+Blue) = 172+192+178=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0B2 is #533F4D. Grayscale: #B8B8B8. Windows color (decimal): -5455694 or 11714732. OLE color: 11714732.
HSL color Cylindrical-coordinate representation of color #ACC0B2: hue angle of 138º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0B2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 178 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.25 |
| HSL | 138º | 0.14% | 0.71% | - |
| HSV(B) | 138º | 0.1% | 0.75% | - |
| XYZ | 43.9 | 49.68 | 49.4 | - |
| YUV | 184.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 178 | 0.10 | 0 | 0.07 | 0.25 | 138 | 0.14 | 0.71 |
| Hex | AC | C0 | B2 | A | 0 | 7 | 19 | 8A | E | 47 |
| Octal | 254 | 300 | 262 | 12 | 0 | 7 | 31 | 212 | 16 | 107 |
| Binary | 10101100 | 11000000 | 10110010 | 1010 | 0 | 111 | 11001 | 10001010 | 1110 | 1000111 |
Color Harmonies of #ACC0B2
Complementary color
Monochromatic Colors of #ACC0B2
Black with #ACC0B2
Text Example
Text Example
White with #ACC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0B2; }
p { color: rgb(172,192,178); }
H1.HeaderClassName
{
color: #ACC0B2;
}
.AnyTagClassName
{
color: #ACC0B2;
}
</style>
background-color css
<style>
a { background-color: #ACC0B2; }
a { background-color: rgb(172,192,178); }
div.DivClassName
{
background-color: #ACC0B2;
}
.BgClassName
{
background-color: #ACC0B2;
}
</style>
border-color css
<style>
span { border-color: #ACC0B2; }
span { border-color: rgb(172,192,178); }
td.TdClassName
{
border-color: #ACC0B2;
}
.TagClassName
{
border-color: #ACC0B2;
}
</style>