Shades of Gum Leaf #AFC4B6
Tints of Gum Leaf #AFC4B6
RGB
CMYK
RGB Variations
Color information
#AFC4B6 (or 0xAFC4B6) is known color: Gum Leaf. HEX triplet: AF, C4 and B6. RGB value is (175,196,182). Sum of RGB (Red+Green+Blue) = 175+196+182=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4B6 is #503B49. Grayscale: #BCBCBC. Windows color (decimal): -5258058 or 11977903. OLE color: 11977903.
HSL color Cylindrical-coordinate representation of color #AFC4B6: hue angle of 140º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC4B6 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 182 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.23 |
| HSL | 140º | 0.15% | 0.73% | - |
| HSV(B) | 140º | 0.11% | 0.77% | - |
| XYZ | 45.86 | 51.97 | 51.87 | - |
| YUV | 188.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 182 | 0.11 | 0 | 0.07 | 0.23 | 140 | 0.15 | 0.73 |
| Hex | AF | C4 | B6 | B | 0 | 7 | 17 | 8C | F | 49 |
| Octal | 257 | 304 | 266 | 13 | 0 | 7 | 27 | 214 | 17 | 111 |
| Binary | 10101111 | 11000100 | 10110110 | 1011 | 0 | 111 | 10111 | 10001100 | 1111 | 1001001 |
Color Harmonies of #AFC4B6
Complementary color
Monochromatic Colors of #AFC4B6
Black with #AFC4B6
Text Example
Text Example
White with #AFC4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4B6; }
p { color: rgb(175,196,182); }
H1.HeaderClassName
{
color: #AFC4B6;
}
.AnyTagClassName
{
color: #AFC4B6;
}
</style>
background-color css
<style>
a { background-color: #AFC4B6; }
a { background-color: rgb(175,196,182); }
div.DivClassName
{
background-color: #AFC4B6;
}
.BgClassName
{
background-color: #AFC4B6;
}
</style>
border-color css
<style>
span { border-color: #AFC4B6; }
span { border-color: rgb(175,196,182); }
td.TdClassName
{
border-color: #AFC4B6;
}
.TagClassName
{
border-color: #AFC4B6;
}
</style>