Shades of Gum Leaf #ABD1B4
Tints of Gum Leaf #ABD1B4
RGB
CMYK
RGB Variations
Color information
#ABD1B4 (or 0xABD1B4) is known color: Gum Leaf. HEX triplet: AB, D1 and B4. RGB value is (171,209,180). Sum of RGB (Red+Green+Blue) = 171+209+180=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1B4 is #542E4B. Grayscale: #C2C2C2. Windows color (decimal): -5516876 or 11850155. OLE color: 11850155.
HSL color Cylindrical-coordinate representation of color #ABD1B4: hue angle of 134.21º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD1B4 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 180 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.18 |
| HSL | 134.21º | 0.29% | 0.75% | - |
| HSV(B) | 134.21º | 0.18% | 0.82% | - |
| XYZ | 47.83 | 57.55 | 51.77 | - |
| YUV | 194.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 180 | 0.18 | 0 | 0.14 | 0.18 | 134.21 | 0.29 | 0.75 |
| Hex | AB | D1 | B4 | 12 | 0 | E | 12 | 86 | 1D | 4B |
| Octal | 253 | 321 | 264 | 22 | 0 | 16 | 22 | 206 | 35 | 113 |
| Binary | 10101011 | 11010001 | 10110100 | 10010 | 0 | 1110 | 10010 | 10000110 | 11101 | 1001011 |
Color Harmonies of #ABD1B4
Complementary color
Monochromatic Colors of #ABD1B4
Black with #ABD1B4
Text Example
Text Example
White with #ABD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD1B4; }
p { color: rgb(171,209,180); }
H1.HeaderClassName
{
color: #ABD1B4;
}
.AnyTagClassName
{
color: #ABD1B4;
}
</style>
background-color css
<style>
a { background-color: #ABD1B4; }
a { background-color: rgb(171,209,180); }
div.DivClassName
{
background-color: #ABD1B4;
}
.BgClassName
{
background-color: #ABD1B4;
}
</style>
border-color css
<style>
span { border-color: #ABD1B4; }
span { border-color: rgb(171,209,180); }
td.TdClassName
{
border-color: #ABD1B4;
}
.TagClassName
{
border-color: #ABD1B4;
}
</style>