Shades of Mint Green #B0FFA4
Tints of Mint Green #B0FFA4
RGB
CMYK
RGB Variations
Color information
#B0FFA4 (or 0xB0FFA4) is known color: Mint Green. HEX triplet: B0, FF and A4. RGB value is (176,255,164). Sum of RGB (Red+Green+Blue) = 176+255+164=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA4 is #4F005B. Grayscale: #DDDDDD. Windows color (decimal): -5177436 or 10813360. OLE color: 10813360.
HSL color Cylindrical-coordinate representation of color #B0FFA4: hue angle of 112.09º 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 #B0FFA4 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 164 | - |
| CMYK | 0.31 | 0 | 0.36 | 0 |
| HSL | 112.09º | 1% | 0.82% | - |
| HSV(B) | 112.09º | 0.36% | 1% | - |
| XYZ | 60.37 | 83.43 | 48.04 | - |
| YUV | 221.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 164 | 0.31 | 0 | 0.36 | 0 | 112.09 | 1 | 0.82 |
| Hex | B0 | FF | A4 | 1F | 0 | 24 | 0 | 70 | 64 | 52 |
| Octal | 260 | 377 | 244 | 37 | 0 | 44 | 0 | 160 | 144 | 122 |
| Binary | 10110000 | 11111111 | 10100100 | 11111 | 0 | 100100 | 0 | 1110000 | 1100100 | 1010010 |
Color Harmonies of #B0FFA4
Complementary color
Monochromatic Colors of #B0FFA4
Black with #B0FFA4
Text Example
Text Example
White with #B0FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFA4; }
p { color: rgb(176,255,164); }
H1.HeaderClassName
{
color: #B0FFA4;
}
.AnyTagClassName
{
color: #B0FFA4;
}
</style>
background-color css
<style>
a { background-color: #B0FFA4; }
a { background-color: rgb(176,255,164); }
div.DivClassName
{
background-color: #B0FFA4;
}
.BgClassName
{
background-color: #B0FFA4;
}
</style>
border-color css
<style>
span { border-color: #B0FFA4; }
span { border-color: rgb(176,255,164); }
td.TdClassName
{
border-color: #B0FFA4;
}
.TagClassName
{
border-color: #B0FFA4;
}
</style>