Shades of Gum Leaf #A8CBB2
Tints of Gum Leaf #A8CBB2
RGB
CMYK
RGB Variations
Color information
#A8CBB2 (or 0xA8CBB2) is known color: Gum Leaf. HEX triplet: A8, CB and B2. RGB value is (168,203,178). Sum of RGB (Red+Green+Blue) = 168+203+178=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBB2 is #57344D. Grayscale: #BDBDBD. Windows color (decimal): -5715022 or 11717544. OLE color: 11717544.
HSL color Cylindrical-coordinate representation of color #A8CBB2: hue angle of 137.14º 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 #A8CBB2 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 178 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.20 |
| HSL | 137.14º | 0.25% | 0.73% | - |
| HSV(B) | 137.14º | 0.17% | 0.8% | - |
| XYZ | 45.54 | 54.25 | 50.19 | - |
| YUV | 189.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 178 | 0.17 | 0 | 0.12 | 0.20 | 137.14 | 0.25 | 0.73 |
| Hex | A8 | CB | B2 | 11 | 0 | C | 14 | 89 | 19 | 49 |
| Octal | 250 | 313 | 262 | 21 | 0 | 14 | 24 | 211 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10110010 | 10001 | 0 | 1100 | 10100 | 10001001 | 11001 | 1001001 |
Color Harmonies of #A8CBB2
Complementary color
Monochromatic Colors of #A8CBB2
Black with #A8CBB2
Text Example
Text Example
White with #A8CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBB2; }
p { color: rgb(168,203,178); }
H1.HeaderClassName
{
color: #A8CBB2;
}
.AnyTagClassName
{
color: #A8CBB2;
}
</style>
background-color css
<style>
a { background-color: #A8CBB2; }
a { background-color: rgb(168,203,178); }
div.DivClassName
{
background-color: #A8CBB2;
}
.BgClassName
{
background-color: #A8CBB2;
}
</style>
border-color css
<style>
span { border-color: #A8CBB2; }
span { border-color: rgb(168,203,178); }
td.TdClassName
{
border-color: #A8CBB2;
}
.TagClassName
{
border-color: #A8CBB2;
}
</style>