Shades of Gum Leaf #AAD2B6
Tints of Gum Leaf #AAD2B6
RGB
CMYK
RGB Variations
Color information
#AAD2B6 (or 0xAAD2B6) is known color: Gum Leaf. HEX triplet: AA, D2 and B6. RGB value is (170,210,182). Sum of RGB (Red+Green+Blue) = 170+210+182=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2B6 is #552D49. Grayscale: #C2C2C2. Windows color (decimal): -5582154 or 11981482. OLE color: 11981482.
HSL color Cylindrical-coordinate representation of color #AAD2B6: hue angle of 138º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2B6 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 170 | 210 | 182 | - |
CMYK | 0.19 | 0 | 0.13 | 0.18 |
HSL | 138º | 0.31% | 0.75% | - |
HSV(B) | 138º | 0.19% | 0.82% | - |
XYZ | 48.07 | 58.02 | 52.92 | - |
YUV | 194.85 | 120.75 | 110.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 210 | 182 | 0.19 | 0 | 0.13 | 0.18 | 138 | 0.31 | 0.75 |
Hex | AA | D2 | B6 | 13 | 0 | D | 12 | 8A | 1F | 4B |
Octal | 252 | 322 | 266 | 23 | 0 | 15 | 22 | 212 | 37 | 113 |
Binary | 10101010 | 11010010 | 10110110 | 10011 | 0 | 1101 | 10010 | 10001010 | 11111 | 1001011 |
Color Harmonies of #AAD2B6
Complementary color
Monochromatic Colors of #AAD2B6
Black with #AAD2B6
Text Example
Text Example
White with #AAD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2B6; }
p { color: rgb(170,210,182); }
H1.HeaderClassName
{
color: #AAD2B6;
}
.AnyTagClassName
{
color: #AAD2B6;
}
</style>
background-color css
<style>
a { background-color: #AAD2B6; }
a { background-color: rgb(170,210,182); }
div.DivClassName
{
background-color: #AAD2B6;
}
.BgClassName
{
background-color: #AAD2B6;
}
</style>
border-color css
<style>
span { border-color: #AAD2B6; }
span { border-color: rgb(170,210,182); }
td.TdClassName
{
border-color: #AAD2B6;
}
.TagClassName
{
border-color: #AAD2B6;
}
</style>