Shades of Magic Mint #9CFFC0
Tints of Magic Mint #9CFFC0
RGB
CMYK
RGB Variations
Color information
#9CFFC0 (or 0x9CFFC0) is known color: Magic Mint. HEX triplet: 9C, FF and C0. RGB value is (156,255,192). Sum of RGB (Red+Green+Blue) = 156+255+192=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFC0 is #63003F. Grayscale: #DADADA. Windows color (decimal): -6488128 or 12648348. OLE color: 12648348.
HSL color Cylindrical-coordinate representation of color #9CFFC0: hue angle of 141.82º 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 #9CFFC0 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 192 | - |
| CMYK | 0.39 | 0 | 0.25 | 0 |
| HSL | 141.82º | 1% | 0.81% | - |
| HSV(B) | 141.82º | 0.39% | 1% | - |
| XYZ | 58.98 | 82.39 | 62.66 | - |
| YUV | 218.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 192 | 0.39 | 0 | 0.25 | 0 | 141.82 | 1 | 0.81 |
| Hex | 9C | FF | C0 | 27 | 0 | 19 | 0 | 8E | 64 | 51 |
| Octal | 234 | 377 | 300 | 47 | 0 | 31 | 0 | 216 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11000000 | 100111 | 0 | 11001 | 0 | 10001110 | 1100100 | 1010001 |
Color Harmonies of #9CFFC0
Complementary color
Monochromatic Colors of #9CFFC0
Black with #9CFFC0
Text Example
Text Example
White with #9CFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFC0; }
p { color: rgb(156,255,192); }
H1.HeaderClassName
{
color: #9CFFC0;
}
.AnyTagClassName
{
color: #9CFFC0;
}
</style>
background-color css
<style>
a { background-color: #9CFFC0; }
a { background-color: rgb(156,255,192); }
div.DivClassName
{
background-color: #9CFFC0;
}
.BgClassName
{
background-color: #9CFFC0;
}
</style>
border-color css
<style>
span { border-color: #9CFFC0; }
span { border-color: rgb(156,255,192); }
td.TdClassName
{
border-color: #9CFFC0;
}
.TagClassName
{
border-color: #9CFFC0;
}
</style>