Shades of Gum Leaf #A8CBAD
Tints of Gum Leaf #A8CBAD
RGB
CMYK
RGB Variations
Color information
#A8CBAD (or 0xA8CBAD) is known color: Gum Leaf. HEX triplet: A8, CB and AD. RGB value is (168,203,173). Sum of RGB (Red+Green+Blue) = 168+203+173=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBAD is #573452. Grayscale: #BDBDBD. Windows color (decimal): -5715027 or 11389864. OLE color: 11389864.
HSL color Cylindrical-coordinate representation of color #A8CBAD: hue angle of 128.57º 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 #A8CBAD is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 173 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.20 |
| HSL | 128.57º | 0.25% | 0.73% | - |
| HSV(B) | 128.57º | 0.17% | 0.8% | - |
| XYZ | 45.05 | 54.05 | 47.59 | - |
| YUV | 189.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 173 | 0.17 | 0 | 0.15 | 0.20 | 128.57 | 0.25 | 0.73 |
| Hex | A8 | CB | AD | 11 | 0 | F | 14 | 81 | 19 | 49 |
| Octal | 250 | 313 | 255 | 21 | 0 | 17 | 24 | 201 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10101101 | 10001 | 0 | 1111 | 10100 | 10000001 | 11001 | 1001001 |
Color Harmonies of #A8CBAD
Complementary color
Monochromatic Colors of #A8CBAD
Black with #A8CBAD
Text Example
Text Example
White with #A8CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBAD; }
p { color: rgb(168,203,173); }
H1.HeaderClassName
{
color: #A8CBAD;
}
.AnyTagClassName
{
color: #A8CBAD;
}
</style>
background-color css
<style>
a { background-color: #A8CBAD; }
a { background-color: rgb(168,203,173); }
div.DivClassName
{
background-color: #A8CBAD;
}
.BgClassName
{
background-color: #A8CBAD;
}
</style>
border-color css
<style>
span { border-color: #A8CBAD; }
span { border-color: rgb(168,203,173); }
td.TdClassName
{
border-color: #A8CBAD;
}
.TagClassName
{
border-color: #A8CBAD;
}
</style>