Shades of Mint Green #B0FFA8
Tints of Mint Green #B0FFA8
RGB
CMYK
RGB Variations
Color information
#B0FFA8 (or 0xB0FFA8) is known color: Mint Green. HEX triplet: B0, FF and A8. RGB value is (176,255,168). Sum of RGB (Red+Green+Blue) = 176+255+168=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA8 is #4F0057. Grayscale: #DDDDDD. Windows color (decimal): -5177432 or 11075504. OLE color: 11075504.
HSL color Cylindrical-coordinate representation of color #B0FFA8: hue angle of 114.48º 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 #B0FFA8 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 168 | - |
| CMYK | 0.31 | 0 | 0.34 | 0 |
| HSL | 114.48º | 1% | 0.83% | - |
| HSV(B) | 114.48º | 0.34% | 1% | - |
| XYZ | 60.73 | 83.58 | 49.98 | - |
| YUV | 221.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 168 | 0.31 | 0 | 0.34 | 0 | 114.48 | 1 | 0.83 |
| Hex | B0 | FF | A8 | 1F | 0 | 22 | 0 | 72 | 64 | 53 |
| Octal | 260 | 377 | 250 | 37 | 0 | 42 | 0 | 162 | 144 | 123 |
| Binary | 10110000 | 11111111 | 10101000 | 11111 | 0 | 100010 | 0 | 1110010 | 1100100 | 1010011 |
Color Harmonies of #B0FFA8
Complementary color
Monochromatic Colors of #B0FFA8
Black with #B0FFA8
Text Example
Text Example
White with #B0FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFA8; }
p { color: rgb(176,255,168); }
H1.HeaderClassName
{
color: #B0FFA8;
}
.AnyTagClassName
{
color: #B0FFA8;
}
</style>
background-color css
<style>
a { background-color: #B0FFA8; }
a { background-color: rgb(176,255,168); }
div.DivClassName
{
background-color: #B0FFA8;
}
.BgClassName
{
background-color: #B0FFA8;
}
</style>
border-color css
<style>
span { border-color: #B0FFA8; }
span { border-color: rgb(176,255,168); }
td.TdClassName
{
border-color: #B0FFA8;
}
.TagClassName
{
border-color: #B0FFA8;
}
</style>