Shades of Gum Leaf #A8D3B5
Tints of Gum Leaf #A8D3B5
RGB
CMYK
RGB Variations
Color information
#A8D3B5 (or 0xA8D3B5) is known color: Gum Leaf. HEX triplet: A8, D3 and B5. RGB value is (168,211,181). Sum of RGB (Red+Green+Blue) = 168+211+181=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3B5 is #572C4A. Grayscale: #C2C2C2. Windows color (decimal): -5712971 or 11916200. OLE color: 11916200.
HSL color Cylindrical-coordinate representation of color #A8D3B5: hue angle of 138.14º 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 #A8D3B5 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 181 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.17 |
| HSL | 138.14º | 0.33% | 0.74% | - |
| HSV(B) | 138.14º | 0.2% | 0.83% | - |
| XYZ | 47.78 | 58.25 | 52.44 | - |
| YUV | 194.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 181 | 0.20 | 0 | 0.14 | 0.17 | 138.14 | 0.33 | 0.74 |
| Hex | A8 | D3 | B5 | 14 | 0 | E | 11 | 8A | 21 | 4A |
| Octal | 250 | 323 | 265 | 24 | 0 | 16 | 21 | 212 | 41 | 112 |
| Binary | 10101000 | 11010011 | 10110101 | 10100 | 0 | 1110 | 10001 | 10001010 | 100001 | 1001010 |
Color Harmonies of #A8D3B5
Complementary color
Monochromatic Colors of #A8D3B5
Black with #A8D3B5
Text Example
Text Example
White with #A8D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3B5; }
p { color: rgb(168,211,181); }
H1.HeaderClassName
{
color: #A8D3B5;
}
.AnyTagClassName
{
color: #A8D3B5;
}
</style>
background-color css
<style>
a { background-color: #A8D3B5; }
a { background-color: rgb(168,211,181); }
div.DivClassName
{
background-color: #A8D3B5;
}
.BgClassName
{
background-color: #A8D3B5;
}
</style>
border-color css
<style>
span { border-color: #A8D3B5; }
span { border-color: rgb(168,211,181); }
td.TdClassName
{
border-color: #A8D3B5;
}
.TagClassName
{
border-color: #A8D3B5;
}
</style>