Shades of Magic Mint #9CFFD7
Tints of Magic Mint #9CFFD7
RGB
CMYK
RGB Variations
Color information
#9CFFD7 (or 0x9CFFD7) is known color: Magic Mint. HEX triplet: 9C, FF and D7. RGB value is (156,255,215). Sum of RGB (Red+Green+Blue) = 156+255+215=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD7 is #630028. Grayscale: #DCDCDC. Windows color (decimal): -6488105 or 14155676. OLE color: 14155676.
HSL color Cylindrical-coordinate representation of color #9CFFD7: hue angle of 155.76º 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 #9CFFD7 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 215 | - |
| CMYK | 0.39 | 0 | 0.16 | 0 |
| HSL | 155.76º | 1% | 0.81% | - |
| HSV(B) | 155.76º | 0.39% | 1% | - |
| XYZ | 61.74 | 83.49 | 77.15 | - |
| YUV | 220.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 215 | 0.39 | 0 | 0.16 | 0 | 155.76 | 1 | 0.81 |
| Hex | 9C | FF | D7 | 27 | 0 | 10 | 0 | 9C | 64 | 51 |
| Octal | 234 | 377 | 327 | 47 | 0 | 20 | 0 | 234 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11010111 | 100111 | 0 | 10000 | 0 | 10011100 | 1100100 | 1010001 |
Color Harmonies of #9CFFD7
Complementary color
Monochromatic Colors of #9CFFD7
Black with #9CFFD7
Text Example
Text Example
White with #9CFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFD7; }
p { color: rgb(156,255,215); }
H1.HeaderClassName
{
color: #9CFFD7;
}
.AnyTagClassName
{
color: #9CFFD7;
}
</style>
background-color css
<style>
a { background-color: #9CFFD7; }
a { background-color: rgb(156,255,215); }
div.DivClassName
{
background-color: #9CFFD7;
}
.BgClassName
{
background-color: #9CFFD7;
}
</style>
border-color css
<style>
span { border-color: #9CFFD7; }
span { border-color: rgb(156,255,215); }
td.TdClassName
{
border-color: #9CFFD7;
}
.TagClassName
{
border-color: #9CFFD7;
}
</style>