Shades of Madang #B3DDA4
Tints of Madang #B3DDA4
RGB
CMYK
RGB Variations
Color information
#B3DDA4 (or 0xB3DDA4) is known color: Madang. HEX triplet: B3, DD and A4. RGB value is (179,221,164). Sum of RGB (Red+Green+Blue) = 179+221+164=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DDA4 is #4C225B. Grayscale: #CACACA. Windows color (decimal): -4989532 or 10804659. OLE color: 10804659.
HSL color Cylindrical-coordinate representation of color #B3DDA4: hue angle of 104.21º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3DDA4 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 164 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.13 |
| HSL | 104.21º | 0.46% | 0.75% | - |
| HSV(B) | 104.21º | 0.26% | 0.87% | - |
| XYZ | 51.15 | 63.98 | 44.77 | - |
| YUV | 201.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 164 | 0.19 | 0 | 0.26 | 0.13 | 104.21 | 0.46 | 0.75 |
| Hex | B3 | DD | A4 | 13 | 0 | 1A | D | 68 | 2E | 4B |
| Octal | 263 | 335 | 244 | 23 | 0 | 32 | 15 | 150 | 56 | 113 |
| Binary | 10110011 | 11011101 | 10100100 | 10011 | 0 | 11010 | 1101 | 1101000 | 101110 | 1001011 |
Color Harmonies of #B3DDA4
Complementary color
Monochromatic Colors of #B3DDA4
Black with #B3DDA4
Text Example
Text Example
White with #B3DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDA4; }
p { color: rgb(179,221,164); }
H1.HeaderClassName
{
color: #B3DDA4;
}
.AnyTagClassName
{
color: #B3DDA4;
}
</style>
background-color css
<style>
a { background-color: #B3DDA4; }
a { background-color: rgb(179,221,164); }
div.DivClassName
{
background-color: #B3DDA4;
}
.BgClassName
{
background-color: #B3DDA4;
}
</style>
border-color css
<style>
span { border-color: #B3DDA4; }
span { border-color: rgb(179,221,164); }
td.TdClassName
{
border-color: #B3DDA4;
}
.TagClassName
{
border-color: #B3DDA4;
}
</style>