Shades of Magic Mint #96FECF
Tints of Magic Mint #96FECF
RGB
CMYK
RGB Variations
Color information
#96FECF (or 0x96FECF) is known color: Magic Mint. HEX triplet: 96, FE and CF. RGB value is (150,254,207). Sum of RGB (Red+Green+Blue) = 150+254+207=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #96FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FECF is #690130. Grayscale: #D9D9D9. Windows color (decimal): -6881585 or 13631126. OLE color: 13631126.
HSL color Cylindrical-coordinate representation of color #96FECF: hue angle of 152.88º 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 #96FECF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 207 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.00 |
| HSL | 152.88º | 0.98% | 0.79% | - |
| HSV(B) | 152.88º | 0.41% | 1% | - |
| XYZ | 59.28 | 81.87 | 71.71 | - |
| YUV | 217.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 207 | 0.41 | 0 | 0.19 | 0.00 | 152.88 | 0.98 | 0.79 |
| Hex | 96 | FE | CF | 29 | 0 | 13 | 0 | 99 | 62 | 4F |
| Octal | 226 | 376 | 317 | 51 | 0 | 23 | 0 | 231 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11001111 | 101001 | 0 | 10011 | 0 | 10011001 | 1100010 | 1001111 |
Color Harmonies of #96FECF
Complementary color
Monochromatic Colors of #96FECF
Black with #96FECF
Text Example
Text Example
White with #96FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FECF; }
p { color: rgb(150,254,207); }
H1.HeaderClassName
{
color: #96FECF;
}
.AnyTagClassName
{
color: #96FECF;
}
</style>
background-color css
<style>
a { background-color: #96FECF; }
a { background-color: rgb(150,254,207); }
div.DivClassName
{
background-color: #96FECF;
}
.BgClassName
{
background-color: #96FECF;
}
</style>
border-color css
<style>
span { border-color: #96FECF; }
span { border-color: rgb(150,254,207); }
td.TdClassName
{
border-color: #96FECF;
}
.TagClassName
{
border-color: #96FECF;
}
</style>