Shades of Gum Leaf #ABCEB5
Tints of Gum Leaf #ABCEB5
RGB
CMYK
RGB Variations
Color information
#ABCEB5 (or 0xABCEB5) is known color: Gum Leaf. HEX triplet: AB, CE and B5. RGB value is (171,206,181). Sum of RGB (Red+Green+Blue) = 171+206+181=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEB5 is #54314A. Grayscale: #C0C0C0. Windows color (decimal): -5517643 or 11914923. OLE color: 11914923.
HSL color Cylindrical-coordinate representation of color #ABCEB5: hue angle of 137.14º 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 #ABCEB5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 181 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.19 |
| HSL | 137.14º | 0.26% | 0.74% | - |
| HSV(B) | 137.14º | 0.17% | 0.81% | - |
| XYZ | 47.21 | 56.14 | 52.06 | - |
| YUV | 192.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 181 | 0.17 | 0 | 0.12 | 0.19 | 137.14 | 0.26 | 0.74 |
| Hex | AB | CE | B5 | 11 | 0 | C | 13 | 89 | 1A | 4A |
| Octal | 253 | 316 | 265 | 21 | 0 | 14 | 23 | 211 | 32 | 112 |
| Binary | 10101011 | 11001110 | 10110101 | 10001 | 0 | 1100 | 10011 | 10001001 | 11010 | 1001010 |
Color Harmonies of #ABCEB5
Complementary color
Monochromatic Colors of #ABCEB5
Black with #ABCEB5
Text Example
Text Example
White with #ABCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEB5; }
p { color: rgb(171,206,181); }
H1.HeaderClassName
{
color: #ABCEB5;
}
.AnyTagClassName
{
color: #ABCEB5;
}
</style>
background-color css
<style>
a { background-color: #ABCEB5; }
a { background-color: rgb(171,206,181); }
div.DivClassName
{
background-color: #ABCEB5;
}
.BgClassName
{
background-color: #ABCEB5;
}
</style>
border-color css
<style>
span { border-color: #ABCEB5; }
span { border-color: rgb(171,206,181); }
td.TdClassName
{
border-color: #ABCEB5;
}
.TagClassName
{
border-color: #ABCEB5;
}
</style>