Shades of Gum Leaf #A8D7B2
Tints of Gum Leaf #A8D7B2
RGB
CMYK
RGB Variations
Color information
#A8D7B2 (or 0xA8D7B2) is known color: Gum Leaf. HEX triplet: A8, D7 and B2. RGB value is (168,215,178). Sum of RGB (Red+Green+Blue) = 168+215+178=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7B2 is #57284D. Grayscale: #C4C4C4. Windows color (decimal): -5711950 or 11720616. OLE color: 11720616.
HSL color Cylindrical-coordinate representation of color #A8D7B2: hue angle of 132.77º 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 #A8D7B2 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 215 | 178 | - |
CMYK | 0.22 | 0 | 0.17 | 0.16 |
HSL | 132.77º | 0.37% | 0.75% | - |
HSV(B) | 132.77º | 0.22% | 0.84% | - |
XYZ | 48.48 | 60.14 | 51.17 | - |
YUV | 196.73 | 117.43 | 107.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 215 | 178 | 0.22 | 0 | 0.17 | 0.16 | 132.77 | 0.37 | 0.75 |
Hex | A8 | D7 | B2 | 16 | 0 | 11 | 10 | 85 | 25 | 4B |
Octal | 250 | 327 | 262 | 26 | 0 | 21 | 20 | 205 | 45 | 113 |
Binary | 10101000 | 11010111 | 10110010 | 10110 | 0 | 10001 | 10000 | 10000101 | 100101 | 1001011 |
Color Harmonies of #A8D7B2
Complementary color
Monochromatic Colors of #A8D7B2
Black with #A8D7B2
Text Example
Text Example
White with #A8D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7B2; }
p { color: rgb(168,215,178); }
H1.HeaderClassName
{
color: #A8D7B2;
}
.AnyTagClassName
{
color: #A8D7B2;
}
</style>
background-color css
<style>
a { background-color: #A8D7B2; }
a { background-color: rgb(168,215,178); }
div.DivClassName
{
background-color: #A8D7B2;
}
.BgClassName
{
background-color: #A8D7B2;
}
</style>
border-color css
<style>
span { border-color: #A8D7B2; }
span { border-color: rgb(168,215,178); }
td.TdClassName
{
border-color: #A8D7B2;
}
.TagClassName
{
border-color: #A8D7B2;
}
</style>