Shades of Gum Leaf #A8CBB1
Tints of Gum Leaf #A8CBB1
RGB
CMYK
RGB Variations
Color information
#A8CBB1 (or 0xA8CBB1) is known color: Gum Leaf. HEX triplet: A8, CB and B1. RGB value is (168,203,177). Sum of RGB (Red+Green+Blue) = 168+203+177=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBB1 is #57344E. Grayscale: #BDBDBD. Windows color (decimal): -5715023 or 11652008. OLE color: 11652008.
HSL color Cylindrical-coordinate representation of color #A8CBB1: hue angle of 135.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBB1 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 177 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.20 |
| HSL | 135.43º | 0.25% | 0.73% | - |
| HSV(B) | 135.43º | 0.17% | 0.8% | - |
| XYZ | 45.44 | 54.21 | 49.66 | - |
| YUV | 189.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 177 | 0.17 | 0 | 0.13 | 0.20 | 135.43 | 0.25 | 0.73 |
| Hex | A8 | CB | B1 | 11 | 0 | D | 14 | 87 | 19 | 49 |
| Octal | 250 | 313 | 261 | 21 | 0 | 15 | 24 | 207 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10110001 | 10001 | 0 | 1101 | 10100 | 10000111 | 11001 | 1001001 |
Color Harmonies of #A8CBB1
Complementary color
Monochromatic Colors of #A8CBB1
Black with #A8CBB1
Text Example
Text Example
White with #A8CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBB1; }
p { color: rgb(168,203,177); }
H1.HeaderClassName
{
color: #A8CBB1;
}
.AnyTagClassName
{
color: #A8CBB1;
}
</style>
background-color css
<style>
a { background-color: #A8CBB1; }
a { background-color: rgb(168,203,177); }
div.DivClassName
{
background-color: #A8CBB1;
}
.BgClassName
{
background-color: #A8CBB1;
}
</style>
border-color css
<style>
span { border-color: #A8CBB1; }
span { border-color: rgb(168,203,177); }
td.TdClassName
{
border-color: #A8CBB1;
}
.TagClassName
{
border-color: #A8CBB1;
}
</style>