Shades of Mint Green #96FFB2
Tints of Mint Green #96FFB2
RGB
CMYK
RGB Variations
Color information
#96FFB2 (or 0x96FFB2) is known color: Mint Green. HEX triplet: 96, FF and B2. RGB value is (150,255,178). Sum of RGB (Red+Green+Blue) = 150+255+178=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFB2 is #69004D. Grayscale: #D7D7D7. Windows color (decimal): -6881358 or 11730838. OLE color: 11730838.
HSL color Cylindrical-coordinate representation of color #96FFB2: hue angle of 136º 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 #96FFB2 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 178 | - |
| CMYK | 0.41 | 0 | 0.30 | 0 |
| HSL | 136º | 1% | 0.79% | - |
| HSV(B) | 136º | 0.41% | 1% | - |
| XYZ | 56.37 | 81.22 | 54.83 | - |
| YUV | 214.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 178 | 0.41 | 0 | 0.30 | 0 | 136 | 1 | 0.79 |
| Hex | 96 | FF | B2 | 29 | 0 | 1E | 0 | 88 | 64 | 4F |
| Octal | 226 | 377 | 262 | 51 | 0 | 36 | 0 | 210 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10110010 | 101001 | 0 | 11110 | 0 | 10001000 | 1100100 | 1001111 |
Color Harmonies of #96FFB2
Complementary color
Monochromatic Colors of #96FFB2
Black with #96FFB2
Text Example
Text Example
White with #96FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFB2; }
p { color: rgb(150,255,178); }
H1.HeaderClassName
{
color: #96FFB2;
}
.AnyTagClassName
{
color: #96FFB2;
}
</style>
background-color css
<style>
a { background-color: #96FFB2; }
a { background-color: rgb(150,255,178); }
div.DivClassName
{
background-color: #96FFB2;
}
.BgClassName
{
background-color: #96FFB2;
}
</style>
border-color css
<style>
span { border-color: #96FFB2; }
span { border-color: rgb(150,255,178); }
td.TdClassName
{
border-color: #96FFB2;
}
.TagClassName
{
border-color: #96FFB2;
}
</style>