Shades of Madang #B2FFA8
Tints of Madang #B2FFA8
RGB
CMYK
RGB Variations
Color information
#B2FFA8 (or 0xB2FFA8) is known color: Madang. HEX triplet: B2, FF and A8. RGB value is (178,255,168). Sum of RGB (Red+Green+Blue) = 178+255+168=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFA8 is #4D0057. Grayscale: #DEDEDE. Windows color (decimal): -5046360 or 11075506. OLE color: 11075506.
HSL color Cylindrical-coordinate representation of color #B2FFA8: hue angle of 113.1º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2FFA8 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 178 | 255 | 168 | - |
CMYK | 0.30 | 0 | 0.34 | 0 |
HSL | 113.1º | 1% | 0.83% | - |
HSV(B) | 113.1º | 0.34% | 1% | - |
XYZ | 61.19 | 83.81 | 50 | - |
YUV | 222.06 | 97.49 | 96.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 255 | 168 | 0.30 | 0 | 0.34 | 0 | 113.1 | 1 | 0.83 |
Hex | B2 | FF | A8 | 1E | 0 | 22 | 0 | 71 | 64 | 53 |
Octal | 262 | 377 | 250 | 36 | 0 | 42 | 0 | 161 | 144 | 123 |
Binary | 10110010 | 11111111 | 10101000 | 11110 | 0 | 100010 | 0 | 1110001 | 1100100 | 1010011 |
Color Harmonies of #B2FFA8
Complementary color
Monochromatic Colors of #B2FFA8
Black with #B2FFA8
Text Example
Text Example
White with #B2FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFA8; }
p { color: rgb(178,255,168); }
H1.HeaderClassName
{
color: #B2FFA8;
}
.AnyTagClassName
{
color: #B2FFA8;
}
</style>
background-color css
<style>
a { background-color: #B2FFA8; }
a { background-color: rgb(178,255,168); }
div.DivClassName
{
background-color: #B2FFA8;
}
.BgClassName
{
background-color: #B2FFA8;
}
</style>
border-color css
<style>
span { border-color: #B2FFA8; }
span { border-color: rgb(178,255,168); }
td.TdClassName
{
border-color: #B2FFA8;
}
.TagClassName
{
border-color: #B2FFA8;
}
</style>