Shades of Magic Mint #9CFCDF
Tints of Magic Mint #9CFCDF
RGB
CMYK
RGB Variations
Color information
#9CFCDF (or 0x9CFCDF) is known color: Magic Mint. HEX triplet: 9C, FC and DF. RGB value is (156,252,223). Sum of RGB (Red+Green+Blue) = 156+252+223=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCDF is #630320. Grayscale: #DCDCDC. Windows color (decimal): -6488865 or 14679196. OLE color: 14679196.
HSL color Cylindrical-coordinate representation of color #9CFCDF: hue angle of 161.88º 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 #9CFCDF is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 223 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.01 |
| HSL | 161.88º | 0.94% | 0.8% | - |
| HSV(B) | 161.88º | 0.38% | 0.99% | - |
| XYZ | 61.84 | 82.02 | 82.38 | - |
| YUV | 219.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 223 | 0.38 | 0 | 0.12 | 0.01 | 161.88 | 0.94 | 0.8 |
| Hex | 9C | FC | DF | 26 | 0 | C | 1 | A2 | 5E | 50 |
| Octal | 234 | 374 | 337 | 46 | 0 | 14 | 1 | 242 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11011111 | 100110 | 0 | 1100 | 1 | 10100010 | 1011110 | 1010000 |
Color Harmonies of #9CFCDF
Complementary color
Monochromatic Colors of #9CFCDF
Black with #9CFCDF
Text Example
Text Example
White with #9CFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCDF; }
p { color: rgb(156,252,223); }
H1.HeaderClassName
{
color: #9CFCDF;
}
.AnyTagClassName
{
color: #9CFCDF;
}
</style>
background-color css
<style>
a { background-color: #9CFCDF; }
a { background-color: rgb(156,252,223); }
div.DivClassName
{
background-color: #9CFCDF;
}
.BgClassName
{
background-color: #9CFCDF;
}
</style>
border-color css
<style>
span { border-color: #9CFCDF; }
span { border-color: rgb(156,252,223); }
td.TdClassName
{
border-color: #9CFCDF;
}
.TagClassName
{
border-color: #9CFCDF;
}
</style>