Shades of Gum Leaf #A8CBB3
Tints of Gum Leaf #A8CBB3
RGB
CMYK
RGB Variations
Color information
#A8CBB3 (or 0xA8CBB3) is known color: Gum Leaf. HEX triplet: A8, CB and B3. RGB value is (168,203,179). Sum of RGB (Red+Green+Blue) = 168+203+179=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBB3 is #57344C. Grayscale: #BDBDBD. Windows color (decimal): -5715021 or 11783080. OLE color: 11783080.
HSL color Cylindrical-coordinate representation of color #A8CBB3: hue angle of 138.86º 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 #A8CBB3 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 179 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.20 |
| HSL | 138.86º | 0.25% | 0.73% | - |
| HSV(B) | 138.86º | 0.17% | 0.8% | - |
| XYZ | 45.64 | 54.29 | 50.72 | - |
| YUV | 189.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 179 | 0.17 | 0 | 0.12 | 0.20 | 138.86 | 0.25 | 0.73 |
| Hex | A8 | CB | B3 | 11 | 0 | C | 14 | 8B | 19 | 49 |
| Octal | 250 | 313 | 263 | 21 | 0 | 14 | 24 | 213 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10110011 | 10001 | 0 | 1100 | 10100 | 10001011 | 11001 | 1001001 |
Color Harmonies of #A8CBB3
Complementary color
Monochromatic Colors of #A8CBB3
Black with #A8CBB3
Text Example
Text Example
White with #A8CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBB3; }
p { color: rgb(168,203,179); }
H1.HeaderClassName
{
color: #A8CBB3;
}
.AnyTagClassName
{
color: #A8CBB3;
}
</style>
background-color css
<style>
a { background-color: #A8CBB3; }
a { background-color: rgb(168,203,179); }
div.DivClassName
{
background-color: #A8CBB3;
}
.BgClassName
{
background-color: #A8CBB3;
}
</style>
border-color css
<style>
span { border-color: #A8CBB3; }
span { border-color: rgb(168,203,179); }
td.TdClassName
{
border-color: #A8CBB3;
}
.TagClassName
{
border-color: #A8CBB3;
}
</style>