Shades of Mint Green #B0FFA2
Tints of Mint Green #B0FFA2
RGB
CMYK
RGB Variations
Color information
#B0FFA2 (or 0xB0FFA2) is known color: Mint Green. HEX triplet: B0, FF and A2. RGB value is (176,255,162). Sum of RGB (Red+Green+Blue) = 176+255+162=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA2 is #4F005D. Grayscale: #DDDDDD. Windows color (decimal): -5177438 or 10682288. OLE color: 10682288.
HSL color Cylindrical-coordinate representation of color #B0FFA2: hue angle of 110.97º 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 #B0FFA2 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 162 | - |
| CMYK | 0.31 | 0 | 0.36 | 0 |
| HSL | 110.97º | 1% | 0.82% | - |
| HSV(B) | 110.97º | 0.36% | 1% | - |
| XYZ | 60.19 | 83.36 | 47.1 | - |
| YUV | 220.78 | 94.83 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 162 | 0.31 | 0 | 0.36 | 0 | 110.97 | 1 | 0.82 |
| Hex | B0 | FF | A2 | 1F | 0 | 24 | 0 | 6F | 64 | 52 |
| Octal | 260 | 377 | 242 | 37 | 0 | 44 | 0 | 157 | 144 | 122 |
| Binary | 10110000 | 11111111 | 10100010 | 11111 | 0 | 100100 | 0 | 1101111 | 1100100 | 1010010 |
Color Harmonies of #B0FFA2
Complementary color
Monochromatic Colors of #B0FFA2
Black with #B0FFA2
Text Example
Text Example
White with #B0FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFA2; }
p { color: rgb(176,255,162); }
H1.HeaderClassName
{
color: #B0FFA2;
}
.AnyTagClassName
{
color: #B0FFA2;
}
</style>
background-color css
<style>
a { background-color: #B0FFA2; }
a { background-color: rgb(176,255,162); }
div.DivClassName
{
background-color: #B0FFA2;
}
.BgClassName
{
background-color: #B0FFA2;
}
</style>
border-color css
<style>
span { border-color: #B0FFA2; }
span { border-color: rgb(176,255,162); }
td.TdClassName
{
border-color: #B0FFA2;
}
.TagClassName
{
border-color: #B0FFA2;
}
</style>