Shades of Madang #B6E0AF
Tints of Madang #B6E0AF
RGB
CMYK
RGB Variations
Color information
#B6E0AF (or 0xB6E0AF) is known color: Madang. HEX triplet: B6, E0 and AF. RGB value is (182,224,175). Sum of RGB (Red+Green+Blue) = 182+224+175=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E0AF is #491F50. Grayscale: #CECECE. Windows color (decimal): -4792145 or 11526326. OLE color: 11526326.
HSL color Cylindrical-coordinate representation of color #B6E0AF: hue angle of 111.43º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E0AF is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 175 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.12 |
| HSL | 111.43º | 0.44% | 0.78% | - |
| HSV(B) | 111.43º | 0.22% | 0.88% | - |
| XYZ | 53.68 | 66.35 | 50.54 | - |
| YUV | 205.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 175 | 0.19 | 0 | 0.22 | 0.12 | 111.43 | 0.44 | 0.78 |
| Hex | B6 | E0 | AF | 13 | 0 | 16 | C | 6F | 2C | 4E |
| Octal | 266 | 340 | 257 | 23 | 0 | 26 | 14 | 157 | 54 | 116 |
| Binary | 10110110 | 11100000 | 10101111 | 10011 | 0 | 10110 | 1100 | 1101111 | 101100 | 1001110 |
Color Harmonies of #B6E0AF
Complementary color
Monochromatic Colors of #B6E0AF
Black with #B6E0AF
Text Example
Text Example
White with #B6E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0AF; }
p { color: rgb(182,224,175); }
H1.HeaderClassName
{
color: #B6E0AF;
}
.AnyTagClassName
{
color: #B6E0AF;
}
</style>
background-color css
<style>
a { background-color: #B6E0AF; }
a { background-color: rgb(182,224,175); }
div.DivClassName
{
background-color: #B6E0AF;
}
.BgClassName
{
background-color: #B6E0AF;
}
</style>
border-color css
<style>
span { border-color: #B6E0AF; }
span { border-color: rgb(182,224,175); }
td.TdClassName
{
border-color: #B6E0AF;
}
.TagClassName
{
border-color: #B6E0AF;
}
</style>