Shades of Magic Mint #96F7D0
Tints of Magic Mint #96F7D0
RGB
CMYK
RGB Variations
Color information
#96F7D0 (or 0x96F7D0) is known color: Magic Mint. HEX triplet: 96, F7 and D0. RGB value is (150,247,208). Sum of RGB (Red+Green+Blue) = 150+247+208=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7D0 is #69082F. Grayscale: #D5D5D5. Windows color (decimal): -6883376 or 13694870. OLE color: 13694870.
HSL color Cylindrical-coordinate representation of color #96F7D0: hue angle of 155.88º 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 #96F7D0 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 208 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.03 |
| HSL | 155.88º | 0.86% | 0.78% | - |
| HSV(B) | 155.88º | 0.39% | 0.97% | - |
| XYZ | 57.22 | 77.56 | 71.63 | - |
| YUV | 213.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 208 | 0.39 | 0 | 0.16 | 0.03 | 155.88 | 0.86 | 0.78 |
| Hex | 96 | F7 | D0 | 27 | 0 | 10 | 3 | 9C | 56 | 4E |
| Octal | 226 | 367 | 320 | 47 | 0 | 20 | 3 | 234 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11010000 | 100111 | 0 | 10000 | 11 | 10011100 | 1010110 | 1001110 |
Color Harmonies of #96F7D0
Complementary color
Monochromatic Colors of #96F7D0
Black with #96F7D0
Text Example
Text Example
White with #96F7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7D0; }
p { color: rgb(150,247,208); }
H1.HeaderClassName
{
color: #96F7D0;
}
.AnyTagClassName
{
color: #96F7D0;
}
</style>
background-color css
<style>
a { background-color: #96F7D0; }
a { background-color: rgb(150,247,208); }
div.DivClassName
{
background-color: #96F7D0;
}
.BgClassName
{
background-color: #96F7D0;
}
</style>
border-color css
<style>
span { border-color: #96F7D0; }
span { border-color: rgb(150,247,208); }
td.TdClassName
{
border-color: #96F7D0;
}
.TagClassName
{
border-color: #96F7D0;
}
</style>