Shades of Mint Green #96FFB0
Tints of Mint Green #96FFB0
RGB
CMYK
RGB Variations
Color information
#96FFB0 (or 0x96FFB0) is known color: Mint Green. HEX triplet: 96, FF and B0. RGB value is (150,255,176). Sum of RGB (Red+Green+Blue) = 150+255+176=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFB0 is #69004F. Grayscale: #D6D6D6. Windows color (decimal): -6881360 or 11599766. OLE color: 11599766.
HSL color Cylindrical-coordinate representation of color #96FFB0: hue angle of 134.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFB0 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 176 | - |
| CMYK | 0.41 | 0 | 0.31 | 0 |
| HSL | 134.86º | 1% | 0.79% | - |
| HSV(B) | 134.86º | 0.41% | 1% | - |
| XYZ | 56.17 | 81.14 | 53.77 | - |
| YUV | 214.6 | 106.21 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 176 | 0.41 | 0 | 0.31 | 0 | 134.86 | 1 | 0.79 |
| Hex | 96 | FF | B0 | 29 | 0 | 1F | 0 | 87 | 64 | 4F |
| Octal | 226 | 377 | 260 | 51 | 0 | 37 | 0 | 207 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10110000 | 101001 | 0 | 11111 | 0 | 10000111 | 1100100 | 1001111 |
Color Harmonies of #96FFB0
Complementary color
Monochromatic Colors of #96FFB0
Black with #96FFB0
Text Example
Text Example
White with #96FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFB0; }
p { color: rgb(150,255,176); }
H1.HeaderClassName
{
color: #96FFB0;
}
.AnyTagClassName
{
color: #96FFB0;
}
</style>
background-color css
<style>
a { background-color: #96FFB0; }
a { background-color: rgb(150,255,176); }
div.DivClassName
{
background-color: #96FFB0;
}
.BgClassName
{
background-color: #96FFB0;
}
</style>
border-color css
<style>
span { border-color: #96FFB0; }
span { border-color: rgb(150,255,176); }
td.TdClassName
{
border-color: #96FFB0;
}
.TagClassName
{
border-color: #96FFB0;
}
</style>