Shades of Magic Mint #96FED1
Tints of Magic Mint #96FED1
RGB
CMYK
RGB Variations
Color information
#96FED1 (or 0x96FED1) is known color: Magic Mint. HEX triplet: 96, FE and D1. RGB value is (150,254,209). Sum of RGB (Red+Green+Blue) = 150+254+209=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #96FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FED1 is #69012E. Grayscale: #D9D9D9. Windows color (decimal): -6881583 or 13762198. OLE color: 13762198.
HSL color Cylindrical-coordinate representation of color #96FED1: hue angle of 154.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FED1 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 209 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.00 |
| HSL | 154.04º | 0.98% | 0.79% | - |
| HSV(B) | 154.04º | 0.41% | 1% | - |
| XYZ | 59.53 | 81.97 | 73.01 | - |
| YUV | 217.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 209 | 0.41 | 0 | 0.18 | 0.00 | 154.04 | 0.98 | 0.79 |
| Hex | 96 | FE | D1 | 29 | 0 | 12 | 0 | 9A | 62 | 4F |
| Octal | 226 | 376 | 321 | 51 | 0 | 22 | 0 | 232 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11010001 | 101001 | 0 | 10010 | 0 | 10011010 | 1100010 | 1001111 |
Color Harmonies of #96FED1
Complementary color
Monochromatic Colors of #96FED1
Black with #96FED1
Text Example
Text Example
White with #96FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FED1; }
p { color: rgb(150,254,209); }
H1.HeaderClassName
{
color: #96FED1;
}
.AnyTagClassName
{
color: #96FED1;
}
</style>
background-color css
<style>
a { background-color: #96FED1; }
a { background-color: rgb(150,254,209); }
div.DivClassName
{
background-color: #96FED1;
}
.BgClassName
{
background-color: #96FED1;
}
</style>
border-color css
<style>
span { border-color: #96FED1; }
span { border-color: rgb(150,254,209); }
td.TdClassName
{
border-color: #96FED1;
}
.TagClassName
{
border-color: #96FED1;
}
</style>