Shades of Madang #B2FAA8
Tints of Madang #B2FAA8
RGB
CMYK
RGB Variations
Color information
#B2FAA8 (or 0xB2FAA8) is known color: Madang. HEX triplet: B2, FA and A8. RGB value is (178,250,168). Sum of RGB (Red+Green+Blue) = 178+250+168=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FAA8 is #4D0557. Grayscale: #DBDBDB. Windows color (decimal): -5047640 or 11074226. OLE color: 11074226.
HSL color Cylindrical-coordinate representation of color #B2FAA8: hue angle of 112.68º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2FAA8 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 168 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.02 |
| HSL | 112.68º | 0.89% | 0.82% | - |
| HSV(B) | 112.68º | 0.33% | 0.98% | - |
| XYZ | 59.61 | 80.66 | 49.47 | - |
| YUV | 219.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 168 | 0.29 | 0 | 0.33 | 0.02 | 112.68 | 0.89 | 0.82 |
| Hex | B2 | FA | A8 | 1D | 0 | 21 | 2 | 71 | 59 | 52 |
| Octal | 262 | 372 | 250 | 35 | 0 | 41 | 2 | 161 | 131 | 122 |
| Binary | 10110010 | 11111010 | 10101000 | 11101 | 0 | 100001 | 10 | 1110001 | 1011001 | 1010010 |
Color Harmonies of #B2FAA8
Complementary color
Monochromatic Colors of #B2FAA8
Black with #B2FAA8
Text Example
Text Example
White with #B2FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAA8; }
p { color: rgb(178,250,168); }
H1.HeaderClassName
{
color: #B2FAA8;
}
.AnyTagClassName
{
color: #B2FAA8;
}
</style>
background-color css
<style>
a { background-color: #B2FAA8; }
a { background-color: rgb(178,250,168); }
div.DivClassName
{
background-color: #B2FAA8;
}
.BgClassName
{
background-color: #B2FAA8;
}
</style>
border-color css
<style>
span { border-color: #B2FAA8; }
span { border-color: rgb(178,250,168); }
td.TdClassName
{
border-color: #B2FAA8;
}
.TagClassName
{
border-color: #B2FAA8;
}
</style>