Shades of Magic Mint #9CF6D7
Tints of Magic Mint #9CF6D7
RGB
CMYK
RGB Variations
Color information
#9CF6D7 (or 0x9CF6D7) is known color: Magic Mint. HEX triplet: 9C, F6 and D7. RGB value is (156,246,215). Sum of RGB (Red+Green+Blue) = 156+246+215=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF6D7 is #630928. Grayscale: #D7D7D7. Windows color (decimal): -6490409 or 14153372. OLE color: 14153372.
HSL color Cylindrical-coordinate representation of color #9CF6D7: hue angle of 159.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF6D7 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 215 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.04 |
| HSL | 159.33º | 0.83% | 0.79% | - |
| HSV(B) | 159.33º | 0.37% | 0.96% | - |
| XYZ | 58.93 | 77.89 | 76.22 | - |
| YUV | 215.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 215 | 0.37 | 0 | 0.13 | 0.04 | 159.33 | 0.83 | 0.79 |
| Hex | 9C | F6 | D7 | 25 | 0 | D | 4 | 9F | 53 | 4F |
| Octal | 234 | 366 | 327 | 45 | 0 | 15 | 4 | 237 | 123 | 117 |
| Binary | 10011100 | 11110110 | 11010111 | 100101 | 0 | 1101 | 100 | 10011111 | 1010011 | 1001111 |
Color Harmonies of #9CF6D7
Complementary color
Monochromatic Colors of #9CF6D7
Black with #9CF6D7
Text Example
Text Example
White with #9CF6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6D7; }
p { color: rgb(156,246,215); }
H1.HeaderClassName
{
color: #9CF6D7;
}
.AnyTagClassName
{
color: #9CF6D7;
}
</style>
background-color css
<style>
a { background-color: #9CF6D7; }
a { background-color: rgb(156,246,215); }
div.DivClassName
{
background-color: #9CF6D7;
}
.BgClassName
{
background-color: #9CF6D7;
}
</style>
border-color css
<style>
span { border-color: #9CF6D7; }
span { border-color: rgb(156,246,215); }
td.TdClassName
{
border-color: #9CF6D7;
}
.TagClassName
{
border-color: #9CF6D7;
}
</style>