Shades of Gum Leaf #A3CCB2
Tints of Gum Leaf #A3CCB2
RGB
CMYK
RGB Variations
Color information
#A3CCB2 (or 0xA3CCB2) is known color: Gum Leaf. HEX triplet: A3, CC and B2. RGB value is (163,204,178). Sum of RGB (Red+Green+Blue) = 163+204+178=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCB2 is #5C334D. Grayscale: #BCBCBC. Windows color (decimal): -6042446 or 11717795. OLE color: 11717795.
HSL color Cylindrical-coordinate representation of color #A3CCB2: hue angle of 141.95º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCB2 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 178 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.2 |
| HSL | 141.95º | 0.29% | 0.72% | - |
| HSV(B) | 141.95º | 0.2% | 0.8% | - |
| XYZ | 44.73 | 54.19 | 50.22 | - |
| YUV | 188.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 178 | 0.20 | 0 | 0.13 | 0.2 | 141.95 | 0.29 | 0.72 |
| Hex | A3 | CC | B2 | 14 | 0 | D | 14 | 8E | 1D | 48 |
| Octal | 243 | 314 | 262 | 24 | 0 | 15 | 24 | 216 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10110010 | 10100 | 0 | 1101 | 10100 | 10001110 | 11101 | 1001000 |
Color Harmonies of #A3CCB2
Complementary color
Monochromatic Colors of #A3CCB2
Black with #A3CCB2
Text Example
Text Example
White with #A3CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCB2; }
p { color: rgb(163,204,178); }
H1.HeaderClassName
{
color: #A3CCB2;
}
.AnyTagClassName
{
color: #A3CCB2;
}
</style>
background-color css
<style>
a { background-color: #A3CCB2; }
a { background-color: rgb(163,204,178); }
div.DivClassName
{
background-color: #A3CCB2;
}
.BgClassName
{
background-color: #A3CCB2;
}
</style>
border-color css
<style>
span { border-color: #A3CCB2; }
span { border-color: rgb(163,204,178); }
td.TdClassName
{
border-color: #A3CCB2;
}
.TagClassName
{
border-color: #A3CCB2;
}
</style>