Shades of Madang #B8FFA0
Tints of Madang #B8FFA0
RGB
CMYK
RGB Variations
Color information
#B8FFA0 (or 0xB8FFA0) is known color: Madang. HEX triplet: B8, FF and A0. RGB value is (184,255,160). Sum of RGB (Red+Green+Blue) = 184+255+160=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFA0 is #47005F. Grayscale: #DFDFDF. Windows color (decimal): -4653152 or 10551224. OLE color: 10551224.
HSL color Cylindrical-coordinate representation of color #B8FFA0: hue angle of 104.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8FFA0 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 160 | - |
| CMYK | 0.28 | 0 | 0.37 | 0 |
| HSL | 104.84º | 1% | 0.81% | - |
| HSV(B) | 104.84º | 0.37% | 1% | - |
| XYZ | 61.87 | 84.25 | 46.26 | - |
| YUV | 222.94 | 92.48 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 160 | 0.28 | 0 | 0.37 | 0 | 104.84 | 1 | 0.81 |
| Hex | B8 | FF | A0 | 1C | 0 | 25 | 0 | 69 | 64 | 51 |
| Octal | 270 | 377 | 240 | 34 | 0 | 45 | 0 | 151 | 144 | 121 |
| Binary | 10111000 | 11111111 | 10100000 | 11100 | 0 | 100101 | 0 | 1101001 | 1100100 | 1010001 |
Color Harmonies of #B8FFA0
Complementary color
Monochromatic Colors of #B8FFA0
Black with #B8FFA0
Text Example
Text Example
White with #B8FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFA0; }
p { color: rgb(184,255,160); }
H1.HeaderClassName
{
color: #B8FFA0;
}
.AnyTagClassName
{
color: #B8FFA0;
}
</style>
background-color css
<style>
a { background-color: #B8FFA0; }
a { background-color: rgb(184,255,160); }
div.DivClassName
{
background-color: #B8FFA0;
}
.BgClassName
{
background-color: #B8FFA0;
}
</style>
border-color css
<style>
span { border-color: #B8FFA0; }
span { border-color: rgb(184,255,160); }
td.TdClassName
{
border-color: #B8FFA0;
}
.TagClassName
{
border-color: #B8FFA0;
}
</style>