Shades of Gum Leaf #A8D6B2
Tints of Gum Leaf #A8D6B2
RGB
CMYK
RGB Variations
Color information
#A8D6B2 (or 0xA8D6B2) is known color: Gum Leaf. HEX triplet: A8, D6 and B2. RGB value is (168,214,178). Sum of RGB (Red+Green+Blue) = 168+214+178=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6B2 is #57294D. Grayscale: #C4C4C4. Windows color (decimal): -5712206 or 11720360. OLE color: 11720360.
HSL color Cylindrical-coordinate representation of color #A8D6B2: hue angle of 133.04º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6B2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 178 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.16 |
| HSL | 133.04º | 0.36% | 0.75% | - |
| HSV(B) | 133.04º | 0.21% | 0.84% | - |
| XYZ | 48.23 | 59.63 | 51.09 | - |
| YUV | 196.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 178 | 0.21 | 0 | 0.17 | 0.16 | 133.04 | 0.36 | 0.75 |
| Hex | A8 | D6 | B2 | 15 | 0 | 11 | 10 | 85 | 24 | 4B |
| Octal | 250 | 326 | 262 | 25 | 0 | 21 | 20 | 205 | 44 | 113 |
| Binary | 10101000 | 11010110 | 10110010 | 10101 | 0 | 10001 | 10000 | 10000101 | 100100 | 1001011 |
Color Harmonies of #A8D6B2
Complementary color
Monochromatic Colors of #A8D6B2
Black with #A8D6B2
Text Example
Text Example
White with #A8D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6B2; }
p { color: rgb(168,214,178); }
H1.HeaderClassName
{
color: #A8D6B2;
}
.AnyTagClassName
{
color: #A8D6B2;
}
</style>
background-color css
<style>
a { background-color: #A8D6B2; }
a { background-color: rgb(168,214,178); }
div.DivClassName
{
background-color: #A8D6B2;
}
.BgClassName
{
background-color: #A8D6B2;
}
</style>
border-color css
<style>
span { border-color: #A8D6B2; }
span { border-color: rgb(168,214,178); }
td.TdClassName
{
border-color: #A8D6B2;
}
.TagClassName
{
border-color: #A8D6B2;
}
</style>