Shades of Magic Mint #96F6D3
Tints of Magic Mint #96F6D3
RGB
CMYK
RGB Variations
Color information
#96F6D3 (or 0x96F6D3) is known color: Magic Mint. HEX triplet: 96, F6 and D3. RGB value is (150,246,211). Sum of RGB (Red+Green+Blue) = 150+246+211=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6D3 is #69092C. Grayscale: #D5D5D5. Windows color (decimal): -6883629 or 13891222. OLE color: 13891222.
HSL color Cylindrical-coordinate representation of color #96F6D3: hue angle of 158.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6D3 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 211 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.04 |
| HSL | 158.13º | 0.84% | 0.78% | - |
| HSV(B) | 158.13º | 0.39% | 0.96% | - |
| XYZ | 57.29 | 77.1 | 73.49 | - |
| YUV | 213.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 211 | 0.39 | 0 | 0.14 | 0.04 | 158.13 | 0.84 | 0.78 |
| Hex | 96 | F6 | D3 | 27 | 0 | E | 4 | 9E | 54 | 4E |
| Octal | 226 | 366 | 323 | 47 | 0 | 16 | 4 | 236 | 124 | 116 |
| Binary | 10010110 | 11110110 | 11010011 | 100111 | 0 | 1110 | 100 | 10011110 | 1010100 | 1001110 |
Color Harmonies of #96F6D3
Complementary color
Monochromatic Colors of #96F6D3
Black with #96F6D3
Text Example
Text Example
White with #96F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F6D3; }
p { color: rgb(150,246,211); }
H1.HeaderClassName
{
color: #96F6D3;
}
.AnyTagClassName
{
color: #96F6D3;
}
</style>
background-color css
<style>
a { background-color: #96F6D3; }
a { background-color: rgb(150,246,211); }
div.DivClassName
{
background-color: #96F6D3;
}
.BgClassName
{
background-color: #96F6D3;
}
</style>
border-color css
<style>
span { border-color: #96F6D3; }
span { border-color: rgb(150,246,211); }
td.TdClassName
{
border-color: #96F6D3;
}
.TagClassName
{
border-color: #96F6D3;
}
</style>