Shades of Gum Leaf #A5C8B0
Tints of Gum Leaf #A5C8B0
RGB
CMYK
RGB Variations
Color information
#A5C8B0 (or 0xA5C8B0) is known color: Gum Leaf. HEX triplet: A5, C8 and B0. RGB value is (165,200,176). Sum of RGB (Red+Green+Blue) = 165+200+176=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C8B0 is #5A374F. Grayscale: #BABABA. Windows color (decimal): -5912400 or 11585701. OLE color: 11585701.
HSL color Cylindrical-coordinate representation of color #A5C8B0: hue angle of 138.86º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C8B0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 176 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.22 |
| HSL | 138.86º | 0.24% | 0.72% | - |
| HSV(B) | 138.86º | 0.18% | 0.78% | - |
| XYZ | 44.01 | 52.44 | 48.88 | - |
| YUV | 186.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 176 | 0.18 | 0 | 0.12 | 0.22 | 138.86 | 0.24 | 0.72 |
| Hex | A5 | C8 | B0 | 12 | 0 | C | 16 | 8B | 18 | 48 |
| Octal | 245 | 310 | 260 | 22 | 0 | 14 | 26 | 213 | 30 | 110 |
| Binary | 10100101 | 11001000 | 10110000 | 10010 | 0 | 1100 | 10110 | 10001011 | 11000 | 1001000 |
Color Harmonies of #A5C8B0
Complementary color
Monochromatic Colors of #A5C8B0
Black with #A5C8B0
Text Example
Text Example
White with #A5C8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8B0; }
p { color: rgb(165,200,176); }
H1.HeaderClassName
{
color: #A5C8B0;
}
.AnyTagClassName
{
color: #A5C8B0;
}
</style>
background-color css
<style>
a { background-color: #A5C8B0; }
a { background-color: rgb(165,200,176); }
div.DivClassName
{
background-color: #A5C8B0;
}
.BgClassName
{
background-color: #A5C8B0;
}
</style>
border-color css
<style>
span { border-color: #A5C8B0; }
span { border-color: rgb(165,200,176); }
td.TdClassName
{
border-color: #A5C8B0;
}
.TagClassName
{
border-color: #A5C8B0;
}
</style>