Shades of Magic Mint #96F7D4
Tints of Magic Mint #96F7D4
RGB
CMYK
RGB Variations
Color information
#96F7D4 (or 0x96F7D4) is known color: Magic Mint. HEX triplet: 96, F7 and D4. RGB value is (150,247,212). Sum of RGB (Red+Green+Blue) = 150+247+212=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7D4 is #69082B. Grayscale: #D6D6D6. Windows color (decimal): -6883372 or 13957014. OLE color: 13957014.
HSL color Cylindrical-coordinate representation of color #96F7D4: hue angle of 158.35º 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 #96F7D4 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 212 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.03 |
| HSL | 158.35º | 0.86% | 0.78% | - |
| HSV(B) | 158.35º | 0.39% | 0.97% | - |
| XYZ | 57.72 | 77.76 | 74.25 | - |
| YUV | 214.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 212 | 0.39 | 0 | 0.14 | 0.03 | 158.35 | 0.86 | 0.78 |
| Hex | 96 | F7 | D4 | 27 | 0 | E | 3 | 9E | 56 | 4E |
| Octal | 226 | 367 | 324 | 47 | 0 | 16 | 3 | 236 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11010100 | 100111 | 0 | 1110 | 11 | 10011110 | 1010110 | 1001110 |
Color Harmonies of #96F7D4
Complementary color
Monochromatic Colors of #96F7D4
Black with #96F7D4
Text Example
Text Example
White with #96F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7D4; }
p { color: rgb(150,247,212); }
H1.HeaderClassName
{
color: #96F7D4;
}
.AnyTagClassName
{
color: #96F7D4;
}
</style>
background-color css
<style>
a { background-color: #96F7D4; }
a { background-color: rgb(150,247,212); }
div.DivClassName
{
background-color: #96F7D4;
}
.BgClassName
{
background-color: #96F7D4;
}
</style>
border-color css
<style>
span { border-color: #96F7D4; }
span { border-color: rgb(150,247,212); }
td.TdClassName
{
border-color: #96F7D4;
}
.TagClassName
{
border-color: #96F7D4;
}
</style>