Shades of Gum Leaf #ABD6B3
Tints of Gum Leaf #ABD6B3
RGB
CMYK
RGB Variations
Color information
#ABD6B3 (or 0xABD6B3) is known color: Gum Leaf. HEX triplet: AB, D6 and B3. RGB value is (171,214,179). Sum of RGB (Red+Green+Blue) = 171+214+179=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6B3 is #54294C. Grayscale: #C5C5C5. Windows color (decimal): -5515597 or 11785899. OLE color: 11785899.
HSL color Cylindrical-coordinate representation of color #ABD6B3: hue angle of 131.16º 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 #ABD6B3 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 179 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.16 |
| HSL | 131.16º | 0.34% | 0.75% | - |
| HSV(B) | 131.16º | 0.2% | 0.84% | - |
| XYZ | 48.98 | 60.01 | 51.65 | - |
| YUV | 197.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 179 | 0.20 | 0 | 0.16 | 0.16 | 131.16 | 0.34 | 0.75 |
| Hex | AB | D6 | B3 | 14 | 0 | 10 | 10 | 83 | 22 | 4B |
| Octal | 253 | 326 | 263 | 24 | 0 | 20 | 20 | 203 | 42 | 113 |
| Binary | 10101011 | 11010110 | 10110011 | 10100 | 0 | 10000 | 10000 | 10000011 | 100010 | 1001011 |
Color Harmonies of #ABD6B3
Complementary color
Monochromatic Colors of #ABD6B3
Black with #ABD6B3
Text Example
Text Example
White with #ABD6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6B3; }
p { color: rgb(171,214,179); }
H1.HeaderClassName
{
color: #ABD6B3;
}
.AnyTagClassName
{
color: #ABD6B3;
}
</style>
background-color css
<style>
a { background-color: #ABD6B3; }
a { background-color: rgb(171,214,179); }
div.DivClassName
{
background-color: #ABD6B3;
}
.BgClassName
{
background-color: #ABD6B3;
}
</style>
border-color css
<style>
span { border-color: #ABD6B3; }
span { border-color: rgb(171,214,179); }
td.TdClassName
{
border-color: #ABD6B3;
}
.TagClassName
{
border-color: #ABD6B3;
}
</style>