Shades of Gum Leaf #A8CBAF
Tints of Gum Leaf #A8CBAF
RGB
CMYK
RGB Variations
Color information
#A8CBAF (or 0xA8CBAF) is known color: Gum Leaf. HEX triplet: A8, CB and AF. RGB value is (168,203,175). Sum of RGB (Red+Green+Blue) = 168+203+175=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBAF is #573450. Grayscale: #BDBDBD. Windows color (decimal): -5715025 or 11520936. OLE color: 11520936.
HSL color Cylindrical-coordinate representation of color #A8CBAF: hue angle of 132º 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 #A8CBAF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 175 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.20 |
| HSL | 132º | 0.25% | 0.73% | - |
| HSV(B) | 132º | 0.17% | 0.8% | - |
| XYZ | 45.24 | 54.13 | 48.62 | - |
| YUV | 189.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 175 | 0.17 | 0 | 0.14 | 0.20 | 132 | 0.25 | 0.73 |
| Hex | A8 | CB | AF | 11 | 0 | E | 14 | 84 | 19 | 49 |
| Octal | 250 | 313 | 257 | 21 | 0 | 16 | 24 | 204 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10101111 | 10001 | 0 | 1110 | 10100 | 10000100 | 11001 | 1001001 |
Color Harmonies of #A8CBAF
Complementary color
Monochromatic Colors of #A8CBAF
Black with #A8CBAF
Text Example
Text Example
White with #A8CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBAF; }
p { color: rgb(168,203,175); }
H1.HeaderClassName
{
color: #A8CBAF;
}
.AnyTagClassName
{
color: #A8CBAF;
}
</style>
background-color css
<style>
a { background-color: #A8CBAF; }
a { background-color: rgb(168,203,175); }
div.DivClassName
{
background-color: #A8CBAF;
}
.BgClassName
{
background-color: #A8CBAF;
}
</style>
border-color css
<style>
span { border-color: #A8CBAF; }
span { border-color: rgb(168,203,175); }
td.TdClassName
{
border-color: #A8CBAF;
}
.TagClassName
{
border-color: #A8CBAF;
}
</style>