Shades of Gum Leaf #AFC2B4
Tints of Gum Leaf #AFC2B4
RGB
CMYK
RGB Variations
Color information
#AFC2B4 (or 0xAFC2B4) is known color: Gum Leaf. HEX triplet: AF, C2 and B4. RGB value is (175,194,180). Sum of RGB (Red+Green+Blue) = 175+194+180=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B4 is #503D4B. Grayscale: #BABABA. Windows color (decimal): -5258572 or 11846319. OLE color: 11846319.
HSL color Cylindrical-coordinate representation of color #AFC2B4: hue angle of 135.79º 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 #AFC2B4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 180 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.24 |
| HSL | 135.79º | 0.13% | 0.72% | - |
| HSV(B) | 135.79º | 0.1% | 0.76% | - |
| XYZ | 45.21 | 50.99 | 50.64 | - |
| YUV | 186.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 180 | 0.10 | 0 | 0.07 | 0.24 | 135.79 | 0.13 | 0.72 |
| Hex | AF | C2 | B4 | A | 0 | 7 | 18 | 88 | D | 48 |
| Octal | 257 | 302 | 264 | 12 | 0 | 7 | 30 | 210 | 15 | 110 |
| Binary | 10101111 | 11000010 | 10110100 | 1010 | 0 | 111 | 11000 | 10001000 | 1101 | 1001000 |
Color Harmonies of #AFC2B4
Complementary color
Monochromatic Colors of #AFC2B4
Black with #AFC2B4
Text Example
Text Example
White with #AFC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2B4; }
p { color: rgb(175,194,180); }
H1.HeaderClassName
{
color: #AFC2B4;
}
.AnyTagClassName
{
color: #AFC2B4;
}
</style>
background-color css
<style>
a { background-color: #AFC2B4; }
a { background-color: rgb(175,194,180); }
div.DivClassName
{
background-color: #AFC2B4;
}
.BgClassName
{
background-color: #AFC2B4;
}
</style>
border-color css
<style>
span { border-color: #AFC2B4; }
span { border-color: rgb(175,194,180); }
td.TdClassName
{
border-color: #AFC2B4;
}
.TagClassName
{
border-color: #AFC2B4;
}
</style>