Shades of Madang #B2DAAA
Tints of Madang #B2DAAA
RGB
CMYK
RGB Variations
Color information
#B2DAAA (or 0xB2DAAA) is known color: Madang. HEX triplet: B2, DA and AA. RGB value is (178,218,170). Sum of RGB (Red+Green+Blue) = 178+218+170=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DAAA is #4D2555. Grayscale: #C8C8C8. Windows color (decimal): -5055830 or 11197106. OLE color: 11197106.
HSL color Cylindrical-coordinate representation of color #B2DAAA: hue angle of 110º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DAAA is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 170 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.15 |
| HSL | 110º | 0.39% | 0.76% | - |
| HSV(B) | 110º | 0.22% | 0.85% | - |
| XYZ | 50.69 | 62.51 | 47.42 | - |
| YUV | 200.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 170 | 0.18 | 0 | 0.22 | 0.15 | 110 | 0.39 | 0.76 |
| Hex | B2 | DA | AA | 12 | 0 | 16 | F | 6E | 27 | 4C |
| Octal | 262 | 332 | 252 | 22 | 0 | 26 | 17 | 156 | 47 | 114 |
| Binary | 10110010 | 11011010 | 10101010 | 10010 | 0 | 10110 | 1111 | 1101110 | 100111 | 1001100 |
Color Harmonies of #B2DAAA
Complementary color
Monochromatic Colors of #B2DAAA
Black with #B2DAAA
Text Example
Text Example
White with #B2DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAAA; }
p { color: rgb(178,218,170); }
H1.HeaderClassName
{
color: #B2DAAA;
}
.AnyTagClassName
{
color: #B2DAAA;
}
</style>
background-color css
<style>
a { background-color: #B2DAAA; }
a { background-color: rgb(178,218,170); }
div.DivClassName
{
background-color: #B2DAAA;
}
.BgClassName
{
background-color: #B2DAAA;
}
</style>
border-color css
<style>
span { border-color: #B2DAAA; }
span { border-color: rgb(178,218,170); }
td.TdClassName
{
border-color: #B2DAAA;
}
.TagClassName
{
border-color: #B2DAAA;
}
</style>