Shades of Magic Mint #96F7D1
Tints of Magic Mint #96F7D1
RGB
CMYK
RGB Variations
Color information
#96F7D1 (or 0x96F7D1) is known color: Magic Mint. HEX triplet: 96, F7 and D1. RGB value is (150,247,209). Sum of RGB (Red+Green+Blue) = 150+247+209=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7D1 is #69082E. Grayscale: #D5D5D5. Windows color (decimal): -6883375 or 13760406. OLE color: 13760406.
HSL color Cylindrical-coordinate representation of color #96F7D1: hue angle of 156.49º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7D1 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 209 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.03 |
| HSL | 156.49º | 0.86% | 0.78% | - |
| HSV(B) | 156.49º | 0.39% | 0.97% | - |
| XYZ | 57.35 | 77.61 | 72.28 | - |
| YUV | 213.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 209 | 0.39 | 0 | 0.15 | 0.03 | 156.49 | 0.86 | 0.78 |
| Hex | 96 | F7 | D1 | 27 | 0 | F | 3 | 9C | 56 | 4E |
| Octal | 226 | 367 | 321 | 47 | 0 | 17 | 3 | 234 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11010001 | 100111 | 0 | 1111 | 11 | 10011100 | 1010110 | 1001110 |
Color Harmonies of #96F7D1
Complementary color
Monochromatic Colors of #96F7D1
Black with #96F7D1
Text Example
Text Example
White with #96F7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7D1; }
p { color: rgb(150,247,209); }
H1.HeaderClassName
{
color: #96F7D1;
}
.AnyTagClassName
{
color: #96F7D1;
}
</style>
background-color css
<style>
a { background-color: #96F7D1; }
a { background-color: rgb(150,247,209); }
div.DivClassName
{
background-color: #96F7D1;
}
.BgClassName
{
background-color: #96F7D1;
}
</style>
border-color css
<style>
span { border-color: #96F7D1; }
span { border-color: rgb(150,247,209); }
td.TdClassName
{
border-color: #96F7D1;
}
.TagClassName
{
border-color: #96F7D1;
}
</style>