Shades of Magic Mint #9FFCCD
Tints of Magic Mint #9FFCCD
RGB
CMYK
RGB Variations
Color information
#9FFCCD (or 0x9FFCCD) is known color: Magic Mint. HEX triplet: 9F, FC and CD. RGB value is (159,252,205). Sum of RGB (Red+Green+Blue) = 159+252+205=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCCD is #600332. Grayscale: #DADADA. Windows color (decimal): -6292275 or 13499551. OLE color: 13499551.
HSL color Cylindrical-coordinate representation of color #9FFCCD: hue angle of 149.68º 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 #9FFCCD is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 205 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.01 |
| HSL | 149.68º | 0.94% | 0.81% | - |
| HSV(B) | 149.68º | 0.37% | 0.99% | - |
| XYZ | 60.13 | 81.4 | 70.3 | - |
| YUV | 218.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 205 | 0.37 | 0 | 0.19 | 0.01 | 149.68 | 0.94 | 0.81 |
| Hex | 9F | FC | CD | 25 | 0 | 13 | 1 | 96 | 5E | 51 |
| Octal | 237 | 374 | 315 | 45 | 0 | 23 | 1 | 226 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11001101 | 100101 | 0 | 10011 | 1 | 10010110 | 1011110 | 1010001 |
Color Harmonies of #9FFCCD
Complementary color
Monochromatic Colors of #9FFCCD
Black with #9FFCCD
Text Example
Text Example
White with #9FFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCCD; }
p { color: rgb(159,252,205); }
H1.HeaderClassName
{
color: #9FFCCD;
}
.AnyTagClassName
{
color: #9FFCCD;
}
</style>
background-color css
<style>
a { background-color: #9FFCCD; }
a { background-color: rgb(159,252,205); }
div.DivClassName
{
background-color: #9FFCCD;
}
.BgClassName
{
background-color: #9FFCCD;
}
</style>
border-color css
<style>
span { border-color: #9FFCCD; }
span { border-color: rgb(159,252,205); }
td.TdClassName
{
border-color: #9FFCCD;
}
.TagClassName
{
border-color: #9FFCCD;
}
</style>