Shades of Madang #B3FFA8
Tints of Madang #B3FFA8
RGB
CMYK
RGB Variations
Color information
#B3FFA8 (or 0xB3FFA8) is known color: Madang. HEX triplet: B3, FF and A8. RGB value is (179,255,168). Sum of RGB (Red+Green+Blue) = 179+255+168=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FFA8 is #4C0057. Grayscale: #DEDEDE. Windows color (decimal): -4980824 or 11075507. OLE color: 11075507.
HSL color Cylindrical-coordinate representation of color #B3FFA8: hue angle of 112.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3FFA8 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 168 | - |
| CMYK | 0.30 | 0 | 0.34 | 0 |
| HSL | 112.41º | 1% | 0.83% | - |
| HSV(B) | 112.41º | 0.34% | 1% | - |
| XYZ | 61.42 | 83.93 | 50.01 | - |
| YUV | 222.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 168 | 0.30 | 0 | 0.34 | 0 | 112.41 | 1 | 0.83 |
| Hex | B3 | FF | A8 | 1E | 0 | 22 | 0 | 70 | 64 | 53 |
| Octal | 263 | 377 | 250 | 36 | 0 | 42 | 0 | 160 | 144 | 123 |
| Binary | 10110011 | 11111111 | 10101000 | 11110 | 0 | 100010 | 0 | 1110000 | 1100100 | 1010011 |
Color Harmonies of #B3FFA8
Complementary color
Monochromatic Colors of #B3FFA8
Black with #B3FFA8
Text Example
Text Example
White with #B3FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFA8; }
p { color: rgb(179,255,168); }
H1.HeaderClassName
{
color: #B3FFA8;
}
.AnyTagClassName
{
color: #B3FFA8;
}
</style>
background-color css
<style>
a { background-color: #B3FFA8; }
a { background-color: rgb(179,255,168); }
div.DivClassName
{
background-color: #B3FFA8;
}
.BgClassName
{
background-color: #B3FFA8;
}
</style>
border-color css
<style>
span { border-color: #B3FFA8; }
span { border-color: rgb(179,255,168); }
td.TdClassName
{
border-color: #B3FFA8;
}
.TagClassName
{
border-color: #B3FFA8;
}
</style>