Shades of Magic Mint #9FFFCD
Tints of Magic Mint #9FFFCD
RGB
CMYK
RGB Variations
Color information
#9FFFCD (or 0x9FFFCD) is known color: Magic Mint. HEX triplet: 9F, FF and CD. RGB value is (159,255,205). Sum of RGB (Red+Green+Blue) = 159+255+205=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFCD is #600032. Grayscale: #DCDCDC. Windows color (decimal): -6291507 or 13500319. OLE color: 13500319.
HSL color Cylindrical-coordinate representation of color #9FFFCD: hue angle of 148.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFCD is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 205 | - |
| CMYK | 0.38 | 0 | 0.20 | 0 |
| HSL | 148.75º | 1% | 0.81% | - |
| HSV(B) | 148.75º | 0.38% | 1% | - |
| XYZ | 61.08 | 83.3 | 70.62 | - |
| YUV | 220.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 205 | 0.38 | 0 | 0.20 | 0 | 148.75 | 1 | 0.81 |
| Hex | 9F | FF | CD | 26 | 0 | 14 | 0 | 95 | 64 | 51 |
| Octal | 237 | 377 | 315 | 46 | 0 | 24 | 0 | 225 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11001101 | 100110 | 0 | 10100 | 0 | 10010101 | 1100100 | 1010001 |
Color Harmonies of #9FFFCD
Complementary color
Monochromatic Colors of #9FFFCD
Black with #9FFFCD
Text Example
Text Example
White with #9FFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFCD; }
p { color: rgb(159,255,205); }
H1.HeaderClassName
{
color: #9FFFCD;
}
.AnyTagClassName
{
color: #9FFFCD;
}
</style>
background-color css
<style>
a { background-color: #9FFFCD; }
a { background-color: rgb(159,255,205); }
div.DivClassName
{
background-color: #9FFFCD;
}
.BgClassName
{
background-color: #9FFFCD;
}
</style>
border-color css
<style>
span { border-color: #9FFFCD; }
span { border-color: rgb(159,255,205); }
td.TdClassName
{
border-color: #9FFFCD;
}
.TagClassName
{
border-color: #9FFFCD;
}
</style>