Shades of Madang #B3EFA8
Tints of Madang #B3EFA8
RGB
CMYK
RGB Variations
Color information
#B3EFA8 (or 0xB3EFA8) is known color: Madang. HEX triplet: B3, EF and A8. RGB value is (179,239,168). Sum of RGB (Red+Green+Blue) = 179+239+168=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EFA8 is #4C1057. Grayscale: #D5D5D5. Windows color (decimal): -4984920 or 11071411. OLE color: 11071411.
HSL color Cylindrical-coordinate representation of color #B3EFA8: hue angle of 110.7º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3EFA8 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 168 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.06 |
| HSL | 110.7º | 0.69% | 0.8% | - |
| HSV(B) | 110.7º | 0.3% | 0.94% | - |
| XYZ | 56.52 | 74.14 | 48.38 | - |
| YUV | 212.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 168 | 0.25 | 0 | 0.30 | 0.06 | 110.7 | 0.69 | 0.8 |
| Hex | B3 | EF | A8 | 19 | 0 | 1E | 6 | 6F | 45 | 50 |
| Octal | 263 | 357 | 250 | 31 | 0 | 36 | 6 | 157 | 105 | 120 |
| Binary | 10110011 | 11101111 | 10101000 | 11001 | 0 | 11110 | 110 | 1101111 | 1000101 | 1010000 |
Color Harmonies of #B3EFA8
Complementary color
Monochromatic Colors of #B3EFA8
Black with #B3EFA8
Text Example
Text Example
White with #B3EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFA8; }
p { color: rgb(179,239,168); }
H1.HeaderClassName
{
color: #B3EFA8;
}
.AnyTagClassName
{
color: #B3EFA8;
}
</style>
background-color css
<style>
a { background-color: #B3EFA8; }
a { background-color: rgb(179,239,168); }
div.DivClassName
{
background-color: #B3EFA8;
}
.BgClassName
{
background-color: #B3EFA8;
}
</style>
border-color css
<style>
span { border-color: #B3EFA8; }
span { border-color: rgb(179,239,168); }
td.TdClassName
{
border-color: #B3EFA8;
}
.TagClassName
{
border-color: #B3EFA8;
}
</style>