Shades of Gum Leaf #AACBB3
Tints of Gum Leaf #AACBB3
RGB
CMYK
RGB Variations
Color information
#AACBB3 (or 0xAACBB3) is known color: Gum Leaf. HEX triplet: AA, CB and B3. RGB value is (170,203,179). Sum of RGB (Red+Green+Blue) = 170+203+179=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBB3 is #55344C. Grayscale: #BEBEBE. Windows color (decimal): -5583949 or 11783082. OLE color: 11783082.
HSL color Cylindrical-coordinate representation of color #AACBB3: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBB3 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 179 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.20 |
| HSL | 136.36º | 0.24% | 0.73% | - |
| HSV(B) | 136.36º | 0.16% | 0.8% | - |
| XYZ | 46.07 | 54.51 | 50.74 | - |
| YUV | 190.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 179 | 0.16 | 0 | 0.12 | 0.20 | 136.36 | 0.24 | 0.73 |
| Hex | AA | CB | B3 | 10 | 0 | C | 14 | 88 | 18 | 49 |
| Octal | 252 | 313 | 263 | 20 | 0 | 14 | 24 | 210 | 30 | 111 |
| Binary | 10101010 | 11001011 | 10110011 | 10000 | 0 | 1100 | 10100 | 10001000 | 11000 | 1001001 |
Color Harmonies of #AACBB3
Complementary color
Monochromatic Colors of #AACBB3
Black with #AACBB3
Text Example
Text Example
White with #AACBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBB3; }
p { color: rgb(170,203,179); }
H1.HeaderClassName
{
color: #AACBB3;
}
.AnyTagClassName
{
color: #AACBB3;
}
</style>
background-color css
<style>
a { background-color: #AACBB3; }
a { background-color: rgb(170,203,179); }
div.DivClassName
{
background-color: #AACBB3;
}
.BgClassName
{
background-color: #AACBB3;
}
</style>
border-color css
<style>
span { border-color: #AACBB3; }
span { border-color: rgb(170,203,179); }
td.TdClassName
{
border-color: #AACBB3;
}
.TagClassName
{
border-color: #AACBB3;
}
</style>