Shades of Gum Leaf #ACCEB7
Tints of Gum Leaf #ACCEB7
RGB
CMYK
RGB Variations
Color information
#ACCEB7 (or 0xACCEB7) is known color: Gum Leaf. HEX triplet: AC, CE and B7. RGB value is (172,206,183). Sum of RGB (Red+Green+Blue) = 172+206+183=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEB7 is #533148. Grayscale: #C1C1C1. Windows color (decimal): -5452105 or 12045996. OLE color: 12045996.
HSL color Cylindrical-coordinate representation of color #ACCEB7: hue angle of 139.41º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEB7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 183 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.19 |
| HSL | 139.41º | 0.26% | 0.74% | - |
| HSV(B) | 139.41º | 0.17% | 0.81% | - |
| XYZ | 47.63 | 56.33 | 53.16 | - |
| YUV | 193.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 183 | 0.17 | 0 | 0.11 | 0.19 | 139.41 | 0.26 | 0.74 |
| Hex | AC | CE | B7 | 11 | 0 | B | 13 | 8B | 1A | 4A |
| Octal | 254 | 316 | 267 | 21 | 0 | 13 | 23 | 213 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10110111 | 10001 | 0 | 1011 | 10011 | 10001011 | 11010 | 1001010 |
Color Harmonies of #ACCEB7
Complementary color
Monochromatic Colors of #ACCEB7
Black with #ACCEB7
Text Example
Text Example
White with #ACCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEB7; }
p { color: rgb(172,206,183); }
H1.HeaderClassName
{
color: #ACCEB7;
}
.AnyTagClassName
{
color: #ACCEB7;
}
</style>
background-color css
<style>
a { background-color: #ACCEB7; }
a { background-color: rgb(172,206,183); }
div.DivClassName
{
background-color: #ACCEB7;
}
.BgClassName
{
background-color: #ACCEB7;
}
</style>
border-color css
<style>
span { border-color: #ACCEB7; }
span { border-color: rgb(172,206,183); }
td.TdClassName
{
border-color: #ACCEB7;
}
.TagClassName
{
border-color: #ACCEB7;
}
</style>