Shades of Magic Mint #9FFCDF
Tints of Magic Mint #9FFCDF
RGB
CMYK
RGB Variations
Color information
#9FFCDF (or 0x9FFCDF) is known color: Magic Mint. HEX triplet: 9F, FC and DF. RGB value is (159,252,223). Sum of RGB (Red+Green+Blue) = 159+252+223=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCDF is #600320. Grayscale: #DCDCDC. Windows color (decimal): -6292257 or 14679199. OLE color: 14679199.
HSL color Cylindrical-coordinate representation of color #9FFCDF: hue angle of 161.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCDF is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 223 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.01 |
| HSL | 161.29º | 0.94% | 0.81% | - |
| HSV(B) | 161.29º | 0.37% | 0.99% | - |
| XYZ | 62.43 | 82.32 | 82.41 | - |
| YUV | 220.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 223 | 0.37 | 0 | 0.12 | 0.01 | 161.29 | 0.94 | 0.81 |
| Hex | 9F | FC | DF | 25 | 0 | C | 1 | A1 | 5E | 51 |
| Octal | 237 | 374 | 337 | 45 | 0 | 14 | 1 | 241 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11011111 | 100101 | 0 | 1100 | 1 | 10100001 | 1011110 | 1010001 |
Color Harmonies of #9FFCDF
Complementary color
Monochromatic Colors of #9FFCDF
Black with #9FFCDF
Text Example
Text Example
White with #9FFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCDF; }
p { color: rgb(159,252,223); }
H1.HeaderClassName
{
color: #9FFCDF;
}
.AnyTagClassName
{
color: #9FFCDF;
}
</style>
background-color css
<style>
a { background-color: #9FFCDF; }
a { background-color: rgb(159,252,223); }
div.DivClassName
{
background-color: #9FFCDF;
}
.BgClassName
{
background-color: #9FFCDF;
}
</style>
border-color css
<style>
span { border-color: #9FFCDF; }
span { border-color: rgb(159,252,223); }
td.TdClassName
{
border-color: #9FFCDF;
}
.TagClassName
{
border-color: #9FFCDF;
}
</style>