Shades of Magic Mint #9CFCC3
Tints of Magic Mint #9CFCC3
RGB
CMYK
RGB Variations
Color information
#9CFCC3 (or 0x9CFCC3) is known color: Magic Mint. HEX triplet: 9C, FC and C3. RGB value is (156,252,195). Sum of RGB (Red+Green+Blue) = 156+252+195=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCC3 is #63033C. Grayscale: #D8D8D8. Windows color (decimal): -6488893 or 12844188. OLE color: 12844188.
HSL color Cylindrical-coordinate representation of color #9CFCC3: hue angle of 144.38º 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 #9CFCC3 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 195 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.01 |
| HSL | 144.38º | 0.94% | 0.8% | - |
| HSV(B) | 144.38º | 0.38% | 0.99% | - |
| XYZ | 58.37 | 80.63 | 64.12 | - |
| YUV | 216.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 195 | 0.38 | 0 | 0.23 | 0.01 | 144.38 | 0.94 | 0.8 |
| Hex | 9C | FC | C3 | 26 | 0 | 17 | 1 | 90 | 5E | 50 |
| Octal | 234 | 374 | 303 | 46 | 0 | 27 | 1 | 220 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11000011 | 100110 | 0 | 10111 | 1 | 10010000 | 1011110 | 1010000 |
Color Harmonies of #9CFCC3
Complementary color
Monochromatic Colors of #9CFCC3
Black with #9CFCC3
Text Example
Text Example
White with #9CFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCC3; }
p { color: rgb(156,252,195); }
H1.HeaderClassName
{
color: #9CFCC3;
}
.AnyTagClassName
{
color: #9CFCC3;
}
</style>
background-color css
<style>
a { background-color: #9CFCC3; }
a { background-color: rgb(156,252,195); }
div.DivClassName
{
background-color: #9CFCC3;
}
.BgClassName
{
background-color: #9CFCC3;
}
</style>
border-color css
<style>
span { border-color: #9CFCC3; }
span { border-color: rgb(156,252,195); }
td.TdClassName
{
border-color: #9CFCC3;
}
.TagClassName
{
border-color: #9CFCC3;
}
</style>