Shades of Gum Leaf #ABD2B2
Tints of Gum Leaf #ABD2B2
RGB
CMYK
RGB Variations
Color information
#ABD2B2 (or 0xABD2B2) is known color: Gum Leaf. HEX triplet: AB, D2 and B2. RGB value is (171,210,178). Sum of RGB (Red+Green+Blue) = 171+210+178=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD2B2 is #542D4D. Grayscale: #C2C2C2. Windows color (decimal): -5516622 or 11719339. OLE color: 11719339.
HSL color Cylindrical-coordinate representation of color #ABD2B2: hue angle of 130.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2B2 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 178 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.18 |
| HSL | 130.77º | 0.3% | 0.75% | - |
| HSV(B) | 130.77º | 0.19% | 0.82% | - |
| XYZ | 47.88 | 57.97 | 50.78 | - |
| YUV | 194.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 178 | 0.19 | 0 | 0.15 | 0.18 | 130.77 | 0.3 | 0.75 |
| Hex | AB | D2 | B2 | 13 | 0 | F | 12 | 83 | 1E | 4B |
| Octal | 253 | 322 | 262 | 23 | 0 | 17 | 22 | 203 | 36 | 113 |
| Binary | 10101011 | 11010010 | 10110010 | 10011 | 0 | 1111 | 10010 | 10000011 | 11110 | 1001011 |
Color Harmonies of #ABD2B2
Complementary color
Monochromatic Colors of #ABD2B2
Black with #ABD2B2
Text Example
Text Example
White with #ABD2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2B2; }
p { color: rgb(171,210,178); }
H1.HeaderClassName
{
color: #ABD2B2;
}
.AnyTagClassName
{
color: #ABD2B2;
}
</style>
background-color css
<style>
a { background-color: #ABD2B2; }
a { background-color: rgb(171,210,178); }
div.DivClassName
{
background-color: #ABD2B2;
}
.BgClassName
{
background-color: #ABD2B2;
}
</style>
border-color css
<style>
span { border-color: #ABD2B2; }
span { border-color: rgb(171,210,178); }
td.TdClassName
{
border-color: #ABD2B2;
}
.TagClassName
{
border-color: #ABD2B2;
}
</style>