Shades of Gum Leaf #A8C9B0
Tints of Gum Leaf #A8C9B0
RGB
CMYK
RGB Variations
Color information
#A8C9B0 (or 0xA8C9B0) is known color: Gum Leaf. HEX triplet: A8, C9 and B0. RGB value is (168,201,176). Sum of RGB (Red+Green+Blue) = 168+201+176=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9B0 is #57364F. Grayscale: #BCBCBC. Windows color (decimal): -5715536 or 11585960. OLE color: 11585960.
HSL color Cylindrical-coordinate representation of color #A8C9B0: hue angle of 134.55º 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 #A8C9B0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 176 | - |
CMYK | 0.16 | 0 | 0.12 | 0.21 |
HSL | 134.55º | 0.23% | 0.72% | - |
HSV(B) | 134.55º | 0.16% | 0.79% | - |
XYZ | 44.87 | 53.23 | 48.98 | - |
YUV | 188.28 | 121.07 | 113.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 176 | 0.16 | 0 | 0.12 | 0.21 | 134.55 | 0.23 | 0.72 |
Hex | A8 | C9 | B0 | 10 | 0 | C | 15 | 87 | 17 | 48 |
Octal | 250 | 311 | 260 | 20 | 0 | 14 | 25 | 207 | 27 | 110 |
Binary | 10101000 | 11001001 | 10110000 | 10000 | 0 | 1100 | 10101 | 10000111 | 10111 | 1001000 |
Color Harmonies of #A8C9B0
Complementary color
Monochromatic Colors of #A8C9B0
Black with #A8C9B0
Text Example
Text Example
White with #A8C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9B0; }
p { color: rgb(168,201,176); }
H1.HeaderClassName
{
color: #A8C9B0;
}
.AnyTagClassName
{
color: #A8C9B0;
}
</style>
background-color css
<style>
a { background-color: #A8C9B0; }
a { background-color: rgb(168,201,176); }
div.DivClassName
{
background-color: #A8C9B0;
}
.BgClassName
{
background-color: #A8C9B0;
}
</style>
border-color css
<style>
span { border-color: #A8C9B0; }
span { border-color: rgb(168,201,176); }
td.TdClassName
{
border-color: #A8C9B0;
}
.TagClassName
{
border-color: #A8C9B0;
}
</style>