Shades of Gum Leaf #ACCDB7
Tints of Gum Leaf #ACCDB7
RGB
CMYK
RGB Variations
Color information
#ACCDB7 (or 0xACCDB7) is known color: Gum Leaf. HEX triplet: AC, CD and B7. RGB value is (172,205,183). Sum of RGB (Red+Green+Blue) = 172+205+183=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB7 is #533248. Grayscale: #C0C0C0. Windows color (decimal): -5452361 or 12045740. OLE color: 12045740.
HSL color Cylindrical-coordinate representation of color #ACCDB7: hue angle of 140º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDB7 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 183 | - |
CMYK | 0.16 | 0 | 0.11 | 0.20 |
HSL | 140º | 0.25% | 0.74% | - |
HSV(B) | 140º | 0.16% | 0.8% | - |
XYZ | 47.39 | 55.85 | 53.08 | - |
YUV | 192.63 | 122.57 | 113.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 183 | 0.16 | 0 | 0.11 | 0.20 | 140 | 0.25 | 0.74 |
Hex | AC | CD | B7 | 10 | 0 | B | 14 | 8C | 19 | 4A |
Octal | 254 | 315 | 267 | 20 | 0 | 13 | 24 | 214 | 31 | 112 |
Binary | 10101100 | 11001101 | 10110111 | 10000 | 0 | 1011 | 10100 | 10001100 | 11001 | 1001010 |
Color Harmonies of #ACCDB7
Complementary color
Monochromatic Colors of #ACCDB7
Black with #ACCDB7
Text Example
Text Example
White with #ACCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDB7; }
p { color: rgb(172,205,183); }
H1.HeaderClassName
{
color: #ACCDB7;
}
.AnyTagClassName
{
color: #ACCDB7;
}
</style>
background-color css
<style>
a { background-color: #ACCDB7; }
a { background-color: rgb(172,205,183); }
div.DivClassName
{
background-color: #ACCDB7;
}
.BgClassName
{
background-color: #ACCDB7;
}
</style>
border-color css
<style>
span { border-color: #ACCDB7; }
span { border-color: rgb(172,205,183); }
td.TdClassName
{
border-color: #ACCDB7;
}
.TagClassName
{
border-color: #ACCDB7;
}
</style>