Shades of Madang #B2FAA6
Tints of Madang #B2FAA6
RGB
CMYK
RGB Variations
Color information
#B2FAA6 (or 0xB2FAA6) is known color: Madang. HEX triplet: B2, FA and A6. RGB value is (178,250,166). Sum of RGB (Red+Green+Blue) = 178+250+166=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FAA6 is #4D0559. Grayscale: #DBDBDB. Windows color (decimal): -5047642 or 10943154. OLE color: 10943154.
HSL color Cylindrical-coordinate representation of color #B2FAA6: hue angle of 111.43º degrees, saturation: 0.89, 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 #B2FAA6 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 166 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.02 |
| HSL | 111.43º | 0.89% | 0.82% | - |
| HSV(B) | 111.43º | 0.34% | 0.98% | - |
| XYZ | 59.43 | 80.59 | 48.5 | - |
| YUV | 218.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 166 | 0.29 | 0 | 0.34 | 0.02 | 111.43 | 0.89 | 0.82 |
| Hex | B2 | FA | A6 | 1D | 0 | 22 | 2 | 6F | 59 | 52 |
| Octal | 262 | 372 | 246 | 35 | 0 | 42 | 2 | 157 | 131 | 122 |
| Binary | 10110010 | 11111010 | 10100110 | 11101 | 0 | 100010 | 10 | 1101111 | 1011001 | 1010010 |
Color Harmonies of #B2FAA6
Complementary color
Monochromatic Colors of #B2FAA6
Black with #B2FAA6
Text Example
Text Example
White with #B2FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAA6; }
p { color: rgb(178,250,166); }
H1.HeaderClassName
{
color: #B2FAA6;
}
.AnyTagClassName
{
color: #B2FAA6;
}
</style>
background-color css
<style>
a { background-color: #B2FAA6; }
a { background-color: rgb(178,250,166); }
div.DivClassName
{
background-color: #B2FAA6;
}
.BgClassName
{
background-color: #B2FAA6;
}
</style>
border-color css
<style>
span { border-color: #B2FAA6; }
span { border-color: rgb(178,250,166); }
td.TdClassName
{
border-color: #B2FAA6;
}
.TagClassName
{
border-color: #B2FAA6;
}
</style>