Shades of Madang #B6F0AF
Tints of Madang #B6F0AF
RGB
CMYK
RGB Variations
Color information
#B6F0AF (or 0xB6F0AF) is known color: Madang. HEX triplet: B6, F0 and AF. RGB value is (182,240,175). Sum of RGB (Red+Green+Blue) = 182+240+175=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F0AF is #490F50. Grayscale: #D7D7D7. Windows color (decimal): -4788049 or 11530422. OLE color: 11530422.
HSL color Cylindrical-coordinate representation of color #B6F0AF: hue angle of 113.54º degrees, saturation: 0.68, 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 #B6F0AF is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 240 | 175 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.06 |
| HSL | 113.54º | 0.68% | 0.81% | - |
| HSV(B) | 113.54º | 0.27% | 0.94% | - |
| XYZ | 58.19 | 75.36 | 52.04 | - |
| YUV | 215.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 240 | 175 | 0.24 | 0 | 0.27 | 0.06 | 113.54 | 0.68 | 0.81 |
| Hex | B6 | F0 | AF | 18 | 0 | 1B | 6 | 72 | 44 | 51 |
| Octal | 266 | 360 | 257 | 30 | 0 | 33 | 6 | 162 | 104 | 121 |
| Binary | 10110110 | 11110000 | 10101111 | 11000 | 0 | 11011 | 110 | 1110010 | 1000100 | 1010001 |
Color Harmonies of #B6F0AF
Complementary color
Monochromatic Colors of #B6F0AF
Black with #B6F0AF
Text Example
Text Example
White with #B6F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F0AF; }
p { color: rgb(182,240,175); }
H1.HeaderClassName
{
color: #B6F0AF;
}
.AnyTagClassName
{
color: #B6F0AF;
}
</style>
background-color css
<style>
a { background-color: #B6F0AF; }
a { background-color: rgb(182,240,175); }
div.DivClassName
{
background-color: #B6F0AF;
}
.BgClassName
{
background-color: #B6F0AF;
}
</style>
border-color css
<style>
span { border-color: #B6F0AF; }
span { border-color: rgb(182,240,175); }
td.TdClassName
{
border-color: #B6F0AF;
}
.TagClassName
{
border-color: #B6F0AF;
}
</style>