Shades of Gum Leaf #AFC2B3
Tints of Gum Leaf #AFC2B3
RGB
CMYK
RGB Variations
Color information
#AFC2B3 (or 0xAFC2B3) is known color: Gum Leaf. HEX triplet: AF, C2 and B3. RGB value is (175,194,179). Sum of RGB (Red+Green+Blue) = 175+194+179=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B3 is #503D4C. Grayscale: #BABABA. Windows color (decimal): -5258573 or 11780783. OLE color: 11780783.
HSL color Cylindrical-coordinate representation of color #AFC2B3: hue angle of 132.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B3 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 179 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.24 |
| HSL | 132.63º | 0.13% | 0.72% | - |
| HSV(B) | 132.63º | 0.1% | 0.76% | - |
| XYZ | 45.11 | 50.95 | 50.11 | - |
| YUV | 186.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 179 | 0.10 | 0 | 0.08 | 0.24 | 132.63 | 0.13 | 0.72 |
| Hex | AF | C2 | B3 | A | 0 | 8 | 18 | 85 | D | 48 |
| Octal | 257 | 302 | 263 | 12 | 0 | 10 | 30 | 205 | 15 | 110 |
| Binary | 10101111 | 11000010 | 10110011 | 1010 | 0 | 1000 | 11000 | 10000101 | 1101 | 1001000 |
Color Harmonies of #AFC2B3
Complementary color
Monochromatic Colors of #AFC2B3
Black with #AFC2B3
Text Example
Text Example
White with #AFC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2B3; }
p { color: rgb(175,194,179); }
H1.HeaderClassName
{
color: #AFC2B3;
}
.AnyTagClassName
{
color: #AFC2B3;
}
</style>
background-color css
<style>
a { background-color: #AFC2B3; }
a { background-color: rgb(175,194,179); }
div.DivClassName
{
background-color: #AFC2B3;
}
.BgClassName
{
background-color: #AFC2B3;
}
</style>
border-color css
<style>
span { border-color: #AFC2B3; }
span { border-color: rgb(175,194,179); }
td.TdClassName
{
border-color: #AFC2B3;
}
.TagClassName
{
border-color: #AFC2B3;
}
</style>