Shades of Gum Leaf #ABC6B2
Tints of Gum Leaf #ABC6B2
RGB
CMYK
RGB Variations
Color information
#ABC6B2 (or 0xABC6B2) is known color: Gum Leaf. HEX triplet: AB, C6 and B2. RGB value is (171,198,178). Sum of RGB (Red+Green+Blue) = 171+198+178=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6B2 is #54394D. Grayscale: #BBBBBB. Windows color (decimal): -5519694 or 11716267. OLE color: 11716267.
HSL color Cylindrical-coordinate representation of color #ABC6B2: hue angle of 135.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6B2 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 178 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.22 |
| HSL | 135.56º | 0.19% | 0.72% | - |
| HSV(B) | 135.56º | 0.14% | 0.78% | - |
| XYZ | 45.02 | 52.26 | 49.83 | - |
| YUV | 187.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 178 | 0.14 | 0 | 0.10 | 0.22 | 135.56 | 0.19 | 0.72 |
| Hex | AB | C6 | B2 | E | 0 | A | 16 | 88 | 13 | 48 |
| Octal | 253 | 306 | 262 | 16 | 0 | 12 | 26 | 210 | 23 | 110 |
| Binary | 10101011 | 11000110 | 10110010 | 1110 | 0 | 1010 | 10110 | 10001000 | 10011 | 1001000 |
Color Harmonies of #ABC6B2
Complementary color
Monochromatic Colors of #ABC6B2
Black with #ABC6B2
Text Example
Text Example
White with #ABC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6B2; }
p { color: rgb(171,198,178); }
H1.HeaderClassName
{
color: #ABC6B2;
}
.AnyTagClassName
{
color: #ABC6B2;
}
</style>
background-color css
<style>
a { background-color: #ABC6B2; }
a { background-color: rgb(171,198,178); }
div.DivClassName
{
background-color: #ABC6B2;
}
.BgClassName
{
background-color: #ABC6B2;
}
</style>
border-color css
<style>
span { border-color: #ABC6B2; }
span { border-color: rgb(171,198,178); }
td.TdClassName
{
border-color: #ABC6B2;
}
.TagClassName
{
border-color: #ABC6B2;
}
</style>