Shades of Madang #B0FAA5
Tints of Madang #B0FAA5
RGB
CMYK
RGB Variations
Color information
#B0FAA5 (or 0xB0FAA5) is known color: Madang. HEX triplet: B0, FA and A5. RGB value is (176,250,165). Sum of RGB (Red+Green+Blue) = 176+250+165=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FAA5 is #4F055A. Grayscale: #DADADA. Windows color (decimal): -5178715 or 10877616. OLE color: 10877616.
HSL color Cylindrical-coordinate representation of color #B0FAA5: hue angle of 112.24º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0FAA5 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 165 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.02 |
| HSL | 112.24º | 0.89% | 0.81% | - |
| HSV(B) | 112.24º | 0.34% | 0.98% | - |
| XYZ | 58.88 | 80.32 | 48 | - |
| YUV | 218.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 165 | 0.30 | 0 | 0.34 | 0.02 | 112.24 | 0.89 | 0.81 |
| Hex | B0 | FA | A5 | 1E | 0 | 22 | 2 | 70 | 59 | 51 |
| Octal | 260 | 372 | 245 | 36 | 0 | 42 | 2 | 160 | 131 | 121 |
| Binary | 10110000 | 11111010 | 10100101 | 11110 | 0 | 100010 | 10 | 1110000 | 1011001 | 1010001 |
Color Harmonies of #B0FAA5
Complementary color
Monochromatic Colors of #B0FAA5
Black with #B0FAA5
Text Example
Text Example
White with #B0FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FAA5; }
p { color: rgb(176,250,165); }
H1.HeaderClassName
{
color: #B0FAA5;
}
.AnyTagClassName
{
color: #B0FAA5;
}
</style>
background-color css
<style>
a { background-color: #B0FAA5; }
a { background-color: rgb(176,250,165); }
div.DivClassName
{
background-color: #B0FAA5;
}
.BgClassName
{
background-color: #B0FAA5;
}
</style>
border-color css
<style>
span { border-color: #B0FAA5; }
span { border-color: rgb(176,250,165); }
td.TdClassName
{
border-color: #B0FAA5;
}
.TagClassName
{
border-color: #B0FAA5;
}
</style>