Shades of Madang #B8EFAD
Tints of Madang #B8EFAD
RGB
CMYK
RGB Variations
Color information
#B8EFAD (or 0xB8EFAD) is known color: Madang. HEX triplet: B8, EF and AD. RGB value is (184,239,173). Sum of RGB (Red+Green+Blue) = 184+239+173=596 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.87% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EFAD is #471052. Grayscale: #D7D7D7. Windows color (decimal): -4657235 or 11399096. OLE color: 11399096.
HSL color Cylindrical-coordinate representation of color #B8EFAD: hue angle of 110º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8EFAD is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 173 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.06 |
| HSL | 110º | 0.67% | 0.81% | - |
| HSV(B) | 110º | 0.28% | 0.94% | - |
| XYZ | 58.18 | 74.94 | 50.93 | - |
| YUV | 215.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 173 | 0.23 | 0 | 0.28 | 0.06 | 110 | 0.67 | 0.81 |
| Hex | B8 | EF | AD | 17 | 0 | 1C | 6 | 6E | 43 | 51 |
| Octal | 270 | 357 | 255 | 27 | 0 | 34 | 6 | 156 | 103 | 121 |
| Binary | 10111000 | 11101111 | 10101101 | 10111 | 0 | 11100 | 110 | 1101110 | 1000011 | 1010001 |
Color Harmonies of #B8EFAD
Complementary color
Monochromatic Colors of #B8EFAD
Black with #B8EFAD
Text Example
Text Example
White with #B8EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFAD; }
p { color: rgb(184,239,173); }
H1.HeaderClassName
{
color: #B8EFAD;
}
.AnyTagClassName
{
color: #B8EFAD;
}
</style>
background-color css
<style>
a { background-color: #B8EFAD; }
a { background-color: rgb(184,239,173); }
div.DivClassName
{
background-color: #B8EFAD;
}
.BgClassName
{
background-color: #B8EFAD;
}
</style>
border-color css
<style>
span { border-color: #B8EFAD; }
span { border-color: rgb(184,239,173); }
td.TdClassName
{
border-color: #B8EFAD;
}
.TagClassName
{
border-color: #B8EFAD;
}
</style>