Shades of Gum Leaf #ACCDB5
Tints of Gum Leaf #ACCDB5
RGB
CMYK
RGB Variations
Color information
#ACCDB5 (or 0xACCDB5) is known color: Gum Leaf. HEX triplet: AC, CD and B5. RGB value is (172,205,181). Sum of RGB (Red+Green+Blue) = 172+205+181=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB5 is #53324A. Grayscale: #C0C0C0. Windows color (decimal): -5452363 or 11914668. OLE color: 11914668.
HSL color Cylindrical-coordinate representation of color #ACCDB5: hue angle of 136.36º 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 #ACCDB5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 181 | - |
CMYK | 0.16 | 0 | 0.12 | 0.20 |
HSL | 136.36º | 0.25% | 0.74% | - |
HSV(B) | 136.36º | 0.16% | 0.8% | - |
XYZ | 47.19 | 55.77 | 51.99 | - |
YUV | 192.4 | 121.57 | 113.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 181 | 0.16 | 0 | 0.12 | 0.20 | 136.36 | 0.25 | 0.74 |
Hex | AC | CD | B5 | 10 | 0 | C | 14 | 88 | 19 | 4A |
Octal | 254 | 315 | 265 | 20 | 0 | 14 | 24 | 210 | 31 | 112 |
Binary | 10101100 | 11001101 | 10110101 | 10000 | 0 | 1100 | 10100 | 10001000 | 11001 | 1001010 |
Color Harmonies of #ACCDB5
Complementary color
Monochromatic Colors of #ACCDB5
Black with #ACCDB5
Text Example
Text Example
White with #ACCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDB5; }
p { color: rgb(172,205,181); }
H1.HeaderClassName
{
color: #ACCDB5;
}
.AnyTagClassName
{
color: #ACCDB5;
}
</style>
background-color css
<style>
a { background-color: #ACCDB5; }
a { background-color: rgb(172,205,181); }
div.DivClassName
{
background-color: #ACCDB5;
}
.BgClassName
{
background-color: #ACCDB5;
}
</style>
border-color css
<style>
span { border-color: #ACCDB5; }
span { border-color: rgb(172,205,181); }
td.TdClassName
{
border-color: #ACCDB5;
}
.TagClassName
{
border-color: #ACCDB5;
}
</style>