Shades of Magic Mint #96F2BF
Tints of Magic Mint #96F2BF
RGB
CMYK
RGB Variations
Color information
#96F2BF (or 0x96F2BF) is known color: Magic Mint. HEX triplet: 96, F2 and BF. RGB value is (150,242,191). Sum of RGB (Red+Green+Blue) = 150+242+191=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2BF is #690D40. Grayscale: #D0D0D0. Windows color (decimal): -6884673 or 12579478. OLE color: 12579478.
HSL color Cylindrical-coordinate representation of color #96F2BF: hue angle of 146.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2BF is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 191 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.05 |
| HSL | 146.74º | 0.78% | 0.77% | - |
| HSV(B) | 146.74º | 0.38% | 0.95% | - |
| XYZ | 53.73 | 73.75 | 60.69 | - |
| YUV | 208.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 191 | 0.38 | 0 | 0.21 | 0.05 | 146.74 | 0.78 | 0.77 |
| Hex | 96 | F2 | BF | 26 | 0 | 15 | 5 | 93 | 4E | 4D |
| Octal | 226 | 362 | 277 | 46 | 0 | 25 | 5 | 223 | 116 | 115 |
| Binary | 10010110 | 11110010 | 10111111 | 100110 | 0 | 10101 | 101 | 10010011 | 1001110 | 1001101 |
Color Harmonies of #96F2BF
Complementary color
Monochromatic Colors of #96F2BF
Black with #96F2BF
Text Example
Text Example
White with #96F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2BF; }
p { color: rgb(150,242,191); }
H1.HeaderClassName
{
color: #96F2BF;
}
.AnyTagClassName
{
color: #96F2BF;
}
</style>
background-color css
<style>
a { background-color: #96F2BF; }
a { background-color: rgb(150,242,191); }
div.DivClassName
{
background-color: #96F2BF;
}
.BgClassName
{
background-color: #96F2BF;
}
</style>
border-color css
<style>
span { border-color: #96F2BF; }
span { border-color: rgb(150,242,191); }
td.TdClassName
{
border-color: #96F2BF;
}
.TagClassName
{
border-color: #96F2BF;
}
</style>