Shades of Magic Mint #96F4D1
Tints of Magic Mint #96F4D1
RGB
CMYK
RGB Variations
Color information
#96F4D1 (or 0x96F4D1) is known color: Magic Mint. HEX triplet: 96, F4 and D1. RGB value is (150,244,209). Sum of RGB (Red+Green+Blue) = 150+244+209=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F4D1 is #690B2E. Grayscale: #D3D3D3. Windows color (decimal): -6884143 or 13759638. OLE color: 13759638.
HSL color Cylindrical-coordinate representation of color #96F4D1: hue angle of 157.66º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F4D1 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 244 | 209 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.04 |
| HSL | 157.66º | 0.81% | 0.77% | - |
| HSV(B) | 157.66º | 0.39% | 0.96% | - |
| XYZ | 56.44 | 75.79 | 71.98 | - |
| YUV | 211.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 244 | 209 | 0.39 | 0 | 0.14 | 0.04 | 157.66 | 0.81 | 0.77 |
| Hex | 96 | F4 | D1 | 27 | 0 | E | 4 | 9E | 51 | 4D |
| Octal | 226 | 364 | 321 | 47 | 0 | 16 | 4 | 236 | 121 | 115 |
| Binary | 10010110 | 11110100 | 11010001 | 100111 | 0 | 1110 | 100 | 10011110 | 1010001 | 1001101 |
Color Harmonies of #96F4D1
Complementary color
Monochromatic Colors of #96F4D1
Black with #96F4D1
Text Example
Text Example
White with #96F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F4D1; }
p { color: rgb(150,244,209); }
H1.HeaderClassName
{
color: #96F4D1;
}
.AnyTagClassName
{
color: #96F4D1;
}
</style>
background-color css
<style>
a { background-color: #96F4D1; }
a { background-color: rgb(150,244,209); }
div.DivClassName
{
background-color: #96F4D1;
}
.BgClassName
{
background-color: #96F4D1;
}
</style>
border-color css
<style>
span { border-color: #96F4D1; }
span { border-color: rgb(150,244,209); }
td.TdClassName
{
border-color: #96F4D1;
}
.TagClassName
{
border-color: #96F4D1;
}
</style>