Shades of Gum Leaf #AFD0BA
Tints of Gum Leaf #AFD0BA
RGB
CMYK
RGB Variations
Color information
#AFD0BA (or 0xAFD0BA) is known color: Gum Leaf. HEX triplet: AF, D0 and BA. RGB value is (175,208,186). Sum of RGB (Red+Green+Blue) = 175+208+186=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0BA is #502F45. Grayscale: #C3C3C3. Windows color (decimal): -5254982 or 12243119. OLE color: 12243119.
HSL color Cylindrical-coordinate representation of color #AFD0BA: hue angle of 140º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0BA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 186 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.18 |
| HSL | 140º | 0.26% | 0.75% | - |
| HSV(B) | 140º | 0.16% | 0.82% | - |
| XYZ | 49.1 | 57.77 | 55.02 | - |
| YUV | 195.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 186 | 0.16 | 0 | 0.11 | 0.18 | 140 | 0.26 | 0.75 |
| Hex | AF | D0 | BA | 10 | 0 | B | 12 | 8C | 1A | 4B |
| Octal | 257 | 320 | 272 | 20 | 0 | 13 | 22 | 214 | 32 | 113 |
| Binary | 10101111 | 11010000 | 10111010 | 10000 | 0 | 1011 | 10010 | 10001100 | 11010 | 1001011 |
Color Harmonies of #AFD0BA
Complementary color
Monochromatic Colors of #AFD0BA
Black with #AFD0BA
Text Example
Text Example
White with #AFD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0BA; }
p { color: rgb(175,208,186); }
H1.HeaderClassName
{
color: #AFD0BA;
}
.AnyTagClassName
{
color: #AFD0BA;
}
</style>
background-color css
<style>
a { background-color: #AFD0BA; }
a { background-color: rgb(175,208,186); }
div.DivClassName
{
background-color: #AFD0BA;
}
.BgClassName
{
background-color: #AFD0BA;
}
</style>
border-color css
<style>
span { border-color: #AFD0BA; }
span { border-color: rgb(175,208,186); }
td.TdClassName
{
border-color: #AFD0BA;
}
.TagClassName
{
border-color: #AFD0BA;
}
</style>