Shades of Madang #B3DCAC
Tints of Madang #B3DCAC
RGB
CMYK
RGB Variations
Color information
#B3DCAC (or 0xB3DCAC) is known color: Madang. HEX triplet: B3, DC and AC. RGB value is (179,220,172). Sum of RGB (Red+Green+Blue) = 179+220+172=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DCAC is #4C2353. Grayscale: #CACACA. Windows color (decimal): -4989780 or 11328691. OLE color: 11328691.
HSL color Cylindrical-coordinate representation of color #B3DCAC: hue angle of 111.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3DCAC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 172 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.14 |
| HSL | 111.25º | 0.41% | 0.77% | - |
| HSV(B) | 111.25º | 0.22% | 0.86% | - |
| XYZ | 51.63 | 63.75 | 48.61 | - |
| YUV | 202.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 172 | 0.19 | 0 | 0.22 | 0.14 | 111.25 | 0.41 | 0.77 |
| Hex | B3 | DC | AC | 13 | 0 | 16 | E | 6F | 29 | 4D |
| Octal | 263 | 334 | 254 | 23 | 0 | 26 | 16 | 157 | 51 | 115 |
| Binary | 10110011 | 11011100 | 10101100 | 10011 | 0 | 10110 | 1110 | 1101111 | 101001 | 1001101 |
Color Harmonies of #B3DCAC
Complementary color
Monochromatic Colors of #B3DCAC
Black with #B3DCAC
Text Example
Text Example
White with #B3DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCAC; }
p { color: rgb(179,220,172); }
H1.HeaderClassName
{
color: #B3DCAC;
}
.AnyTagClassName
{
color: #B3DCAC;
}
</style>
background-color css
<style>
a { background-color: #B3DCAC; }
a { background-color: rgb(179,220,172); }
div.DivClassName
{
background-color: #B3DCAC;
}
.BgClassName
{
background-color: #B3DCAC;
}
</style>
border-color css
<style>
span { border-color: #B3DCAC; }
span { border-color: rgb(179,220,172); }
td.TdClassName
{
border-color: #B3DCAC;
}
.TagClassName
{
border-color: #B3DCAC;
}
</style>