Shades of Madang #AFD8A6
Tints of Madang #AFD8A6
RGB
CMYK
RGB Variations
Color information
#AFD8A6 (or 0xAFD8A6) is known color: Madang. HEX triplet: AF, D8 and A6. RGB value is (175,216,166). Sum of RGB (Red+Green+Blue) = 175+216+166=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8A6 is #502759. Grayscale: #C6C6C6. Windows color (decimal): -5252954 or 10934447. OLE color: 10934447.
HSL color Cylindrical-coordinate representation of color #AFD8A6: hue angle of 109.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFD8A6 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 166 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.15 |
| HSL | 109.2º | 0.39% | 0.75% | - |
| HSV(B) | 109.2º | 0.23% | 0.85% | - |
| XYZ | 49.12 | 60.98 | 45.26 | - |
| YUV | 198.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 166 | 0.19 | 0 | 0.23 | 0.15 | 109.2 | 0.39 | 0.75 |
| Hex | AF | D8 | A6 | 13 | 0 | 17 | F | 6D | 27 | 4B |
| Octal | 257 | 330 | 246 | 23 | 0 | 27 | 17 | 155 | 47 | 113 |
| Binary | 10101111 | 11011000 | 10100110 | 10011 | 0 | 10111 | 1111 | 1101101 | 100111 | 1001011 |
Color Harmonies of #AFD8A6
Complementary color
Monochromatic Colors of #AFD8A6
Black with #AFD8A6
Text Example
Text Example
White with #AFD8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD8A6; }
p { color: rgb(175,216,166); }
H1.HeaderClassName
{
color: #AFD8A6;
}
.AnyTagClassName
{
color: #AFD8A6;
}
</style>
background-color css
<style>
a { background-color: #AFD8A6; }
a { background-color: rgb(175,216,166); }
div.DivClassName
{
background-color: #AFD8A6;
}
.BgClassName
{
background-color: #AFD8A6;
}
</style>
border-color css
<style>
span { border-color: #AFD8A6; }
span { border-color: rgb(175,216,166); }
td.TdClassName
{
border-color: #AFD8A6;
}
.TagClassName
{
border-color: #AFD8A6;
}
</style>