Shades of Madang #BAF7A8
Tints of Madang #BAF7A8
RGB
CMYK
RGB Variations
Color information
#BAF7A8 (or 0xBAF7A8) is known color: Madang. HEX triplet: BA, F7 and A8. RGB value is (186,247,168). Sum of RGB (Red+Green+Blue) = 186+247+168=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7A8 is #450857. Grayscale: #DCDCDC. Windows color (decimal): -4524120 or 11073466. OLE color: 11073466.
HSL color Cylindrical-coordinate representation of color #BAF7A8: hue angle of 106.33º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAF7A8 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 168 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.03 |
| HSL | 106.33º | 0.83% | 0.81% | - |
| HSV(B) | 106.33º | 0.32% | 0.97% | - |
| XYZ | 60.58 | 79.79 | 49.25 | - |
| YUV | 219.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 168 | 0.25 | 0 | 0.32 | 0.03 | 106.33 | 0.83 | 0.81 |
| Hex | BA | F7 | A8 | 19 | 0 | 20 | 3 | 6A | 53 | 51 |
| Octal | 272 | 367 | 250 | 31 | 0 | 40 | 3 | 152 | 123 | 121 |
| Binary | 10111010 | 11110111 | 10101000 | 11001 | 0 | 100000 | 11 | 1101010 | 1010011 | 1010001 |
Color Harmonies of #BAF7A8
Complementary color
Monochromatic Colors of #BAF7A8
Black with #BAF7A8
Text Example
Text Example
White with #BAF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7A8; }
p { color: rgb(186,247,168); }
H1.HeaderClassName
{
color: #BAF7A8;
}
.AnyTagClassName
{
color: #BAF7A8;
}
</style>
background-color css
<style>
a { background-color: #BAF7A8; }
a { background-color: rgb(186,247,168); }
div.DivClassName
{
background-color: #BAF7A8;
}
.BgClassName
{
background-color: #BAF7A8;
}
</style>
border-color css
<style>
span { border-color: #BAF7A8; }
span { border-color: rgb(186,247,168); }
td.TdClassName
{
border-color: #BAF7A8;
}
.TagClassName
{
border-color: #BAF7A8;
}
</style>