Shades of Gum Leaf #A3CEB0
Tints of Gum Leaf #A3CEB0
RGB
CMYK
RGB Variations
Color information
#A3CEB0 (or 0xA3CEB0) is known color: Gum Leaf. HEX triplet: A3, CE and B0. RGB value is (163,206,176). Sum of RGB (Red+Green+Blue) = 163+206+176=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEB0 is #5C314F. Grayscale: #BDBDBD. Windows color (decimal): -6041936 or 11587235. OLE color: 11587235.
HSL color Cylindrical-coordinate representation of color #A3CEB0: hue angle of 138.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEB0 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 176 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.19 |
| HSL | 138.14º | 0.3% | 0.72% | - |
| HSV(B) | 138.14º | 0.21% | 0.81% | - |
| XYZ | 45.01 | 55.06 | 49.33 | - |
| YUV | 189.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 176 | 0.21 | 0 | 0.15 | 0.19 | 138.14 | 0.3 | 0.72 |
| Hex | A3 | CE | B0 | 15 | 0 | F | 13 | 8A | 1E | 48 |
| Octal | 243 | 316 | 260 | 25 | 0 | 17 | 23 | 212 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10110000 | 10101 | 0 | 1111 | 10011 | 10001010 | 11110 | 1001000 |
Color Harmonies of #A3CEB0
Complementary color
Monochromatic Colors of #A3CEB0
Black with #A3CEB0
Text Example
Text Example
White with #A3CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEB0; }
p { color: rgb(163,206,176); }
H1.HeaderClassName
{
color: #A3CEB0;
}
.AnyTagClassName
{
color: #A3CEB0;
}
</style>
background-color css
<style>
a { background-color: #A3CEB0; }
a { background-color: rgb(163,206,176); }
div.DivClassName
{
background-color: #A3CEB0;
}
.BgClassName
{
background-color: #A3CEB0;
}
</style>
border-color css
<style>
span { border-color: #A3CEB0; }
span { border-color: rgb(163,206,176); }
td.TdClassName
{
border-color: #A3CEB0;
}
.TagClassName
{
border-color: #A3CEB0;
}
</style>