Shades of Madang #B8FFAE
Tints of Madang #B8FFAE
RGB
CMYK
RGB Variations
Color information
#B8FFAE (or 0xB8FFAE) is known color: Madang. HEX triplet: B8, FF and AE. RGB value is (184,255,174). Sum of RGB (Red+Green+Blue) = 184+255+174=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFAE is #470051. Grayscale: #E0E0E0. Windows color (decimal): -4653138 or 11468728. OLE color: 11468728.
HSL color Cylindrical-coordinate representation of color #B8FFAE: hue angle of 112.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8FFAE is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 174 | - |
| CMYK | 0.28 | 0 | 0.32 | 0 |
| HSL | 112.59º | 1% | 0.84% | - |
| HSV(B) | 112.59º | 0.32% | 1% | - |
| XYZ | 63.17 | 84.77 | 53.08 | - |
| YUV | 224.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 174 | 0.28 | 0 | 0.32 | 0 | 112.59 | 1 | 0.84 |
| Hex | B8 | FF | AE | 1C | 0 | 20 | 0 | 71 | 64 | 54 |
| Octal | 270 | 377 | 256 | 34 | 0 | 40 | 0 | 161 | 144 | 124 |
| Binary | 10111000 | 11111111 | 10101110 | 11100 | 0 | 100000 | 0 | 1110001 | 1100100 | 1010100 |
Color Harmonies of #B8FFAE
Complementary color
Monochromatic Colors of #B8FFAE
Black with #B8FFAE
Text Example
Text Example
White with #B8FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFAE; }
p { color: rgb(184,255,174); }
H1.HeaderClassName
{
color: #B8FFAE;
}
.AnyTagClassName
{
color: #B8FFAE;
}
</style>
background-color css
<style>
a { background-color: #B8FFAE; }
a { background-color: rgb(184,255,174); }
div.DivClassName
{
background-color: #B8FFAE;
}
.BgClassName
{
background-color: #B8FFAE;
}
</style>
border-color css
<style>
span { border-color: #B8FFAE; }
span { border-color: rgb(184,255,174); }
td.TdClassName
{
border-color: #B8FFAE;
}
.TagClassName
{
border-color: #B8FFAE;
}
</style>