Shades of Gum Leaf #AFD0B2
Tints of Gum Leaf #AFD0B2
RGB
CMYK
RGB Variations
Color information
#AFD0B2 (or 0xAFD0B2) is known color: Gum Leaf. HEX triplet: AF, D0 and B2. RGB value is (175,208,178). Sum of RGB (Red+Green+Blue) = 175+208+178=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0B2 is #502F4D. Grayscale: #C2C2C2. Windows color (decimal): -5254990 or 11718831. OLE color: 11718831.
HSL color Cylindrical-coordinate representation of color #AFD0B2: hue angle of 125.45º 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 #AFD0B2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 178 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.18 |
| HSL | 125.45º | 0.26% | 0.75% | - |
| HSV(B) | 125.45º | 0.16% | 0.82% | - |
| XYZ | 48.27 | 57.44 | 50.66 | - |
| YUV | 194.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 178 | 0.16 | 0 | 0.14 | 0.18 | 125.45 | 0.26 | 0.75 |
| Hex | AF | D0 | B2 | 10 | 0 | E | 12 | 7D | 1A | 4B |
| Octal | 257 | 320 | 262 | 20 | 0 | 16 | 22 | 175 | 32 | 113 |
| Binary | 10101111 | 11010000 | 10110010 | 10000 | 0 | 1110 | 10010 | 1111101 | 11010 | 1001011 |
Color Harmonies of #AFD0B2
Complementary color
Monochromatic Colors of #AFD0B2
Black with #AFD0B2
Text Example
Text Example
White with #AFD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0B2; }
p { color: rgb(175,208,178); }
H1.HeaderClassName
{
color: #AFD0B2;
}
.AnyTagClassName
{
color: #AFD0B2;
}
</style>
background-color css
<style>
a { background-color: #AFD0B2; }
a { background-color: rgb(175,208,178); }
div.DivClassName
{
background-color: #AFD0B2;
}
.BgClassName
{
background-color: #AFD0B2;
}
</style>
border-color css
<style>
span { border-color: #AFD0B2; }
span { border-color: rgb(175,208,178); }
td.TdClassName
{
border-color: #AFD0B2;
}
.TagClassName
{
border-color: #AFD0B2;
}
</style>