Shades of Gum Leaf #A8C9B5
Tints of Gum Leaf #A8C9B5
RGB
CMYK
RGB Variations
Color information
#A8C9B5 (or 0xA8C9B5) is known color: Gum Leaf. HEX triplet: A8, C9 and B5. RGB value is (168,201,181). Sum of RGB (Red+Green+Blue) = 168+201+181=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C9B5 is #57364A. Grayscale: #BCBCBC. Windows color (decimal): -5715531 or 11913640. OLE color: 11913640.
HSL color Cylindrical-coordinate representation of color #A8C9B5: hue angle of 143.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9B5 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 181 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.21 |
| HSL | 143.64º | 0.23% | 0.72% | - |
| HSV(B) | 143.64º | 0.16% | 0.79% | - |
| XYZ | 45.38 | 53.43 | 51.64 | - |
| YUV | 188.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 181 | 0.16 | 0 | 0.10 | 0.21 | 143.64 | 0.23 | 0.72 |
| Hex | A8 | C9 | B5 | 10 | 0 | A | 15 | 90 | 17 | 48 |
| Octal | 250 | 311 | 265 | 20 | 0 | 12 | 25 | 220 | 27 | 110 |
| Binary | 10101000 | 11001001 | 10110101 | 10000 | 0 | 1010 | 10101 | 10010000 | 10111 | 1001000 |
Color Harmonies of #A8C9B5
Complementary color
Monochromatic Colors of #A8C9B5
Black with #A8C9B5
Text Example
Text Example
White with #A8C9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9B5; }
p { color: rgb(168,201,181); }
H1.HeaderClassName
{
color: #A8C9B5;
}
.AnyTagClassName
{
color: #A8C9B5;
}
</style>
background-color css
<style>
a { background-color: #A8C9B5; }
a { background-color: rgb(168,201,181); }
div.DivClassName
{
background-color: #A8C9B5;
}
.BgClassName
{
background-color: #A8C9B5;
}
</style>
border-color css
<style>
span { border-color: #A8C9B5; }
span { border-color: rgb(168,201,181); }
td.TdClassName
{
border-color: #A8C9B5;
}
.TagClassName
{
border-color: #A8C9B5;
}
</style>