Shades of Gum Leaf #AFC8B3
Tints of Gum Leaf #AFC8B3
RGB
CMYK
RGB Variations
Color information
#AFC8B3 (or 0xAFC8B3) is known color: Gum Leaf. HEX triplet: AF, C8 and B3. RGB value is (175,200,179). Sum of RGB (Red+Green+Blue) = 175+200+179=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8B3 is #50374C. Grayscale: #BEBEBE. Windows color (decimal): -5257037 or 11782319. OLE color: 11782319.
HSL color Cylindrical-coordinate representation of color #AFC8B3: hue angle of 129.6º 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 #AFC8B3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 179 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.22 |
| HSL | 129.6º | 0.19% | 0.74% | - |
| HSV(B) | 129.6º | 0.13% | 0.78% | - |
| XYZ | 46.47 | 53.68 | 50.56 | - |
| YUV | 190.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 179 | 0.12 | 0 | 0.10 | 0.22 | 129.6 | 0.19 | 0.74 |
| Hex | AF | C8 | B3 | C | 0 | A | 16 | 82 | 13 | 4A |
| Octal | 257 | 310 | 263 | 14 | 0 | 12 | 26 | 202 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10110011 | 1100 | 0 | 1010 | 10110 | 10000010 | 10011 | 1001010 |
Color Harmonies of #AFC8B3
Complementary color
Monochromatic Colors of #AFC8B3
Black with #AFC8B3
Text Example
Text Example
White with #AFC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8B3; }
p { color: rgb(175,200,179); }
H1.HeaderClassName
{
color: #AFC8B3;
}
.AnyTagClassName
{
color: #AFC8B3;
}
</style>
background-color css
<style>
a { background-color: #AFC8B3; }
a { background-color: rgb(175,200,179); }
div.DivClassName
{
background-color: #AFC8B3;
}
.BgClassName
{
background-color: #AFC8B3;
}
</style>
border-color css
<style>
span { border-color: #AFC8B3; }
span { border-color: rgb(175,200,179); }
td.TdClassName
{
border-color: #AFC8B3;
}
.TagClassName
{
border-color: #AFC8B3;
}
</style>