Shades of Gum Leaf #AFC8B4
Tints of Gum Leaf #AFC8B4
RGB
CMYK
RGB Variations
Color information
#AFC8B4 (or 0xAFC8B4) is known color: Gum Leaf. HEX triplet: AF, C8 and B4. RGB value is (175,200,180). Sum of RGB (Red+Green+Blue) = 175+200+180=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8B4 is #50374B. Grayscale: #BEBEBE. Windows color (decimal): -5257036 or 11847855. OLE color: 11847855.
HSL color Cylindrical-coordinate representation of color #AFC8B4: hue angle of 132º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8B4 is Cyan = 0.12, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 180 | - |
| CMYK | 0.12 | 0 | 0.1 | 0.22 |
| HSL | 132º | 0.19% | 0.74% | - |
| HSV(B) | 132º | 0.13% | 0.78% | - |
| XYZ | 46.57 | 53.72 | 51.09 | - |
| YUV | 190.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 180 | 0.12 | 0 | 0.1 | 0.22 | 132 | 0.19 | 0.74 |
| Hex | AF | C8 | B4 | C | 0 | A | 16 | 84 | 13 | 4A |
| Octal | 257 | 310 | 264 | 14 | 0 | 12 | 26 | 204 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10110100 | 1100 | 0 | 1010 | 10110 | 10000100 | 10011 | 1001010 |
Color Harmonies of #AFC8B4
Complementary color
Monochromatic Colors of #AFC8B4
Black with #AFC8B4
Text Example
Text Example
White with #AFC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8B4; }
p { color: rgb(175,200,180); }
H1.HeaderClassName
{
color: #AFC8B4;
}
.AnyTagClassName
{
color: #AFC8B4;
}
</style>
background-color css
<style>
a { background-color: #AFC8B4; }
a { background-color: rgb(175,200,180); }
div.DivClassName
{
background-color: #AFC8B4;
}
.BgClassName
{
background-color: #AFC8B4;
}
</style>
border-color css
<style>
span { border-color: #AFC8B4; }
span { border-color: rgb(175,200,180); }
td.TdClassName
{
border-color: #AFC8B4;
}
.TagClassName
{
border-color: #AFC8B4;
}
</style>