Shades of Madang #B0FBA6
Tints of Madang #B0FBA6
RGB
CMYK
RGB Variations
Color information
#B0FBA6 (or 0xB0FBA6) is known color: Madang. HEX triplet: B0, FB and A6. RGB value is (176,251,166). Sum of RGB (Red+Green+Blue) = 176+251+166=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBA6 is #4F0459. Grayscale: #DBDBDB. Windows color (decimal): -5178458 or 10943408. OLE color: 10943408.
HSL color Cylindrical-coordinate representation of color #B0FBA6: hue angle of 112.94º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0FBA6 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 166 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.02 |
| HSL | 112.94º | 0.91% | 0.82% | - |
| HSV(B) | 112.94º | 0.34% | 0.98% | - |
| XYZ | 59.28 | 80.98 | 48.58 | - |
| YUV | 218.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 166 | 0.30 | 0 | 0.34 | 0.02 | 112.94 | 0.91 | 0.82 |
| Hex | B0 | FB | A6 | 1E | 0 | 22 | 2 | 71 | 5B | 52 |
| Octal | 260 | 373 | 246 | 36 | 0 | 42 | 2 | 161 | 133 | 122 |
| Binary | 10110000 | 11111011 | 10100110 | 11110 | 0 | 100010 | 10 | 1110001 | 1011011 | 1010010 |
Color Harmonies of #B0FBA6
Complementary color
Monochromatic Colors of #B0FBA6
Black with #B0FBA6
Text Example
Text Example
White with #B0FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBA6; }
p { color: rgb(176,251,166); }
H1.HeaderClassName
{
color: #B0FBA6;
}
.AnyTagClassName
{
color: #B0FBA6;
}
</style>
background-color css
<style>
a { background-color: #B0FBA6; }
a { background-color: rgb(176,251,166); }
div.DivClassName
{
background-color: #B0FBA6;
}
.BgClassName
{
background-color: #B0FBA6;
}
</style>
border-color css
<style>
span { border-color: #B0FBA6; }
span { border-color: rgb(176,251,166); }
td.TdClassName
{
border-color: #B0FBA6;
}
.TagClassName
{
border-color: #B0FBA6;
}
</style>