Shades of Madang #B8E6A8
Tints of Madang #B8E6A8
RGB
CMYK
RGB Variations
Color information
#B8E6A8 (or 0xB8E6A8) is known color: Madang. HEX triplet: B8, E6 and A8. RGB value is (184,230,168). Sum of RGB (Red+Green+Blue) = 184+230+168=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E6A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8E6A8 is #471957. Grayscale: #D1D1D1. Windows color (decimal): -4659544 or 11069112. OLE color: 11069112.
HSL color Cylindrical-coordinate representation of color #B8E6A8: hue angle of 104.52º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8E6A8 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 168 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.10 |
| HSL | 104.52º | 0.55% | 0.78% | - |
| HSV(B) | 104.52º | 0.27% | 0.9% | - |
| XYZ | 55.13 | 69.61 | 47.58 | - |
| YUV | 209.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 168 | 0.2 | 0 | 0.27 | 0.10 | 104.52 | 0.55 | 0.78 |
| Hex | B8 | E6 | A8 | 14 | 0 | 1B | A | 69 | 37 | 4E |
| Octal | 270 | 346 | 250 | 24 | 0 | 33 | 12 | 151 | 67 | 116 |
| Binary | 10111000 | 11100110 | 10101000 | 10100 | 0 | 11011 | 1010 | 1101001 | 110111 | 1001110 |
Color Harmonies of #B8E6A8
Complementary color
Monochromatic Colors of #B8E6A8
Black with #B8E6A8
Text Example
Text Example
White with #B8E6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E6A8; }
p { color: rgb(184,230,168); }
H1.HeaderClassName
{
color: #B8E6A8;
}
.AnyTagClassName
{
color: #B8E6A8;
}
</style>
background-color css
<style>
a { background-color: #B8E6A8; }
a { background-color: rgb(184,230,168); }
div.DivClassName
{
background-color: #B8E6A8;
}
.BgClassName
{
background-color: #B8E6A8;
}
</style>
border-color css
<style>
span { border-color: #B8E6A8; }
span { border-color: rgb(184,230,168); }
td.TdClassName
{
border-color: #B8E6A8;
}
.TagClassName
{
border-color: #B8E6A8;
}
</style>