Shades of Mint Green #B0FFA3
Tints of Mint Green #B0FFA3
RGB
CMYK
RGB Variations
Color information
#B0FFA3 (or 0xB0FFA3) is known color: Mint Green. HEX triplet: B0, FF and A3. RGB value is (176,255,163). Sum of RGB (Red+Green+Blue) = 176+255+163=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA3 is #4F005C. Grayscale: #DDDDDD. Windows color (decimal): -5177437 or 10747824. OLE color: 10747824.
HSL color Cylindrical-coordinate representation of color #B0FFA3: hue angle of 111.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0FFA3 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 163 | - |
| CMYK | 0.31 | 0 | 0.36 | 0 |
| HSL | 111.52º | 1% | 0.82% | - |
| HSV(B) | 111.52º | 0.36% | 1% | - |
| XYZ | 60.28 | 83.39 | 47.57 | - |
| YUV | 220.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 163 | 0.31 | 0 | 0.36 | 0 | 111.52 | 1 | 0.82 |
| Hex | B0 | FF | A3 | 1F | 0 | 24 | 0 | 70 | 64 | 52 |
| Octal | 260 | 377 | 243 | 37 | 0 | 44 | 0 | 160 | 144 | 122 |
| Binary | 10110000 | 11111111 | 10100011 | 11111 | 0 | 100100 | 0 | 1110000 | 1100100 | 1010010 |
Color Harmonies of #B0FFA3
Complementary color
Monochromatic Colors of #B0FFA3
Black with #B0FFA3
Text Example
Text Example
White with #B0FFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFA3; }
p { color: rgb(176,255,163); }
H1.HeaderClassName
{
color: #B0FFA3;
}
.AnyTagClassName
{
color: #B0FFA3;
}
</style>
background-color css
<style>
a { background-color: #B0FFA3; }
a { background-color: rgb(176,255,163); }
div.DivClassName
{
background-color: #B0FFA3;
}
.BgClassName
{
background-color: #B0FFA3;
}
</style>
border-color css
<style>
span { border-color: #B0FFA3; }
span { border-color: rgb(176,255,163); }
td.TdClassName
{
border-color: #B0FFA3;
}
.TagClassName
{
border-color: #B0FFA3;
}
</style>