Shades of Gum Leaf #ABCEB2
Tints of Gum Leaf #ABCEB2
RGB
CMYK
RGB Variations
Color information
#ABCEB2 (or 0xABCEB2) is known color: Gum Leaf. HEX triplet: AB, CE and B2. RGB value is (171,206,178). Sum of RGB (Red+Green+Blue) = 171+206+178=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEB2 is #54314D. Grayscale: #C0C0C0. Windows color (decimal): -5517646 or 11718315. OLE color: 11718315.
HSL color Cylindrical-coordinate representation of color #ABCEB2: hue angle of 132º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCEB2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 178 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.19 |
| HSL | 132º | 0.26% | 0.74% | - |
| HSV(B) | 132º | 0.17% | 0.81% | - |
| XYZ | 46.9 | 56.01 | 50.46 | - |
| YUV | 192.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 178 | 0.17 | 0 | 0.14 | 0.19 | 132 | 0.26 | 0.74 |
| Hex | AB | CE | B2 | 11 | 0 | E | 13 | 84 | 1A | 4A |
| Octal | 253 | 316 | 262 | 21 | 0 | 16 | 23 | 204 | 32 | 112 |
| Binary | 10101011 | 11001110 | 10110010 | 10001 | 0 | 1110 | 10011 | 10000100 | 11010 | 1001010 |
Color Harmonies of #ABCEB2
Complementary color
Monochromatic Colors of #ABCEB2
Black with #ABCEB2
Text Example
Text Example
White with #ABCEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEB2; }
p { color: rgb(171,206,178); }
H1.HeaderClassName
{
color: #ABCEB2;
}
.AnyTagClassName
{
color: #ABCEB2;
}
</style>
background-color css
<style>
a { background-color: #ABCEB2; }
a { background-color: rgb(171,206,178); }
div.DivClassName
{
background-color: #ABCEB2;
}
.BgClassName
{
background-color: #ABCEB2;
}
</style>
border-color css
<style>
span { border-color: #ABCEB2; }
span { border-color: rgb(171,206,178); }
td.TdClassName
{
border-color: #ABCEB2;
}
.TagClassName
{
border-color: #ABCEB2;
}
</style>