Shades of Gum Leaf #AAD1B2
Tints of Gum Leaf #AAD1B2
RGB
CMYK
RGB Variations
Color information
#AAD1B2 (or 0xAAD1B2) is known color: Gum Leaf. HEX triplet: AA, D1 and B2. RGB value is (170,209,178). Sum of RGB (Red+Green+Blue) = 170+209+178=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1B2 is #552E4D. Grayscale: #C1C1C1. Windows color (decimal): -5582414 or 11719082. OLE color: 11719082.
HSL color Cylindrical-coordinate representation of color #AAD1B2: hue angle of 132.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1B2 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 178 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.18 |
| HSL | 132.31º | 0.3% | 0.74% | - |
| HSV(B) | 132.31º | 0.19% | 0.82% | - |
| XYZ | 47.41 | 57.36 | 50.69 | - |
| YUV | 193.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 178 | 0.19 | 0 | 0.15 | 0.18 | 132.31 | 0.3 | 0.74 |
| Hex | AA | D1 | B2 | 13 | 0 | F | 12 | 84 | 1E | 4A |
| Octal | 252 | 321 | 262 | 23 | 0 | 17 | 22 | 204 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10110010 | 10011 | 0 | 1111 | 10010 | 10000100 | 11110 | 1001010 |
Color Harmonies of #AAD1B2
Complementary color
Monochromatic Colors of #AAD1B2
Black with #AAD1B2
Text Example
Text Example
White with #AAD1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1B2; }
p { color: rgb(170,209,178); }
H1.HeaderClassName
{
color: #AAD1B2;
}
.AnyTagClassName
{
color: #AAD1B2;
}
</style>
background-color css
<style>
a { background-color: #AAD1B2; }
a { background-color: rgb(170,209,178); }
div.DivClassName
{
background-color: #AAD1B2;
}
.BgClassName
{
background-color: #AAD1B2;
}
</style>
border-color css
<style>
span { border-color: #AAD1B2; }
span { border-color: rgb(170,209,178); }
td.TdClassName
{
border-color: #AAD1B2;
}
.TagClassName
{
border-color: #AAD1B2;
}
</style>