Shades of Madang #B6FFAE
Tints of Madang #B6FFAE
RGB
CMYK
RGB Variations
Color information
#B6FFAE (or 0xB6FFAE) is known color: Madang. HEX triplet: B6, FF and AE. RGB value is (182,255,174). Sum of RGB (Red+Green+Blue) = 182+255+174=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FFAE is #490051. Grayscale: #E0E0E0. Windows color (decimal): -4784210 or 11468726. OLE color: 11468726.
HSL color Cylindrical-coordinate representation of color #B6FFAE: hue angle of 114.07º 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 #B6FFAE is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 174 | - |
| CMYK | 0.29 | 0 | 0.32 | 0 |
| HSL | 114.07º | 1% | 0.84% | - |
| HSV(B) | 114.07º | 0.32% | 1% | - |
| XYZ | 62.69 | 84.52 | 53.05 | - |
| YUV | 223.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 174 | 0.29 | 0 | 0.32 | 0 | 114.07 | 1 | 0.84 |
| Hex | B6 | FF | AE | 1D | 0 | 20 | 0 | 72 | 64 | 54 |
| Octal | 266 | 377 | 256 | 35 | 0 | 40 | 0 | 162 | 144 | 124 |
| Binary | 10110110 | 11111111 | 10101110 | 11101 | 0 | 100000 | 0 | 1110010 | 1100100 | 1010100 |
Color Harmonies of #B6FFAE
Complementary color
Monochromatic Colors of #B6FFAE
Black with #B6FFAE
Text Example
Text Example
White with #B6FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFAE; }
p { color: rgb(182,255,174); }
H1.HeaderClassName
{
color: #B6FFAE;
}
.AnyTagClassName
{
color: #B6FFAE;
}
</style>
background-color css
<style>
a { background-color: #B6FFAE; }
a { background-color: rgb(182,255,174); }
div.DivClassName
{
background-color: #B6FFAE;
}
.BgClassName
{
background-color: #B6FFAE;
}
</style>
border-color css
<style>
span { border-color: #B6FFAE; }
span { border-color: rgb(182,255,174); }
td.TdClassName
{
border-color: #B6FFAE;
}
.TagClassName
{
border-color: #B6FFAE;
}
</style>