Shades of Gum Leaf #ABD6BB
Tints of Gum Leaf #ABD6BB
RGB
CMYK
RGB Variations
Color information
#ABD6BB (or 0xABD6BB) is known color: Gum Leaf. HEX triplet: AB, D6 and BB. RGB value is (171,214,187). Sum of RGB (Red+Green+Blue) = 171+214+187=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6BB is #542944. Grayscale: #C6C6C6. Windows color (decimal): -5515589 or 12310187. OLE color: 12310187.
HSL color Cylindrical-coordinate representation of color #ABD6BB: hue angle of 142.33º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6BB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 187 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.16 |
| HSL | 142.33º | 0.34% | 0.75% | - |
| HSV(B) | 142.33º | 0.2% | 0.84% | - |
| XYZ | 49.81 | 60.34 | 56.03 | - |
| YUV | 198.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 187 | 0.20 | 0 | 0.13 | 0.16 | 142.33 | 0.34 | 0.75 |
| Hex | AB | D6 | BB | 14 | 0 | D | 10 | 8E | 22 | 4B |
| Octal | 253 | 326 | 273 | 24 | 0 | 15 | 20 | 216 | 42 | 113 |
| Binary | 10101011 | 11010110 | 10111011 | 10100 | 0 | 1101 | 10000 | 10001110 | 100010 | 1001011 |
Color Harmonies of #ABD6BB
Complementary color
Monochromatic Colors of #ABD6BB
Black with #ABD6BB
Text Example
Text Example
White with #ABD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6BB; }
p { color: rgb(171,214,187); }
H1.HeaderClassName
{
color: #ABD6BB;
}
.AnyTagClassName
{
color: #ABD6BB;
}
</style>
background-color css
<style>
a { background-color: #ABD6BB; }
a { background-color: rgb(171,214,187); }
div.DivClassName
{
background-color: #ABD6BB;
}
.BgClassName
{
background-color: #ABD6BB;
}
</style>
border-color css
<style>
span { border-color: #ABD6BB; }
span { border-color: rgb(171,214,187); }
td.TdClassName
{
border-color: #ABD6BB;
}
.TagClassName
{
border-color: #ABD6BB;
}
</style>