Shades of Gum Leaf #A8D4B3
Tints of Gum Leaf #A8D4B3
RGB
CMYK
RGB Variations
Color information
#A8D4B3 (or 0xA8D4B3) is known color: Gum Leaf. HEX triplet: A8, D4 and B3. RGB value is (168,212,179). Sum of RGB (Red+Green+Blue) = 168+212+179=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4B3 is #572B4C. Grayscale: #C3C3C3. Windows color (decimal): -5712717 or 11785384. OLE color: 11785384.
HSL color Cylindrical-coordinate representation of color #A8D4B3: hue angle of 135º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4B3 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 179 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.17 |
| HSL | 135º | 0.34% | 0.75% | - |
| HSV(B) | 135º | 0.21% | 0.83% | - |
| XYZ | 47.83 | 58.67 | 51.45 | - |
| YUV | 195.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 179 | 0.21 | 0 | 0.16 | 0.17 | 135 | 0.34 | 0.75 |
| Hex | A8 | D4 | B3 | 15 | 0 | 10 | 11 | 87 | 22 | 4B |
| Octal | 250 | 324 | 263 | 25 | 0 | 20 | 21 | 207 | 42 | 113 |
| Binary | 10101000 | 11010100 | 10110011 | 10101 | 0 | 10000 | 10001 | 10000111 | 100010 | 1001011 |
Color Harmonies of #A8D4B3
Complementary color
Monochromatic Colors of #A8D4B3
Black with #A8D4B3
Text Example
Text Example
White with #A8D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4B3; }
p { color: rgb(168,212,179); }
H1.HeaderClassName
{
color: #A8D4B3;
}
.AnyTagClassName
{
color: #A8D4B3;
}
</style>
background-color css
<style>
a { background-color: #A8D4B3; }
a { background-color: rgb(168,212,179); }
div.DivClassName
{
background-color: #A8D4B3;
}
.BgClassName
{
background-color: #A8D4B3;
}
</style>
border-color css
<style>
span { border-color: #A8D4B3; }
span { border-color: rgb(168,212,179); }
td.TdClassName
{
border-color: #A8D4B3;
}
.TagClassName
{
border-color: #A8D4B3;
}
</style>