Shades of Madang #B8FFA8
Tints of Madang #B8FFA8
RGB
CMYK
RGB Variations
Color information
#B8FFA8 (or 0xB8FFA8) is known color: Madang. HEX triplet: B8, FF and A8. RGB value is (184,255,168). Sum of RGB (Red+Green+Blue) = 184+255+168=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFA8 is #470057. Grayscale: #E0E0E0. Windows color (decimal): -4653144 or 11075512. OLE color: 11075512.
HSL color Cylindrical-coordinate representation of color #B8FFA8: hue angle of 108.97º 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 #B8FFA8 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 168 | - |
| CMYK | 0.28 | 0 | 0.34 | 0 |
| HSL | 108.97º | 1% | 0.83% | - |
| HSV(B) | 108.97º | 0.34% | 1% | - |
| XYZ | 62.6 | 84.54 | 50.06 | - |
| YUV | 223.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 168 | 0.28 | 0 | 0.34 | 0 | 108.97 | 1 | 0.83 |
| Hex | B8 | FF | A8 | 1C | 0 | 22 | 0 | 6D | 64 | 53 |
| Octal | 270 | 377 | 250 | 34 | 0 | 42 | 0 | 155 | 144 | 123 |
| Binary | 10111000 | 11111111 | 10101000 | 11100 | 0 | 100010 | 0 | 1101101 | 1100100 | 1010011 |
Color Harmonies of #B8FFA8
Complementary color
Monochromatic Colors of #B8FFA8
Black with #B8FFA8
Text Example
Text Example
White with #B8FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFA8; }
p { color: rgb(184,255,168); }
H1.HeaderClassName
{
color: #B8FFA8;
}
.AnyTagClassName
{
color: #B8FFA8;
}
</style>
background-color css
<style>
a { background-color: #B8FFA8; }
a { background-color: rgb(184,255,168); }
div.DivClassName
{
background-color: #B8FFA8;
}
.BgClassName
{
background-color: #B8FFA8;
}
</style>
border-color css
<style>
span { border-color: #B8FFA8; }
span { border-color: rgb(184,255,168); }
td.TdClassName
{
border-color: #B8FFA8;
}
.TagClassName
{
border-color: #B8FFA8;
}
</style>