Shades of Gum Leaf #ABC8B2
Tints of Gum Leaf #ABC8B2
RGB
CMYK
RGB Variations
Color information
#ABC8B2 (or 0xABC8B2) is known color: Gum Leaf. HEX triplet: AB, C8 and B2. RGB value is (171,200,178). Sum of RGB (Red+Green+Blue) = 171+200+178=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8B2 is #54374D. Grayscale: #BCBCBC. Windows color (decimal): -5519182 or 11716779. OLE color: 11716779.
HSL color Cylindrical-coordinate representation of color #ABC8B2: hue angle of 134.48º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8B2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 178 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.22 |
| HSL | 134.48º | 0.21% | 0.73% | - |
| HSV(B) | 134.48º | 0.15% | 0.78% | - |
| XYZ | 45.48 | 53.18 | 49.99 | - |
| YUV | 188.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 178 | 0.14 | 0 | 0.11 | 0.22 | 134.48 | 0.21 | 0.73 |
| Hex | AB | C8 | B2 | E | 0 | B | 16 | 86 | 15 | 49 |
| Octal | 253 | 310 | 262 | 16 | 0 | 13 | 26 | 206 | 25 | 111 |
| Binary | 10101011 | 11001000 | 10110010 | 1110 | 0 | 1011 | 10110 | 10000110 | 10101 | 1001001 |
Color Harmonies of #ABC8B2
Complementary color
Monochromatic Colors of #ABC8B2
Black with #ABC8B2
Text Example
Text Example
White with #ABC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8B2; }
p { color: rgb(171,200,178); }
H1.HeaderClassName
{
color: #ABC8B2;
}
.AnyTagClassName
{
color: #ABC8B2;
}
</style>
background-color css
<style>
a { background-color: #ABC8B2; }
a { background-color: rgb(171,200,178); }
div.DivClassName
{
background-color: #ABC8B2;
}
.BgClassName
{
background-color: #ABC8B2;
}
</style>
border-color css
<style>
span { border-color: #ABC8B2; }
span { border-color: rgb(171,200,178); }
td.TdClassName
{
border-color: #ABC8B2;
}
.TagClassName
{
border-color: #ABC8B2;
}
</style>