Shades of Magic Mint #9CFCC9
Tints of Magic Mint #9CFCC9
RGB
CMYK
RGB Variations
Color information
#9CFCC9 (or 0x9CFCC9) is known color: Magic Mint. HEX triplet: 9C, FC and C9. RGB value is (156,252,201). Sum of RGB (Red+Green+Blue) = 156+252+201=609 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.62% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCC9 is #630336. Grayscale: #D9D9D9. Windows color (decimal): -6488887 or 13237404. OLE color: 13237404.
HSL color Cylindrical-coordinate representation of color #9CFCC9: hue angle of 148.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCC9 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 201 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.01 |
| HSL | 148.13º | 0.94% | 0.8% | - |
| HSV(B) | 148.13º | 0.38% | 0.99% | - |
| XYZ | 59.06 | 80.91 | 67.76 | - |
| YUV | 217.48 | 118.7 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 201 | 0.38 | 0 | 0.20 | 0.01 | 148.13 | 0.94 | 0.8 |
| Hex | 9C | FC | C9 | 26 | 0 | 14 | 1 | 94 | 5E | 50 |
| Octal | 234 | 374 | 311 | 46 | 0 | 24 | 1 | 224 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11001001 | 100110 | 0 | 10100 | 1 | 10010100 | 1011110 | 1010000 |
Color Harmonies of #9CFCC9
Complementary color
Monochromatic Colors of #9CFCC9
Black with #9CFCC9
Text Example
Text Example
White with #9CFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCC9; }
p { color: rgb(156,252,201); }
H1.HeaderClassName
{
color: #9CFCC9;
}
.AnyTagClassName
{
color: #9CFCC9;
}
</style>
background-color css
<style>
a { background-color: #9CFCC9; }
a { background-color: rgb(156,252,201); }
div.DivClassName
{
background-color: #9CFCC9;
}
.BgClassName
{
background-color: #9CFCC9;
}
</style>
border-color css
<style>
span { border-color: #9CFCC9; }
span { border-color: rgb(156,252,201); }
td.TdClassName
{
border-color: #9CFCC9;
}
.TagClassName
{
border-color: #9CFCC9;
}
</style>