Shades of Gum Leaf #AACDB3
Tints of Gum Leaf #AACDB3
RGB
CMYK
RGB Variations
Color information
#AACDB3 (or 0xAACDB3) is known color: Gum Leaf. HEX triplet: AA, CD and B3. RGB value is (170,205,179). Sum of RGB (Red+Green+Blue) = 170+205+179=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDB3 is #55324C. Grayscale: #BFBFBF. Windows color (decimal): -5583437 or 11783594. OLE color: 11783594.
HSL color Cylindrical-coordinate representation of color #AACDB3: hue angle of 135.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDB3 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 179 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.20 |
| HSL | 135.43º | 0.26% | 0.74% | - |
| HSV(B) | 135.43º | 0.17% | 0.8% | - |
| XYZ | 46.55 | 55.46 | 50.9 | - |
| YUV | 191.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 179 | 0.17 | 0 | 0.13 | 0.20 | 135.43 | 0.26 | 0.74 |
| Hex | AA | CD | B3 | 11 | 0 | D | 14 | 87 | 1A | 4A |
| Octal | 252 | 315 | 263 | 21 | 0 | 15 | 24 | 207 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10110011 | 10001 | 0 | 1101 | 10100 | 10000111 | 11010 | 1001010 |
Color Harmonies of #AACDB3
Complementary color
Monochromatic Colors of #AACDB3
Black with #AACDB3
Text Example
Text Example
White with #AACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDB3; }
p { color: rgb(170,205,179); }
H1.HeaderClassName
{
color: #AACDB3;
}
.AnyTagClassName
{
color: #AACDB3;
}
</style>
background-color css
<style>
a { background-color: #AACDB3; }
a { background-color: rgb(170,205,179); }
div.DivClassName
{
background-color: #AACDB3;
}
.BgClassName
{
background-color: #AACDB3;
}
</style>
border-color css
<style>
span { border-color: #AACDB3; }
span { border-color: rgb(170,205,179); }
td.TdClassName
{
border-color: #AACDB3;
}
.TagClassName
{
border-color: #AACDB3;
}
</style>