Shades of Madang #B3EFA0
Tints of Madang #B3EFA0
RGB
CMYK
RGB Variations
Color information
#B3EFA0 (or 0xB3EFA0) is known color: Madang. HEX triplet: B3, EF and A0. RGB value is (179,239,160). Sum of RGB (Red+Green+Blue) = 179+239+160=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EFA0 is #4C105F. Grayscale: #D4D4D4. Windows color (decimal): -4984928 or 10547123. OLE color: 10547123.
HSL color Cylindrical-coordinate representation of color #B3EFA0: hue angle of 105.57º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3EFA0 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 160 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.06 |
| HSL | 105.57º | 0.71% | 0.78% | - |
| HSV(B) | 105.57º | 0.33% | 0.94% | - |
| XYZ | 55.8 | 73.85 | 44.57 | - |
| YUV | 212.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 160 | 0.25 | 0 | 0.33 | 0.06 | 105.57 | 0.71 | 0.78 |
| Hex | B3 | EF | A0 | 19 | 0 | 21 | 6 | 6A | 47 | 4E |
| Octal | 263 | 357 | 240 | 31 | 0 | 41 | 6 | 152 | 107 | 116 |
| Binary | 10110011 | 11101111 | 10100000 | 11001 | 0 | 100001 | 110 | 1101010 | 1000111 | 1001110 |
Color Harmonies of #B3EFA0
Complementary color
Monochromatic Colors of #B3EFA0
Black with #B3EFA0
Text Example
Text Example
White with #B3EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFA0; }
p { color: rgb(179,239,160); }
H1.HeaderClassName
{
color: #B3EFA0;
}
.AnyTagClassName
{
color: #B3EFA0;
}
</style>
background-color css
<style>
a { background-color: #B3EFA0; }
a { background-color: rgb(179,239,160); }
div.DivClassName
{
background-color: #B3EFA0;
}
.BgClassName
{
background-color: #B3EFA0;
}
</style>
border-color css
<style>
span { border-color: #B3EFA0; }
span { border-color: rgb(179,239,160); }
td.TdClassName
{
border-color: #B3EFA0;
}
.TagClassName
{
border-color: #B3EFA0;
}
</style>