Shades of Gum Leaf #A8D7B4
Tints of Gum Leaf #A8D7B4
RGB
CMYK
RGB Variations
Color information
#A8D7B4 (or 0xA8D7B4) is known color: Gum Leaf. HEX triplet: A8, D7 and B4. RGB value is (168,215,180). Sum of RGB (Red+Green+Blue) = 168+215+180=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7B4 is #57284B. Grayscale: #C5C5C5. Windows color (decimal): -5711948 or 11851688. OLE color: 11851688.
HSL color Cylindrical-coordinate representation of color #A8D7B4: hue angle of 135.32º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7B4 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 180 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.16 |
| HSL | 135.32º | 0.37% | 0.75% | - |
| HSV(B) | 135.32º | 0.22% | 0.84% | - |
| XYZ | 48.69 | 60.22 | 52.24 | - |
| YUV | 196.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 180 | 0.22 | 0 | 0.16 | 0.16 | 135.32 | 0.37 | 0.75 |
| Hex | A8 | D7 | B4 | 16 | 0 | 10 | 10 | 87 | 25 | 4B |
| Octal | 250 | 327 | 264 | 26 | 0 | 20 | 20 | 207 | 45 | 113 |
| Binary | 10101000 | 11010111 | 10110100 | 10110 | 0 | 10000 | 10000 | 10000111 | 100101 | 1001011 |
Color Harmonies of #A8D7B4
Complementary color
Monochromatic Colors of #A8D7B4
Black with #A8D7B4
Text Example
Text Example
White with #A8D7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7B4; }
p { color: rgb(168,215,180); }
H1.HeaderClassName
{
color: #A8D7B4;
}
.AnyTagClassName
{
color: #A8D7B4;
}
</style>
background-color css
<style>
a { background-color: #A8D7B4; }
a { background-color: rgb(168,215,180); }
div.DivClassName
{
background-color: #A8D7B4;
}
.BgClassName
{
background-color: #A8D7B4;
}
</style>
border-color css
<style>
span { border-color: #A8D7B4; }
span { border-color: rgb(168,215,180); }
td.TdClassName
{
border-color: #A8D7B4;
}
.TagClassName
{
border-color: #A8D7B4;
}
</style>