Shades of Mint Green #B0FFAA
Tints of Mint Green #B0FFAA
RGB
CMYK
RGB Variations
Color information
#B0FFAA (or 0xB0FFAA) is known color: Mint Green. HEX triplet: B0, FF and AA. RGB value is (176,255,170). Sum of RGB (Red+Green+Blue) = 176+255+170=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAA is #4F0055. Grayscale: #DDDDDD. Windows color (decimal): -5177430 or 11206576. OLE color: 11206576.
HSL color Cylindrical-coordinate representation of color #B0FFAA: hue angle of 115.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0FFAA is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 170 | - |
| CMYK | 0.31 | 0 | 0.33 | 0 |
| HSL | 115.76º | 1% | 0.83% | - |
| HSV(B) | 115.76º | 0.33% | 1% | - |
| XYZ | 60.92 | 83.65 | 50.97 | - |
| YUV | 221.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 170 | 0.31 | 0 | 0.33 | 0 | 115.76 | 1 | 0.83 |
| Hex | B0 | FF | AA | 1F | 0 | 21 | 0 | 74 | 64 | 53 |
| Octal | 260 | 377 | 252 | 37 | 0 | 41 | 0 | 164 | 144 | 123 |
| Binary | 10110000 | 11111111 | 10101010 | 11111 | 0 | 100001 | 0 | 1110100 | 1100100 | 1010011 |
Color Harmonies of #B0FFAA
Complementary color
Monochromatic Colors of #B0FFAA
Black with #B0FFAA
Text Example
Text Example
White with #B0FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFAA; }
p { color: rgb(176,255,170); }
H1.HeaderClassName
{
color: #B0FFAA;
}
.AnyTagClassName
{
color: #B0FFAA;
}
</style>
background-color css
<style>
a { background-color: #B0FFAA; }
a { background-color: rgb(176,255,170); }
div.DivClassName
{
background-color: #B0FFAA;
}
.BgClassName
{
background-color: #B0FFAA;
}
</style>
border-color css
<style>
span { border-color: #B0FFAA; }
span { border-color: rgb(176,255,170); }
td.TdClassName
{
border-color: #B0FFAA;
}
.TagClassName
{
border-color: #B0FFAA;
}
</style>