Shades of Gum Leaf #AFCBB8
Tints of Gum Leaf #AFCBB8
RGB
CMYK
RGB Variations
Color information
#AFCBB8 (or 0xAFCBB8) is known color: Gum Leaf. HEX triplet: AF, CB and B8. RGB value is (175,203,184). Sum of RGB (Red+Green+Blue) = 175+203+184=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBB8 is #503447. Grayscale: #C0C0C0. Windows color (decimal): -5256264 or 12110767. OLE color: 12110767.
HSL color Cylindrical-coordinate representation of color #AFCBB8: hue angle of 139.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBB8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 184 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.20 |
| HSL | 139.29º | 0.21% | 0.74% | - |
| HSV(B) | 139.29º | 0.14% | 0.8% | - |
| XYZ | 47.69 | 55.29 | 53.51 | - |
| YUV | 192.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 184 | 0.14 | 0 | 0.09 | 0.20 | 139.29 | 0.21 | 0.74 |
| Hex | AF | CB | B8 | E | 0 | 9 | 14 | 8B | 15 | 4A |
| Octal | 257 | 313 | 270 | 16 | 0 | 11 | 24 | 213 | 25 | 112 |
| Binary | 10101111 | 11001011 | 10111000 | 1110 | 0 | 1001 | 10100 | 10001011 | 10101 | 1001010 |
Color Harmonies of #AFCBB8
Complementary color
Monochromatic Colors of #AFCBB8
Black with #AFCBB8
Text Example
Text Example
White with #AFCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBB8; }
p { color: rgb(175,203,184); }
H1.HeaderClassName
{
color: #AFCBB8;
}
.AnyTagClassName
{
color: #AFCBB8;
}
</style>
background-color css
<style>
a { background-color: #AFCBB8; }
a { background-color: rgb(175,203,184); }
div.DivClassName
{
background-color: #AFCBB8;
}
.BgClassName
{
background-color: #AFCBB8;
}
</style>
border-color css
<style>
span { border-color: #AFCBB8; }
span { border-color: rgb(175,203,184); }
td.TdClassName
{
border-color: #AFCBB8;
}
.TagClassName
{
border-color: #AFCBB8;
}
</style>