Shades of Madang #BAF3A8
Tints of Madang #BAF3A8
RGB
CMYK
RGB Variations
Color information
#BAF3A8 (or 0xBAF3A8) is known color: Madang. HEX triplet: BA, F3 and A8. RGB value is (186,243,168). Sum of RGB (Red+Green+Blue) = 186+243+168=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF3A8 is #450C57. Grayscale: #D9D9D9. Windows color (decimal): -4525144 or 11072442. OLE color: 11072442.
HSL color Cylindrical-coordinate representation of color #BAF3A8: hue angle of 105.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAF3A8 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 168 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.05 |
| HSL | 105.6º | 0.76% | 0.81% | - |
| HSV(B) | 105.6º | 0.31% | 0.95% | - |
| XYZ | 59.37 | 77.37 | 48.85 | - |
| YUV | 217.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 168 | 0.23 | 0 | 0.31 | 0.05 | 105.6 | 0.76 | 0.81 |
| Hex | BA | F3 | A8 | 17 | 0 | 1F | 5 | 6A | 4C | 51 |
| Octal | 272 | 363 | 250 | 27 | 0 | 37 | 5 | 152 | 114 | 121 |
| Binary | 10111010 | 11110011 | 10101000 | 10111 | 0 | 11111 | 101 | 1101010 | 1001100 | 1010001 |
Color Harmonies of #BAF3A8
Complementary color
Monochromatic Colors of #BAF3A8
Black with #BAF3A8
Text Example
Text Example
White with #BAF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3A8; }
p { color: rgb(186,243,168); }
H1.HeaderClassName
{
color: #BAF3A8;
}
.AnyTagClassName
{
color: #BAF3A8;
}
</style>
background-color css
<style>
a { background-color: #BAF3A8; }
a { background-color: rgb(186,243,168); }
div.DivClassName
{
background-color: #BAF3A8;
}
.BgClassName
{
background-color: #BAF3A8;
}
</style>
border-color css
<style>
span { border-color: #BAF3A8; }
span { border-color: rgb(186,243,168); }
td.TdClassName
{
border-color: #BAF3A8;
}
.TagClassName
{
border-color: #BAF3A8;
}
</style>