Shades of Gum Leaf #A8D8B6
Tints of Gum Leaf #A8D8B6
RGB
CMYK
RGB Variations
Color information
#A8D8B6 (or 0xA8D8B6) is known color: Gum Leaf. HEX triplet: A8, D8 and B6. RGB value is (168,216,182). Sum of RGB (Red+Green+Blue) = 168+216+182=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8B6 is #572749. Grayscale: #C5C5C5. Windows color (decimal): -5711690 or 11983016. OLE color: 11983016.
HSL color Cylindrical-coordinate representation of color #A8D8B6: hue angle of 137.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D8B6 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 182 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.15 |
| HSL | 137.5º | 0.38% | 0.75% | - |
| HSV(B) | 137.5º | 0.22% | 0.85% | - |
| XYZ | 49.15 | 60.81 | 53.4 | - |
| YUV | 197.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 182 | 0.22 | 0 | 0.16 | 0.15 | 137.5 | 0.38 | 0.75 |
| Hex | A8 | D8 | B6 | 16 | 0 | 10 | F | 8A | 26 | 4B |
| Octal | 250 | 330 | 266 | 26 | 0 | 20 | 17 | 212 | 46 | 113 |
| Binary | 10101000 | 11011000 | 10110110 | 10110 | 0 | 10000 | 1111 | 10001010 | 100110 | 1001011 |
Color Harmonies of #A8D8B6
Complementary color
Monochromatic Colors of #A8D8B6
Black with #A8D8B6
Text Example
Text Example
White with #A8D8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8B6; }
p { color: rgb(168,216,182); }
H1.HeaderClassName
{
color: #A8D8B6;
}
.AnyTagClassName
{
color: #A8D8B6;
}
</style>
background-color css
<style>
a { background-color: #A8D8B6; }
a { background-color: rgb(168,216,182); }
div.DivClassName
{
background-color: #A8D8B6;
}
.BgClassName
{
background-color: #A8D8B6;
}
</style>
border-color css
<style>
span { border-color: #A8D8B6; }
span { border-color: rgb(168,216,182); }
td.TdClassName
{
border-color: #A8D8B6;
}
.TagClassName
{
border-color: #A8D8B6;
}
</style>