Shades of Madang #B2D8AA
Tints of Madang #B2D8AA
RGB
CMYK
RGB Variations
Color information
#B2D8AA (or 0xB2D8AA) is known color: Madang. HEX triplet: B2, D8 and AA. RGB value is (178,216,170). Sum of RGB (Red+Green+Blue) = 178+216+170=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D8AA is #4D2755. Grayscale: #C7C7C7. Windows color (decimal): -5056342 or 11196594. OLE color: 11196594.
HSL color Cylindrical-coordinate representation of color #B2D8AA: hue angle of 109.57º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2D8AA is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 170 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.15 |
| HSL | 109.57º | 0.37% | 0.76% | - |
| HSV(B) | 109.57º | 0.21% | 0.85% | - |
| XYZ | 50.17 | 61.48 | 47.25 | - |
| YUV | 199.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 170 | 0.18 | 0 | 0.21 | 0.15 | 109.57 | 0.37 | 0.76 |
| Hex | B2 | D8 | AA | 12 | 0 | 15 | F | 6E | 25 | 4C |
| Octal | 262 | 330 | 252 | 22 | 0 | 25 | 17 | 156 | 45 | 114 |
| Binary | 10110010 | 11011000 | 10101010 | 10010 | 0 | 10101 | 1111 | 1101110 | 100101 | 1001100 |
Color Harmonies of #B2D8AA
Complementary color
Monochromatic Colors of #B2D8AA
Black with #B2D8AA
Text Example
Text Example
White with #B2D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D8AA; }
p { color: rgb(178,216,170); }
H1.HeaderClassName
{
color: #B2D8AA;
}
.AnyTagClassName
{
color: #B2D8AA;
}
</style>
background-color css
<style>
a { background-color: #B2D8AA; }
a { background-color: rgb(178,216,170); }
div.DivClassName
{
background-color: #B2D8AA;
}
.BgClassName
{
background-color: #B2D8AA;
}
</style>
border-color css
<style>
span { border-color: #B2D8AA; }
span { border-color: rgb(178,216,170); }
td.TdClassName
{
border-color: #B2D8AA;
}
.TagClassName
{
border-color: #B2D8AA;
}
</style>