Shades of Gum Leaf #AFCAB4
Tints of Gum Leaf #AFCAB4
RGB
CMYK
RGB Variations
Color information
#AFCAB4 (or 0xAFCAB4) is known color: Gum Leaf. HEX triplet: AF, CA and B4. RGB value is (175,202,180). Sum of RGB (Red+Green+Blue) = 175+202+180=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAB4 is #50354B. Grayscale: #BFBFBF. Windows color (decimal): -5256524 or 11848367. OLE color: 11848367.
HSL color Cylindrical-coordinate representation of color #AFCAB4: hue angle of 131.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 180 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.21 |
| HSL | 131.11º | 0.2% | 0.74% | - |
| HSV(B) | 131.11º | 0.13% | 0.79% | - |
| XYZ | 47.04 | 54.65 | 51.25 | - |
| YUV | 191.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 180 | 0.13 | 0 | 0.11 | 0.21 | 131.11 | 0.2 | 0.74 |
| Hex | AF | CA | B4 | D | 0 | B | 15 | 83 | 14 | 4A |
| Octal | 257 | 312 | 264 | 15 | 0 | 13 | 25 | 203 | 24 | 112 |
| Binary | 10101111 | 11001010 | 10110100 | 1101 | 0 | 1011 | 10101 | 10000011 | 10100 | 1001010 |
Color Harmonies of #AFCAB4
Complementary color
Monochromatic Colors of #AFCAB4
Black with #AFCAB4
Text Example
Text Example
White with #AFCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCAB4; }
p { color: rgb(175,202,180); }
H1.HeaderClassName
{
color: #AFCAB4;
}
.AnyTagClassName
{
color: #AFCAB4;
}
</style>
background-color css
<style>
a { background-color: #AFCAB4; }
a { background-color: rgb(175,202,180); }
div.DivClassName
{
background-color: #AFCAB4;
}
.BgClassName
{
background-color: #AFCAB4;
}
</style>
border-color css
<style>
span { border-color: #AFCAB4; }
span { border-color: rgb(175,202,180); }
td.TdClassName
{
border-color: #AFCAB4;
}
.TagClassName
{
border-color: #AFCAB4;
}
</style>