Shades of Magic Mint #9FFDCE
Tints of Magic Mint #9FFDCE
RGB
CMYK
RGB Variations
Color information
#9FFDCE (or 0x9FFDCE) is known color: Magic Mint. HEX triplet: 9F, FD and CE. RGB value is (159,253,206). Sum of RGB (Red+Green+Blue) = 159+253+206=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDCE is #600231. Grayscale: #DBDBDB. Windows color (decimal): -6292018 or 13565343. OLE color: 13565343.
HSL color Cylindrical-coordinate representation of color #9FFDCE: hue angle of 150º degrees, saturation: 0.96, 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 #9FFDCE is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 206 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.01 |
| HSL | 150º | 0.96% | 0.81% | - |
| HSV(B) | 150º | 0.37% | 0.99% | - |
| XYZ | 60.56 | 82.08 | 71.04 | - |
| YUV | 219.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 206 | 0.37 | 0 | 0.19 | 0.01 | 150 | 0.96 | 0.81 |
| Hex | 9F | FD | CE | 25 | 0 | 13 | 1 | 96 | 60 | 51 |
| Octal | 237 | 375 | 316 | 45 | 0 | 23 | 1 | 226 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11001110 | 100101 | 0 | 10011 | 1 | 10010110 | 1100000 | 1010001 |
Color Harmonies of #9FFDCE
Complementary color
Monochromatic Colors of #9FFDCE
Black with #9FFDCE
Text Example
Text Example
White with #9FFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDCE; }
p { color: rgb(159,253,206); }
H1.HeaderClassName
{
color: #9FFDCE;
}
.AnyTagClassName
{
color: #9FFDCE;
}
</style>
background-color css
<style>
a { background-color: #9FFDCE; }
a { background-color: rgb(159,253,206); }
div.DivClassName
{
background-color: #9FFDCE;
}
.BgClassName
{
background-color: #9FFDCE;
}
</style>
border-color css
<style>
span { border-color: #9FFDCE; }
span { border-color: rgb(159,253,206); }
td.TdClassName
{
border-color: #9FFDCE;
}
.TagClassName
{
border-color: #9FFDCE;
}
</style>