Shades of Madang #B8EFAF
Tints of Madang #B8EFAF
RGB
CMYK
RGB Variations
Color information
#B8EFAF (or 0xB8EFAF) is known color: Madang. HEX triplet: B8, EF and AF. RGB value is (184,239,175). Sum of RGB (Red+Green+Blue) = 184+239+175=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EFAF is #471050. Grayscale: #D7D7D7. Windows color (decimal): -4657233 or 11530168. OLE color: 11530168.
HSL color Cylindrical-coordinate representation of color #B8EFAF: hue angle of 111.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8EFAF is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 175 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.06 |
| HSL | 111.56º | 0.67% | 0.81% | - |
| HSV(B) | 111.56º | 0.27% | 0.94% | - |
| XYZ | 58.37 | 75.02 | 51.96 | - |
| YUV | 215.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 175 | 0.23 | 0 | 0.27 | 0.06 | 111.56 | 0.67 | 0.81 |
| Hex | B8 | EF | AF | 17 | 0 | 1B | 6 | 70 | 43 | 51 |
| Octal | 270 | 357 | 257 | 27 | 0 | 33 | 6 | 160 | 103 | 121 |
| Binary | 10111000 | 11101111 | 10101111 | 10111 | 0 | 11011 | 110 | 1110000 | 1000011 | 1010001 |
Color Harmonies of #B8EFAF
Complementary color
Monochromatic Colors of #B8EFAF
Black with #B8EFAF
Text Example
Text Example
White with #B8EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFAF; }
p { color: rgb(184,239,175); }
H1.HeaderClassName
{
color: #B8EFAF;
}
.AnyTagClassName
{
color: #B8EFAF;
}
</style>
background-color css
<style>
a { background-color: #B8EFAF; }
a { background-color: rgb(184,239,175); }
div.DivClassName
{
background-color: #B8EFAF;
}
.BgClassName
{
background-color: #B8EFAF;
}
</style>
border-color css
<style>
span { border-color: #B8EFAF; }
span { border-color: rgb(184,239,175); }
td.TdClassName
{
border-color: #B8EFAF;
}
.TagClassName
{
border-color: #B8EFAF;
}
</style>