Shades of Madang #B0F7A6
Tints of Madang #B0F7A6
RGB
CMYK
RGB Variations
Color information
#B0F7A6 (or 0xB0F7A6) is known color: Madang. HEX triplet: B0, F7 and A6. RGB value is (176,247,166). Sum of RGB (Red+Green+Blue) = 176+247+166=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F7A6 is #4F0859. Grayscale: #D8D8D8. Windows color (decimal): -5179482 or 10942384. OLE color: 10942384.
HSL color Cylindrical-coordinate representation of color #B0F7A6: hue angle of 112.59º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0F7A6 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 166 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.03 |
| HSL | 112.59º | 0.84% | 0.81% | - |
| HSV(B) | 112.59º | 0.33% | 0.97% | - |
| XYZ | 58.05 | 78.5 | 48.17 | - |
| YUV | 216.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 166 | 0.29 | 0 | 0.33 | 0.03 | 112.59 | 0.84 | 0.81 |
| Hex | B0 | F7 | A6 | 1D | 0 | 21 | 3 | 71 | 54 | 51 |
| Octal | 260 | 367 | 246 | 35 | 0 | 41 | 3 | 161 | 124 | 121 |
| Binary | 10110000 | 11110111 | 10100110 | 11101 | 0 | 100001 | 11 | 1110001 | 1010100 | 1010001 |
Color Harmonies of #B0F7A6
Complementary color
Monochromatic Colors of #B0F7A6
Black with #B0F7A6
Text Example
Text Example
White with #B0F7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F7A6; }
p { color: rgb(176,247,166); }
H1.HeaderClassName
{
color: #B0F7A6;
}
.AnyTagClassName
{
color: #B0F7A6;
}
</style>
background-color css
<style>
a { background-color: #B0F7A6; }
a { background-color: rgb(176,247,166); }
div.DivClassName
{
background-color: #B0F7A6;
}
.BgClassName
{
background-color: #B0F7A6;
}
</style>
border-color css
<style>
span { border-color: #B0F7A6; }
span { border-color: rgb(176,247,166); }
td.TdClassName
{
border-color: #B0F7A6;
}
.TagClassName
{
border-color: #B0F7A6;
}
</style>