Shades of Magic Mint #96FED0
Tints of Magic Mint #96FED0
RGB
CMYK
RGB Variations
Color information
#96FED0 (or 0x96FED0) is known color: Magic Mint. HEX triplet: 96, FE and D0. RGB value is (150,254,208). Sum of RGB (Red+Green+Blue) = 150+254+208=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #96FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FED0 is #69012F. Grayscale: #D9D9D9. Windows color (decimal): -6881584 or 13696662. OLE color: 13696662.
HSL color Cylindrical-coordinate representation of color #96FED0: hue angle of 153.46º 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 #96FED0 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 208 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.00 |
| HSL | 153.46º | 0.98% | 0.79% | - |
| HSV(B) | 153.46º | 0.41% | 1% | - |
| XYZ | 59.4 | 81.92 | 72.36 | - |
| YUV | 217.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 208 | 0.41 | 0 | 0.18 | 0.00 | 153.46 | 0.98 | 0.79 |
| Hex | 96 | FE | D0 | 29 | 0 | 12 | 0 | 99 | 62 | 4F |
| Octal | 226 | 376 | 320 | 51 | 0 | 22 | 0 | 231 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11010000 | 101001 | 0 | 10010 | 0 | 10011001 | 1100010 | 1001111 |
Color Harmonies of #96FED0
Complementary color
Monochromatic Colors of #96FED0
Black with #96FED0
Text Example
Text Example
White with #96FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FED0; }
p { color: rgb(150,254,208); }
H1.HeaderClassName
{
color: #96FED0;
}
.AnyTagClassName
{
color: #96FED0;
}
</style>
background-color css
<style>
a { background-color: #96FED0; }
a { background-color: rgb(150,254,208); }
div.DivClassName
{
background-color: #96FED0;
}
.BgClassName
{
background-color: #96FED0;
}
</style>
border-color css
<style>
span { border-color: #96FED0; }
span { border-color: rgb(150,254,208); }
td.TdClassName
{
border-color: #96FED0;
}
.TagClassName
{
border-color: #96FED0;
}
</style>