Shades of Gum Leaf #A8CAB5
Tints of Gum Leaf #A8CAB5
RGB
CMYK
RGB Variations
Color information
#A8CAB5 (or 0xA8CAB5) is known color: Gum Leaf. HEX triplet: A8, CA and B5. RGB value is (168,202,181). Sum of RGB (Red+Green+Blue) = 168+202+181=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB5 is #57354A. Grayscale: #BDBDBD. Windows color (decimal): -5715275 or 11913896. OLE color: 11913896.
HSL color Cylindrical-coordinate representation of color #A8CAB5: hue angle of 142.94º 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 #A8CAB5 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 181 | - |
CMYK | 0.17 | 0 | 0.10 | 0.21 |
HSL | 142.94º | 0.24% | 0.73% | - |
HSV(B) | 142.94º | 0.17% | 0.79% | - |
XYZ | 45.61 | 53.9 | 51.72 | - |
YUV | 189.44 | 123.24 | 112.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 181 | 0.17 | 0 | 0.10 | 0.21 | 142.94 | 0.24 | 0.73 |
Hex | A8 | CA | B5 | 11 | 0 | A | 15 | 8F | 18 | 49 |
Octal | 250 | 312 | 265 | 21 | 0 | 12 | 25 | 217 | 30 | 111 |
Binary | 10101000 | 11001010 | 10110101 | 10001 | 0 | 1010 | 10101 | 10001111 | 11000 | 1001001 |
Color Harmonies of #A8CAB5
Complementary color
Monochromatic Colors of #A8CAB5
Black with #A8CAB5
Text Example
Text Example
White with #A8CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAB5; }
p { color: rgb(168,202,181); }
H1.HeaderClassName
{
color: #A8CAB5;
}
.AnyTagClassName
{
color: #A8CAB5;
}
</style>
background-color css
<style>
a { background-color: #A8CAB5; }
a { background-color: rgb(168,202,181); }
div.DivClassName
{
background-color: #A8CAB5;
}
.BgClassName
{
background-color: #A8CAB5;
}
</style>
border-color css
<style>
span { border-color: #A8CAB5; }
span { border-color: rgb(168,202,181); }
td.TdClassName
{
border-color: #A8CAB5;
}
.TagClassName
{
border-color: #A8CAB5;
}
</style>