Shades of Madang #B2EFAB
Tints of Madang #B2EFAB
RGB
CMYK
RGB Variations
Color information
#B2EFAB (or 0xB2EFAB) is known color: Madang. HEX triplet: B2, EF and AB. RGB value is (178,239,171). Sum of RGB (Red+Green+Blue) = 178+239+171=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFAB is #4D1054. Grayscale: #D5D5D5. Windows color (decimal): -5050453 or 11268018. OLE color: 11268018.
HSL color Cylindrical-coordinate representation of color #B2EFAB: hue angle of 113.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2EFAB is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 171 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.06 |
| HSL | 113.82º | 0.68% | 0.8% | - |
| HSV(B) | 113.82º | 0.28% | 0.94% | - |
| XYZ | 56.58 | 74.14 | 49.86 | - |
| YUV | 213.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 171 | 0.26 | 0 | 0.28 | 0.06 | 113.82 | 0.68 | 0.8 |
| Hex | B2 | EF | AB | 1A | 0 | 1C | 6 | 72 | 44 | 50 |
| Octal | 262 | 357 | 253 | 32 | 0 | 34 | 6 | 162 | 104 | 120 |
| Binary | 10110010 | 11101111 | 10101011 | 11010 | 0 | 11100 | 110 | 1110010 | 1000100 | 1010000 |
Color Harmonies of #B2EFAB
Complementary color
Monochromatic Colors of #B2EFAB
Black with #B2EFAB
Text Example
Text Example
White with #B2EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFAB; }
p { color: rgb(178,239,171); }
H1.HeaderClassName
{
color: #B2EFAB;
}
.AnyTagClassName
{
color: #B2EFAB;
}
</style>
background-color css
<style>
a { background-color: #B2EFAB; }
a { background-color: rgb(178,239,171); }
div.DivClassName
{
background-color: #B2EFAB;
}
.BgClassName
{
background-color: #B2EFAB;
}
</style>
border-color css
<style>
span { border-color: #B2EFAB; }
span { border-color: rgb(178,239,171); }
td.TdClassName
{
border-color: #B2EFAB;
}
.TagClassName
{
border-color: #B2EFAB;
}
</style>