Shades of Gum Leaf #A8CAB0
Tints of Gum Leaf #A8CAB0
RGB
CMYK
RGB Variations
Color information
#A8CAB0 (or 0xA8CAB0) is known color: Gum Leaf. HEX triplet: A8, CA and B0. RGB value is (168,202,176). Sum of RGB (Red+Green+Blue) = 168+202+176=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAB0 is #57354F. Grayscale: #BCBCBC. Windows color (decimal): -5715280 or 11586216. OLE color: 11586216.
HSL color Cylindrical-coordinate representation of color #A8CAB0: hue angle of 134.12º 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 #A8CAB0 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 176 | - |
CMYK | 0.17 | 0 | 0.13 | 0.21 |
HSL | 134.12º | 0.24% | 0.73% | - |
HSV(B) | 134.12º | 0.17% | 0.79% | - |
XYZ | 45.11 | 53.7 | 49.06 | - |
YUV | 188.87 | 120.74 | 113.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 176 | 0.17 | 0 | 0.13 | 0.21 | 134.12 | 0.24 | 0.73 |
Hex | A8 | CA | B0 | 11 | 0 | D | 15 | 86 | 18 | 49 |
Octal | 250 | 312 | 260 | 21 | 0 | 15 | 25 | 206 | 30 | 111 |
Binary | 10101000 | 11001010 | 10110000 | 10001 | 0 | 1101 | 10101 | 10000110 | 11000 | 1001001 |
Color Harmonies of #A8CAB0
Complementary color
Monochromatic Colors of #A8CAB0
Black with #A8CAB0
Text Example
Text Example
White with #A8CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAB0; }
p { color: rgb(168,202,176); }
H1.HeaderClassName
{
color: #A8CAB0;
}
.AnyTagClassName
{
color: #A8CAB0;
}
</style>
background-color css
<style>
a { background-color: #A8CAB0; }
a { background-color: rgb(168,202,176); }
div.DivClassName
{
background-color: #A8CAB0;
}
.BgClassName
{
background-color: #A8CAB0;
}
</style>
border-color css
<style>
span { border-color: #A8CAB0; }
span { border-color: rgb(168,202,176); }
td.TdClassName
{
border-color: #A8CAB0;
}
.TagClassName
{
border-color: #A8CAB0;
}
</style>