Shades of Gum Leaf #A8CCB3
Tints of Gum Leaf #A8CCB3
RGB
CMYK
RGB Variations
Color information
#A8CCB3 (or 0xA8CCB3) is known color: Gum Leaf. HEX triplet: A8, CC and B3. RGB value is (168,204,179). Sum of RGB (Red+Green+Blue) = 168+204+179=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCB3 is #57334C. Grayscale: #BEBEBE. Windows color (decimal): -5714765 or 11783336. OLE color: 11783336.
HSL color Cylindrical-coordinate representation of color #A8CCB3: hue angle of 138.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCB3 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 179 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.2 |
| HSL | 138.33º | 0.26% | 0.73% | - |
| HSV(B) | 138.33º | 0.18% | 0.8% | - |
| XYZ | 45.88 | 54.77 | 50.8 | - |
| YUV | 190.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 179 | 0.18 | 0 | 0.12 | 0.2 | 138.33 | 0.26 | 0.73 |
| Hex | A8 | CC | B3 | 12 | 0 | C | 14 | 8A | 1A | 49 |
| Octal | 250 | 314 | 263 | 22 | 0 | 14 | 24 | 212 | 32 | 111 |
| Binary | 10101000 | 11001100 | 10110011 | 10010 | 0 | 1100 | 10100 | 10001010 | 11010 | 1001001 |
Color Harmonies of #A8CCB3
Complementary color
Monochromatic Colors of #A8CCB3
Black with #A8CCB3
Text Example
Text Example
White with #A8CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCB3; }
p { color: rgb(168,204,179); }
H1.HeaderClassName
{
color: #A8CCB3;
}
.AnyTagClassName
{
color: #A8CCB3;
}
</style>
background-color css
<style>
a { background-color: #A8CCB3; }
a { background-color: rgb(168,204,179); }
div.DivClassName
{
background-color: #A8CCB3;
}
.BgClassName
{
background-color: #A8CCB3;
}
</style>
border-color css
<style>
span { border-color: #A8CCB3; }
span { border-color: rgb(168,204,179); }
td.TdClassName
{
border-color: #A8CCB3;
}
.TagClassName
{
border-color: #A8CCB3;
}
</style>