Shades of Gum Leaf #ABD0B4
Tints of Gum Leaf #ABD0B4
RGB
CMYK
RGB Variations
Color information
#ABD0B4 (or 0xABD0B4) is known color: Gum Leaf. HEX triplet: AB, D0 and B4. RGB value is (171,208,180). Sum of RGB (Red+Green+Blue) = 171+208+180=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0B4 is #542F4B. Grayscale: #C1C1C1. Windows color (decimal): -5517132 or 11849899. OLE color: 11849899.
HSL color Cylindrical-coordinate representation of color #ABD0B4: hue angle of 134.59º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD0B4 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 208 | 180 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.18 |
| HSL | 134.59º | 0.28% | 0.74% | - |
| HSV(B) | 134.59º | 0.18% | 0.82% | - |
| XYZ | 47.59 | 57.06 | 51.69 | - |
| YUV | 193.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 208 | 180 | 0.18 | 0 | 0.13 | 0.18 | 134.59 | 0.28 | 0.74 |
| Hex | AB | D0 | B4 | 12 | 0 | D | 12 | 87 | 1C | 4A |
| Octal | 253 | 320 | 264 | 22 | 0 | 15 | 22 | 207 | 34 | 112 |
| Binary | 10101011 | 11010000 | 10110100 | 10010 | 0 | 1101 | 10010 | 10000111 | 11100 | 1001010 |
Color Harmonies of #ABD0B4
Complementary color
Monochromatic Colors of #ABD0B4
Black with #ABD0B4
Text Example
Text Example
White with #ABD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD0B4; }
p { color: rgb(171,208,180); }
H1.HeaderClassName
{
color: #ABD0B4;
}
.AnyTagClassName
{
color: #ABD0B4;
}
</style>
background-color css
<style>
a { background-color: #ABD0B4; }
a { background-color: rgb(171,208,180); }
div.DivClassName
{
background-color: #ABD0B4;
}
.BgClassName
{
background-color: #ABD0B4;
}
</style>
border-color css
<style>
span { border-color: #ABD0B4; }
span { border-color: rgb(171,208,180); }
td.TdClassName
{
border-color: #ABD0B4;
}
.TagClassName
{
border-color: #ABD0B4;
}
</style>