Shades of Gum Leaf #AACBB0
Tints of Gum Leaf #AACBB0
RGB
CMYK
RGB Variations
Color information
#AACBB0 (or 0xAACBB0) is known color: Gum Leaf. HEX triplet: AA, CB and B0. RGB value is (170,203,176). Sum of RGB (Red+Green+Blue) = 170+203+176=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBB0 is #55344F. Grayscale: #BEBEBE. Windows color (decimal): -5583952 or 11586474. OLE color: 11586474.
HSL color Cylindrical-coordinate representation of color #AACBB0: hue angle of 130.91º 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 #AACBB0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 176 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.20 |
| HSL | 130.91º | 0.24% | 0.73% | - |
| HSV(B) | 130.91º | 0.16% | 0.8% | - |
| XYZ | 45.77 | 54.39 | 49.16 | - |
| YUV | 190.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 176 | 0.16 | 0 | 0.13 | 0.20 | 130.91 | 0.24 | 0.73 |
| Hex | AA | CB | B0 | 10 | 0 | D | 14 | 83 | 18 | 49 |
| Octal | 252 | 313 | 260 | 20 | 0 | 15 | 24 | 203 | 30 | 111 |
| Binary | 10101010 | 11001011 | 10110000 | 10000 | 0 | 1101 | 10100 | 10000011 | 11000 | 1001001 |
Color Harmonies of #AACBB0
Complementary color
Monochromatic Colors of #AACBB0
Black with #AACBB0
Text Example
Text Example
White with #AACBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBB0; }
p { color: rgb(170,203,176); }
H1.HeaderClassName
{
color: #AACBB0;
}
.AnyTagClassName
{
color: #AACBB0;
}
</style>
background-color css
<style>
a { background-color: #AACBB0; }
a { background-color: rgb(170,203,176); }
div.DivClassName
{
background-color: #AACBB0;
}
.BgClassName
{
background-color: #AACBB0;
}
</style>
border-color css
<style>
span { border-color: #AACBB0; }
span { border-color: rgb(170,203,176); }
td.TdClassName
{
border-color: #AACBB0;
}
.TagClassName
{
border-color: #AACBB0;
}
</style>