Shades of Gum Leaf #AFCCB8
Tints of Gum Leaf #AFCCB8
RGB
CMYK
RGB Variations
Color information
#AFCCB8 (or 0xAFCCB8) is known color: Gum Leaf. HEX triplet: AF, CC and B8. RGB value is (175,204,184). Sum of RGB (Red+Green+Blue) = 175+204+184=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB8 is #503347. Grayscale: #C1C1C1. Windows color (decimal): -5256008 or 12111023. OLE color: 12111023.
HSL color Cylindrical-coordinate representation of color #AFCCB8: hue angle of 138.62º degrees, saturation: 0.22, 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 #AFCCB8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 184 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.2 |
| HSL | 138.62º | 0.22% | 0.74% | - |
| HSV(B) | 138.62º | 0.14% | 0.8% | - |
| XYZ | 47.92 | 55.76 | 53.58 | - |
| YUV | 193.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 184 | 0.14 | 0 | 0.10 | 0.2 | 138.62 | 0.22 | 0.74 |
| Hex | AF | CC | B8 | E | 0 | A | 14 | 8B | 16 | 4A |
| Octal | 257 | 314 | 270 | 16 | 0 | 12 | 24 | 213 | 26 | 112 |
| Binary | 10101111 | 11001100 | 10111000 | 1110 | 0 | 1010 | 10100 | 10001011 | 10110 | 1001010 |
Color Harmonies of #AFCCB8
Complementary color
Monochromatic Colors of #AFCCB8
Black with #AFCCB8
Text Example
Text Example
White with #AFCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCB8; }
p { color: rgb(175,204,184); }
H1.HeaderClassName
{
color: #AFCCB8;
}
.AnyTagClassName
{
color: #AFCCB8;
}
</style>
background-color css
<style>
a { background-color: #AFCCB8; }
a { background-color: rgb(175,204,184); }
div.DivClassName
{
background-color: #AFCCB8;
}
.BgClassName
{
background-color: #AFCCB8;
}
</style>
border-color css
<style>
span { border-color: #AFCCB8; }
span { border-color: rgb(175,204,184); }
td.TdClassName
{
border-color: #AFCCB8;
}
.TagClassName
{
border-color: #AFCCB8;
}
</style>