Shades of Madang #B6DFA8
Tints of Madang #B6DFA8
RGB
CMYK
RGB Variations
Color information
#B6DFA8 (or 0xB6DFA8) is known color: Madang. HEX triplet: B6, DF and A8. RGB value is (182,223,168). Sum of RGB (Red+Green+Blue) = 182+223+168=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DFA8 is #492057. Grayscale: #CCCCCC. Windows color (decimal): -4792408 or 11067318. OLE color: 11067318.
HSL color Cylindrical-coordinate representation of color #B6DFA8: hue angle of 104.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6DFA8 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 168 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.13 |
| HSL | 104.73º | 0.46% | 0.77% | - |
| HSV(B) | 104.73º | 0.25% | 0.87% | - |
| XYZ | 52.75 | 65.55 | 46.92 | - |
| YUV | 204.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 168 | 0.18 | 0 | 0.25 | 0.13 | 104.73 | 0.46 | 0.77 |
| Hex | B6 | DF | A8 | 12 | 0 | 19 | D | 69 | 2E | 4D |
| Octal | 266 | 337 | 250 | 22 | 0 | 31 | 15 | 151 | 56 | 115 |
| Binary | 10110110 | 11011111 | 10101000 | 10010 | 0 | 11001 | 1101 | 1101001 | 101110 | 1001101 |
Color Harmonies of #B6DFA8
Complementary color
Monochromatic Colors of #B6DFA8
Black with #B6DFA8
Text Example
Text Example
White with #B6DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DFA8; }
p { color: rgb(182,223,168); }
H1.HeaderClassName
{
color: #B6DFA8;
}
.AnyTagClassName
{
color: #B6DFA8;
}
</style>
background-color css
<style>
a { background-color: #B6DFA8; }
a { background-color: rgb(182,223,168); }
div.DivClassName
{
background-color: #B6DFA8;
}
.BgClassName
{
background-color: #B6DFA8;
}
</style>
border-color css
<style>
span { border-color: #B6DFA8; }
span { border-color: rgb(182,223,168); }
td.TdClassName
{
border-color: #B6DFA8;
}
.TagClassName
{
border-color: #B6DFA8;
}
</style>