Shades of Gum Leaf #AAD3B8
Tints of Gum Leaf #AAD3B8
RGB
CMYK
RGB Variations
Color information
#AAD3B8 (or 0xAAD3B8) is known color: Gum Leaf. HEX triplet: AA, D3 and B8. RGB value is (170,211,184). Sum of RGB (Red+Green+Blue) = 170+211+184=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3B8 is #552C47. Grayscale: #C3C3C3. Windows color (decimal): -5581896 or 12112810. OLE color: 12112810.
HSL color Cylindrical-coordinate representation of color #AAD3B8: hue angle of 140.49º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3B8 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 184 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.17 |
| HSL | 140.49º | 0.32% | 0.75% | - |
| HSV(B) | 140.49º | 0.19% | 0.83% | - |
| XYZ | 48.52 | 58.6 | 54.1 | - |
| YUV | 195.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 184 | 0.19 | 0 | 0.13 | 0.17 | 140.49 | 0.32 | 0.75 |
| Hex | AA | D3 | B8 | 13 | 0 | D | 11 | 8C | 20 | 4B |
| Octal | 252 | 323 | 270 | 23 | 0 | 15 | 21 | 214 | 40 | 113 |
| Binary | 10101010 | 11010011 | 10111000 | 10011 | 0 | 1101 | 10001 | 10001100 | 100000 | 1001011 |
Color Harmonies of #AAD3B8
Complementary color
Monochromatic Colors of #AAD3B8
Black with #AAD3B8
Text Example
Text Example
White with #AAD3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3B8; }
p { color: rgb(170,211,184); }
H1.HeaderClassName
{
color: #AAD3B8;
}
.AnyTagClassName
{
color: #AAD3B8;
}
</style>
background-color css
<style>
a { background-color: #AAD3B8; }
a { background-color: rgb(170,211,184); }
div.DivClassName
{
background-color: #AAD3B8;
}
.BgClassName
{
background-color: #AAD3B8;
}
</style>
border-color css
<style>
span { border-color: #AAD3B8; }
span { border-color: rgb(170,211,184); }
td.TdClassName
{
border-color: #AAD3B8;
}
.TagClassName
{
border-color: #AAD3B8;
}
</style>