Shades of Gum Leaf #A8D3B4
Tints of Gum Leaf #A8D3B4
RGB
CMYK
RGB Variations
Color information
#A8D3B4 (or 0xA8D3B4) is known color: Gum Leaf. HEX triplet: A8, D3 and B4. RGB value is (168,211,180). Sum of RGB (Red+Green+Blue) = 168+211+180=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3B4 is #572C4B. Grayscale: #C2C2C2. Windows color (decimal): -5712972 or 11850664. OLE color: 11850664.
HSL color Cylindrical-coordinate representation of color #A8D3B4: hue angle of 136.74º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3B4 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 180 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.17 |
| HSL | 136.74º | 0.33% | 0.74% | - |
| HSV(B) | 136.74º | 0.2% | 0.83% | - |
| XYZ | 47.68 | 58.21 | 51.9 | - |
| YUV | 194.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 180 | 0.20 | 0 | 0.15 | 0.17 | 136.74 | 0.33 | 0.74 |
| Hex | A8 | D3 | B4 | 14 | 0 | F | 11 | 89 | 21 | 4A |
| Octal | 250 | 323 | 264 | 24 | 0 | 17 | 21 | 211 | 41 | 112 |
| Binary | 10101000 | 11010011 | 10110100 | 10100 | 0 | 1111 | 10001 | 10001001 | 100001 | 1001010 |
Color Harmonies of #A8D3B4
Complementary color
Monochromatic Colors of #A8D3B4
Black with #A8D3B4
Text Example
Text Example
White with #A8D3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3B4; }
p { color: rgb(168,211,180); }
H1.HeaderClassName
{
color: #A8D3B4;
}
.AnyTagClassName
{
color: #A8D3B4;
}
</style>
background-color css
<style>
a { background-color: #A8D3B4; }
a { background-color: rgb(168,211,180); }
div.DivClassName
{
background-color: #A8D3B4;
}
.BgClassName
{
background-color: #A8D3B4;
}
</style>
border-color css
<style>
span { border-color: #A8D3B4; }
span { border-color: rgb(168,211,180); }
td.TdClassName
{
border-color: #A8D3B4;
}
.TagClassName
{
border-color: #A8D3B4;
}
</style>