Shades of Magic Mint #9CFFC1
Tints of Magic Mint #9CFFC1
RGB
CMYK
RGB Variations
Color information
#9CFFC1 (or 0x9CFFC1) is known color: Magic Mint. HEX triplet: 9C, FF and C1. RGB value is (156,255,193). Sum of RGB (Red+Green+Blue) = 156+255+193=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFC1 is #63003E. Grayscale: #DADADA. Windows color (decimal): -6488127 or 12713884. OLE color: 12713884.
HSL color Cylindrical-coordinate representation of color #9CFFC1: hue angle of 142.42º 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 #9CFFC1 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 193 | - |
| CMYK | 0.39 | 0 | 0.24 | 0 |
| HSL | 142.42º | 1% | 0.81% | - |
| HSV(B) | 142.42º | 0.39% | 1% | - |
| XYZ | 59.1 | 82.44 | 63.25 | - |
| YUV | 218.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 193 | 0.39 | 0 | 0.24 | 0 | 142.42 | 1 | 0.81 |
| Hex | 9C | FF | C1 | 27 | 0 | 18 | 0 | 8E | 64 | 51 |
| Octal | 234 | 377 | 301 | 47 | 0 | 30 | 0 | 216 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11000001 | 100111 | 0 | 11000 | 0 | 10001110 | 1100100 | 1010001 |
Color Harmonies of #9CFFC1
Complementary color
Monochromatic Colors of #9CFFC1
Black with #9CFFC1
Text Example
Text Example
White with #9CFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFC1; }
p { color: rgb(156,255,193); }
H1.HeaderClassName
{
color: #9CFFC1;
}
.AnyTagClassName
{
color: #9CFFC1;
}
</style>
background-color css
<style>
a { background-color: #9CFFC1; }
a { background-color: rgb(156,255,193); }
div.DivClassName
{
background-color: #9CFFC1;
}
.BgClassName
{
background-color: #9CFFC1;
}
</style>
border-color css
<style>
span { border-color: #9CFFC1; }
span { border-color: rgb(156,255,193); }
td.TdClassName
{
border-color: #9CFFC1;
}
.TagClassName
{
border-color: #9CFFC1;
}
</style>