Shades of Mint Green #B0FFA6
Tints of Mint Green #B0FFA6
RGB
CMYK
RGB Variations
Color information
#B0FFA6 (or 0xB0FFA6) is known color: Mint Green. HEX triplet: B0, FF and A6. RGB value is (176,255,166). Sum of RGB (Red+Green+Blue) = 176+255+166=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA6 is #4F0059. Grayscale: #DDDDDD. Windows color (decimal): -5177434 or 10944432. OLE color: 10944432.
HSL color Cylindrical-coordinate representation of color #B0FFA6: hue angle of 113.26º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0FFA6 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
RGB | 176 | 255 | 166 | - |
CMYK | 0.31 | 0 | 0.35 | 0 |
HSL | 113.26º | 1% | 0.83% | - |
HSV(B) | 113.26º | 0.35% | 1% | - |
XYZ | 60.55 | 83.5 | 49 | - |
YUV | 221.23 | 96.83 | 95.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 255 | 166 | 0.31 | 0 | 0.35 | 0 | 113.26 | 1 | 0.83 |
Hex | B0 | FF | A6 | 1F | 0 | 23 | 0 | 71 | 64 | 53 |
Octal | 260 | 377 | 246 | 37 | 0 | 43 | 0 | 161 | 144 | 123 |
Binary | 10110000 | 11111111 | 10100110 | 11111 | 0 | 100011 | 0 | 1110001 | 1100100 | 1010011 |
Color Harmonies of #B0FFA6
Complementary color
Monochromatic Colors of #B0FFA6
Black with #B0FFA6
Text Example
Text Example
White with #B0FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFA6; }
p { color: rgb(176,255,166); }
H1.HeaderClassName
{
color: #B0FFA6;
}
.AnyTagClassName
{
color: #B0FFA6;
}
</style>
background-color css
<style>
a { background-color: #B0FFA6; }
a { background-color: rgb(176,255,166); }
div.DivClassName
{
background-color: #B0FFA6;
}
.BgClassName
{
background-color: #B0FFA6;
}
</style>
border-color css
<style>
span { border-color: #B0FFA6; }
span { border-color: rgb(176,255,166); }
td.TdClassName
{
border-color: #B0FFA6;
}
.TagClassName
{
border-color: #B0FFA6;
}
</style>