Shades of Madang #B0F0A5
Tints of Madang #B0F0A5
RGB
CMYK
RGB Variations
Color information
#B0F0A5 (or 0xB0F0A5) is known color: Madang. HEX triplet: B0, F0 and A5. RGB value is (176,240,165). Sum of RGB (Red+Green+Blue) = 176+240+165=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F0A5 is #4F0F5A. Grayscale: #D4D4D4. Windows color (decimal): -5181275 or 10875056. OLE color: 10875056.
HSL color Cylindrical-coordinate representation of color #B0F0A5: hue angle of 111.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F0A5 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 165 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.06 |
| HSL | 111.2º | 0.71% | 0.79% | - |
| HSV(B) | 111.2º | 0.31% | 0.94% | - |
| XYZ | 55.86 | 74.27 | 46.99 | - |
| YUV | 212.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 165 | 0.27 | 0 | 0.31 | 0.06 | 111.2 | 0.71 | 0.79 |
| Hex | B0 | F0 | A5 | 1B | 0 | 1F | 6 | 6F | 47 | 4F |
| Octal | 260 | 360 | 245 | 33 | 0 | 37 | 6 | 157 | 107 | 117 |
| Binary | 10110000 | 11110000 | 10100101 | 11011 | 0 | 11111 | 110 | 1101111 | 1000111 | 1001111 |
Color Harmonies of #B0F0A5
Complementary color
Monochromatic Colors of #B0F0A5
Black with #B0F0A5
Text Example
Text Example
White with #B0F0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0A5; }
p { color: rgb(176,240,165); }
H1.HeaderClassName
{
color: #B0F0A5;
}
.AnyTagClassName
{
color: #B0F0A5;
}
</style>
background-color css
<style>
a { background-color: #B0F0A5; }
a { background-color: rgb(176,240,165); }
div.DivClassName
{
background-color: #B0F0A5;
}
.BgClassName
{
background-color: #B0F0A5;
}
</style>
border-color css
<style>
span { border-color: #B0F0A5; }
span { border-color: rgb(176,240,165); }
td.TdClassName
{
border-color: #B0F0A5;
}
.TagClassName
{
border-color: #B0F0A5;
}
</style>