Shades of Magic Mint #9FFFCF
Tints of Magic Mint #9FFFCF
RGB
CMYK
RGB Variations
Color information
#9FFFCF (or 0x9FFFCF) is known color: Magic Mint. HEX triplet: 9F, FF and CF. RGB value is (159,255,207). Sum of RGB (Red+Green+Blue) = 159+255+207=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFCF is #600030. Grayscale: #DCDCDC. Windows color (decimal): -6291505 or 13631391. OLE color: 13631391.
HSL color Cylindrical-coordinate representation of color #9FFFCF: hue angle of 150º 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 #9FFFCF is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 207 | - |
| CMYK | 0.38 | 0 | 0.19 | 0 |
| HSL | 150º | 1% | 0.81% | - |
| HSV(B) | 150º | 0.38% | 1% | - |
| XYZ | 61.32 | 83.4 | 71.9 | - |
| YUV | 220.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 207 | 0.38 | 0 | 0.19 | 0 | 150 | 1 | 0.81 |
| Hex | 9F | FF | CF | 26 | 0 | 13 | 0 | 96 | 64 | 51 |
| Octal | 237 | 377 | 317 | 46 | 0 | 23 | 0 | 226 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11001111 | 100110 | 0 | 10011 | 0 | 10010110 | 1100100 | 1010001 |
Color Harmonies of #9FFFCF
Complementary color
Monochromatic Colors of #9FFFCF
Black with #9FFFCF
Text Example
Text Example
White with #9FFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFCF; }
p { color: rgb(159,255,207); }
H1.HeaderClassName
{
color: #9FFFCF;
}
.AnyTagClassName
{
color: #9FFFCF;
}
</style>
background-color css
<style>
a { background-color: #9FFFCF; }
a { background-color: rgb(159,255,207); }
div.DivClassName
{
background-color: #9FFFCF;
}
.BgClassName
{
background-color: #9FFFCF;
}
</style>
border-color css
<style>
span { border-color: #9FFFCF; }
span { border-color: rgb(159,255,207); }
td.TdClassName
{
border-color: #9FFFCF;
}
.TagClassName
{
border-color: #9FFFCF;
}
</style>