Shades of Madang #B6FFA8
Tints of Madang #B6FFA8
RGB
CMYK
RGB Variations
Color information
#B6FFA8 (or 0xB6FFA8) is known color: Madang. HEX triplet: B6, FF and A8. RGB value is (182,255,168). Sum of RGB (Red+Green+Blue) = 182+255+168=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FFA8 is #490057. Grayscale: #DFDFDF. Windows color (decimal): -4784216 or 11075510. OLE color: 11075510.
HSL color Cylindrical-coordinate representation of color #B6FFA8: hue angle of 110.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6FFA8 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 168 | - |
| CMYK | 0.29 | 0 | 0.34 | 0 |
| HSL | 110.34º | 1% | 0.83% | - |
| HSV(B) | 110.34º | 0.34% | 1% | - |
| XYZ | 62.12 | 84.29 | 50.04 | - |
| YUV | 223.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 168 | 0.29 | 0 | 0.34 | 0 | 110.34 | 1 | 0.83 |
| Hex | B6 | FF | A8 | 1D | 0 | 22 | 0 | 6E | 64 | 53 |
| Octal | 266 | 377 | 250 | 35 | 0 | 42 | 0 | 156 | 144 | 123 |
| Binary | 10110110 | 11111111 | 10101000 | 11101 | 0 | 100010 | 0 | 1101110 | 1100100 | 1010011 |
Color Harmonies of #B6FFA8
Complementary color
Monochromatic Colors of #B6FFA8
Black with #B6FFA8
Text Example
Text Example
White with #B6FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFA8; }
p { color: rgb(182,255,168); }
H1.HeaderClassName
{
color: #B6FFA8;
}
.AnyTagClassName
{
color: #B6FFA8;
}
</style>
background-color css
<style>
a { background-color: #B6FFA8; }
a { background-color: rgb(182,255,168); }
div.DivClassName
{
background-color: #B6FFA8;
}
.BgClassName
{
background-color: #B6FFA8;
}
</style>
border-color css
<style>
span { border-color: #B6FFA8; }
span { border-color: rgb(182,255,168); }
td.TdClassName
{
border-color: #B6FFA8;
}
.TagClassName
{
border-color: #B6FFA8;
}
</style>