Shades of Magic Mint #9CFFD9
Tints of Magic Mint #9CFFD9
RGB
CMYK
RGB Variations
Color information
#9CFFD9 (or 0x9CFFD9) is known color: Magic Mint. HEX triplet: 9C, FF and D9. RGB value is (156,255,217). Sum of RGB (Red+Green+Blue) = 156+255+217=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD9 is #630026. Grayscale: #DDDDDD. Windows color (decimal): -6488103 or 14286748. OLE color: 14286748.
HSL color Cylindrical-coordinate representation of color #9CFFD9: hue angle of 156.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFD9 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 217 | - |
| CMYK | 0.39 | 0 | 0.15 | 0 |
| HSL | 156.97º | 1% | 0.81% | - |
| HSV(B) | 156.97º | 0.39% | 1% | - |
| XYZ | 61.99 | 83.6 | 78.51 | - |
| YUV | 221.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 217 | 0.39 | 0 | 0.15 | 0 | 156.97 | 1 | 0.81 |
| Hex | 9C | FF | D9 | 27 | 0 | F | 0 | 9D | 64 | 51 |
| Octal | 234 | 377 | 331 | 47 | 0 | 17 | 0 | 235 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11011001 | 100111 | 0 | 1111 | 0 | 10011101 | 1100100 | 1010001 |
Color Harmonies of #9CFFD9
Complementary color
Monochromatic Colors of #9CFFD9
Black with #9CFFD9
Text Example
Text Example
White with #9CFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFD9; }
p { color: rgb(156,255,217); }
H1.HeaderClassName
{
color: #9CFFD9;
}
.AnyTagClassName
{
color: #9CFFD9;
}
</style>
background-color css
<style>
a { background-color: #9CFFD9; }
a { background-color: rgb(156,255,217); }
div.DivClassName
{
background-color: #9CFFD9;
}
.BgClassName
{
background-color: #9CFFD9;
}
</style>
border-color css
<style>
span { border-color: #9CFFD9; }
span { border-color: rgb(156,255,217); }
td.TdClassName
{
border-color: #9CFFD9;
}
.TagClassName
{
border-color: #9CFFD9;
}
</style>