Shades of Gum Leaf #A8CAB6
Tints of Gum Leaf #A8CAB6
RGB
CMYK
RGB Variations
Color information
#A8CAB6 (or 0xA8CAB6) is known color: Gum Leaf. HEX triplet: A8, CA and B6. RGB value is (168,202,182). Sum of RGB (Red+Green+Blue) = 168+202+182=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB6 is #573549. Grayscale: #BDBDBD. Windows color (decimal): -5715274 or 11979432. OLE color: 11979432.
HSL color Cylindrical-coordinate representation of color #A8CAB6: hue angle of 144.71º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAB6 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 182 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.21 |
| HSL | 144.71º | 0.24% | 0.73% | - |
| HSV(B) | 144.71º | 0.17% | 0.79% | - |
| XYZ | 45.71 | 53.94 | 52.26 | - |
| YUV | 189.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 182 | 0.17 | 0 | 0.10 | 0.21 | 144.71 | 0.24 | 0.73 |
| Hex | A8 | CA | B6 | 11 | 0 | A | 15 | 91 | 18 | 49 |
| Octal | 250 | 312 | 266 | 21 | 0 | 12 | 25 | 221 | 30 | 111 |
| Binary | 10101000 | 11001010 | 10110110 | 10001 | 0 | 1010 | 10101 | 10010001 | 11000 | 1001001 |
Color Harmonies of #A8CAB6
Complementary color
Monochromatic Colors of #A8CAB6
Black with #A8CAB6
Text Example
Text Example
White with #A8CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAB6; }
p { color: rgb(168,202,182); }
H1.HeaderClassName
{
color: #A8CAB6;
}
.AnyTagClassName
{
color: #A8CAB6;
}
</style>
background-color css
<style>
a { background-color: #A8CAB6; }
a { background-color: rgb(168,202,182); }
div.DivClassName
{
background-color: #A8CAB6;
}
.BgClassName
{
background-color: #A8CAB6;
}
</style>
border-color css
<style>
span { border-color: #A8CAB6; }
span { border-color: rgb(168,202,182); }
td.TdClassName
{
border-color: #A8CAB6;
}
.TagClassName
{
border-color: #A8CAB6;
}
</style>