Shades of Madang #AFDBA2
Tints of Madang #AFDBA2
RGB
CMYK
RGB Variations
Color information
#AFDBA2 (or 0xAFDBA2) is known color: Madang. HEX triplet: AF, DB and A2. RGB value is (175,219,162). Sum of RGB (Red+Green+Blue) = 175+219+162=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBA2 is #50245D. Grayscale: #C7C7C7. Windows color (decimal): -5252190 or 10673071. OLE color: 10673071.
HSL color Cylindrical-coordinate representation of color #AFDBA2: hue angle of 106.32º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDBA2 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 162 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.14 |
| HSL | 106.32º | 0.44% | 0.75% | - |
| HSV(B) | 106.32º | 0.26% | 0.86% | - |
| XYZ | 49.53 | 62.39 | 43.61 | - |
| YUV | 199.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 162 | 0.20 | 0 | 0.26 | 0.14 | 106.32 | 0.44 | 0.75 |
| Hex | AF | DB | A2 | 14 | 0 | 1A | E | 6A | 2C | 4B |
| Octal | 257 | 333 | 242 | 24 | 0 | 32 | 16 | 152 | 54 | 113 |
| Binary | 10101111 | 11011011 | 10100010 | 10100 | 0 | 11010 | 1110 | 1101010 | 101100 | 1001011 |
Color Harmonies of #AFDBA2
Complementary color
Monochromatic Colors of #AFDBA2
Black with #AFDBA2
Text Example
Text Example
White with #AFDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBA2; }
p { color: rgb(175,219,162); }
H1.HeaderClassName
{
color: #AFDBA2;
}
.AnyTagClassName
{
color: #AFDBA2;
}
</style>
background-color css
<style>
a { background-color: #AFDBA2; }
a { background-color: rgb(175,219,162); }
div.DivClassName
{
background-color: #AFDBA2;
}
.BgClassName
{
background-color: #AFDBA2;
}
</style>
border-color css
<style>
span { border-color: #AFDBA2; }
span { border-color: rgb(175,219,162); }
td.TdClassName
{
border-color: #AFDBA2;
}
.TagClassName
{
border-color: #AFDBA2;
}
</style>