Shades of Gum Leaf #AAD8B6
Tints of Gum Leaf #AAD8B6
RGB
CMYK
RGB Variations
Color information
#AAD8B6 (or 0xAAD8B6) is known color: Gum Leaf. HEX triplet: AA, D8 and B6. RGB value is (170,216,182). Sum of RGB (Red+Green+Blue) = 170+216+182=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8B6 is #552749. Grayscale: #C6C6C6. Windows color (decimal): -5580618 or 11983018. OLE color: 11983018.
HSL color Cylindrical-coordinate representation of color #AAD8B6: hue angle of 135.65º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8B6 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 182 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.15 |
| HSL | 135.65º | 0.37% | 0.76% | - |
| HSV(B) | 135.65º | 0.21% | 0.85% | - |
| XYZ | 49.58 | 61.04 | 53.42 | - |
| YUV | 198.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 182 | 0.21 | 0 | 0.16 | 0.15 | 135.65 | 0.37 | 0.76 |
| Hex | AA | D8 | B6 | 15 | 0 | 10 | F | 88 | 25 | 4C |
| Octal | 252 | 330 | 266 | 25 | 0 | 20 | 17 | 210 | 45 | 114 |
| Binary | 10101010 | 11011000 | 10110110 | 10101 | 0 | 10000 | 1111 | 10001000 | 100101 | 1001100 |
Color Harmonies of #AAD8B6
Complementary color
Monochromatic Colors of #AAD8B6
Black with #AAD8B6
Text Example
Text Example
White with #AAD8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8B6; }
p { color: rgb(170,216,182); }
H1.HeaderClassName
{
color: #AAD8B6;
}
.AnyTagClassName
{
color: #AAD8B6;
}
</style>
background-color css
<style>
a { background-color: #AAD8B6; }
a { background-color: rgb(170,216,182); }
div.DivClassName
{
background-color: #AAD8B6;
}
.BgClassName
{
background-color: #AAD8B6;
}
</style>
border-color css
<style>
span { border-color: #AAD8B6; }
span { border-color: rgb(170,216,182); }
td.TdClassName
{
border-color: #AAD8B6;
}
.TagClassName
{
border-color: #AAD8B6;
}
</style>