Shades of Magic Mint #96FFCF
Tints of Magic Mint #96FFCF
RGB
CMYK
RGB Variations
Color information
#96FFCF (or 0x96FFCF) is known color: Magic Mint. HEX triplet: 96, FF and CF. RGB value is (150,255,207). Sum of RGB (Red+Green+Blue) = 150+255+207=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCF is #690030. Grayscale: #DADADA. Windows color (decimal): -6881329 or 13631382. OLE color: 13631382.
HSL color Cylindrical-coordinate representation of color #96FFCF: hue angle of 152.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFCF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 207 | - |
| CMYK | 0.41 | 0 | 0.19 | 0 |
| HSL | 152.57º | 1% | 0.79% | - |
| HSV(B) | 152.57º | 0.41% | 1% | - |
| XYZ | 59.6 | 82.51 | 71.82 | - |
| YUV | 218.13 | 121.71 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 207 | 0.41 | 0 | 0.19 | 0 | 152.57 | 1 | 0.79 |
| Hex | 96 | FF | CF | 29 | 0 | 13 | 0 | 99 | 64 | 4F |
| Octal | 226 | 377 | 317 | 51 | 0 | 23 | 0 | 231 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11001111 | 101001 | 0 | 10011 | 0 | 10011001 | 1100100 | 1001111 |
Color Harmonies of #96FFCF
Complementary color
Monochromatic Colors of #96FFCF
Black with #96FFCF
Text Example
Text Example
White with #96FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFCF; }
p { color: rgb(150,255,207); }
H1.HeaderClassName
{
color: #96FFCF;
}
.AnyTagClassName
{
color: #96FFCF;
}
</style>
background-color css
<style>
a { background-color: #96FFCF; }
a { background-color: rgb(150,255,207); }
div.DivClassName
{
background-color: #96FFCF;
}
.BgClassName
{
background-color: #96FFCF;
}
</style>
border-color css
<style>
span { border-color: #96FFCF; }
span { border-color: rgb(150,255,207); }
td.TdClassName
{
border-color: #96FFCF;
}
.TagClassName
{
border-color: #96FFCF;
}
</style>