Shades of Gum Leaf #AFC4B3
Tints of Gum Leaf #AFC4B3
RGB
CMYK
RGB Variations
Color information
#AFC4B3 (or 0xAFC4B3) is known color: Gum Leaf. HEX triplet: AF, C4 and B3. RGB value is (175,196,179). Sum of RGB (Red+Green+Blue) = 175+196+179=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4B3 is #503B4C. Grayscale: #BBBBBB. Windows color (decimal): -5258061 or 11781295. OLE color: 11781295.
HSL color Cylindrical-coordinate representation of color #AFC4B3: hue angle of 131.43º degrees, saturation: 0.15, 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 #AFC4B3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 179 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.23 |
| HSL | 131.43º | 0.15% | 0.73% | - |
| HSV(B) | 131.43º | 0.11% | 0.77% | - |
| XYZ | 45.56 | 51.85 | 50.25 | - |
| YUV | 187.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 179 | 0.11 | 0 | 0.09 | 0.23 | 131.43 | 0.15 | 0.73 |
| Hex | AF | C4 | B3 | B | 0 | 9 | 17 | 83 | F | 49 |
| Octal | 257 | 304 | 263 | 13 | 0 | 11 | 27 | 203 | 17 | 111 |
| Binary | 10101111 | 11000100 | 10110011 | 1011 | 0 | 1001 | 10111 | 10000011 | 1111 | 1001001 |
Color Harmonies of #AFC4B3
Complementary color
Monochromatic Colors of #AFC4B3
Black with #AFC4B3
Text Example
Text Example
White with #AFC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4B3; }
p { color: rgb(175,196,179); }
H1.HeaderClassName
{
color: #AFC4B3;
}
.AnyTagClassName
{
color: #AFC4B3;
}
</style>
background-color css
<style>
a { background-color: #AFC4B3; }
a { background-color: rgb(175,196,179); }
div.DivClassName
{
background-color: #AFC4B3;
}
.BgClassName
{
background-color: #AFC4B3;
}
</style>
border-color css
<style>
span { border-color: #AFC4B3; }
span { border-color: rgb(175,196,179); }
td.TdClassName
{
border-color: #AFC4B3;
}
.TagClassName
{
border-color: #AFC4B3;
}
</style>