Shades of Gum Leaf #AFC5B3
Tints of Gum Leaf #AFC5B3
RGB
CMYK
RGB Variations
Color information
#AFC5B3 (or 0xAFC5B3) is known color: Gum Leaf. HEX triplet: AF, C5 and B3. RGB value is (175,197,179). Sum of RGB (Red+Green+Blue) = 175+197+179=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5B3 is #503A4C. Grayscale: #BCBCBC. Windows color (decimal): -5257805 or 11781551. OLE color: 11781551.
HSL color Cylindrical-coordinate representation of color #AFC5B3: hue angle of 130.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5B3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 179 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.23 |
| HSL | 130.91º | 0.16% | 0.73% | - |
| HSV(B) | 130.91º | 0.11% | 0.77% | - |
| XYZ | 45.78 | 52.3 | 50.33 | - |
| YUV | 188.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 179 | 0.11 | 0 | 0.09 | 0.23 | 130.91 | 0.16 | 0.73 |
| Hex | AF | C5 | B3 | B | 0 | 9 | 17 | 83 | 10 | 49 |
| Octal | 257 | 305 | 263 | 13 | 0 | 11 | 27 | 203 | 20 | 111 |
| Binary | 10101111 | 11000101 | 10110011 | 1011 | 0 | 1001 | 10111 | 10000011 | 10000 | 1001001 |
Color Harmonies of #AFC5B3
Complementary color
Monochromatic Colors of #AFC5B3
Black with #AFC5B3
Text Example
Text Example
White with #AFC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5B3; }
p { color: rgb(175,197,179); }
H1.HeaderClassName
{
color: #AFC5B3;
}
.AnyTagClassName
{
color: #AFC5B3;
}
</style>
background-color css
<style>
a { background-color: #AFC5B3; }
a { background-color: rgb(175,197,179); }
div.DivClassName
{
background-color: #AFC5B3;
}
.BgClassName
{
background-color: #AFC5B3;
}
</style>
border-color css
<style>
span { border-color: #AFC5B3; }
span { border-color: rgb(175,197,179); }
td.TdClassName
{
border-color: #AFC5B3;
}
.TagClassName
{
border-color: #AFC5B3;
}
</style>