Shades of Gum Leaf #AFD2BA
Tints of Gum Leaf #AFD2BA
RGB
CMYK
RGB Variations
Color information
#AFD2BA (or 0xAFD2BA) is known color: Gum Leaf. HEX triplet: AF, D2 and BA. RGB value is (175,210,186). Sum of RGB (Red+Green+Blue) = 175+210+186=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2BA is #502D45. Grayscale: #C4C4C4. Windows color (decimal): -5254470 or 12243631. OLE color: 12243631.
HSL color Cylindrical-coordinate representation of color #AFD2BA: hue angle of 138.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2BA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 186 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.18 |
| HSL | 138.86º | 0.28% | 0.75% | - |
| HSV(B) | 138.86º | 0.17% | 0.82% | - |
| XYZ | 49.59 | 58.75 | 55.18 | - |
| YUV | 196.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 186 | 0.17 | 0 | 0.11 | 0.18 | 138.86 | 0.28 | 0.75 |
| Hex | AF | D2 | BA | 11 | 0 | B | 12 | 8B | 1C | 4B |
| Octal | 257 | 322 | 272 | 21 | 0 | 13 | 22 | 213 | 34 | 113 |
| Binary | 10101111 | 11010010 | 10111010 | 10001 | 0 | 1011 | 10010 | 10001011 | 11100 | 1001011 |
Color Harmonies of #AFD2BA
Complementary color
Monochromatic Colors of #AFD2BA
Black with #AFD2BA
Text Example
Text Example
White with #AFD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2BA; }
p { color: rgb(175,210,186); }
H1.HeaderClassName
{
color: #AFD2BA;
}
.AnyTagClassName
{
color: #AFD2BA;
}
</style>
background-color css
<style>
a { background-color: #AFD2BA; }
a { background-color: rgb(175,210,186); }
div.DivClassName
{
background-color: #AFD2BA;
}
.BgClassName
{
background-color: #AFD2BA;
}
</style>
border-color css
<style>
span { border-color: #AFD2BA; }
span { border-color: rgb(175,210,186); }
td.TdClassName
{
border-color: #AFD2BA;
}
.TagClassName
{
border-color: #AFD2BA;
}
</style>