Shades of Magic Mint #9FFFD0
Tints of Magic Mint #9FFFD0
RGB
CMYK
RGB Variations
Color information
#9FFFD0 (or 0x9FFFD0) is known color: Magic Mint. HEX triplet: 9F, FF and D0. RGB value is (159,255,208). Sum of RGB (Red+Green+Blue) = 159+255+208=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFD0 is #60002F. Grayscale: #DDDDDD. Windows color (decimal): -6291504 or 13696927. OLE color: 13696927.
HSL color Cylindrical-coordinate representation of color #9FFFD0: hue angle of 150.62º 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 #9FFFD0 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 208 | - |
| CMYK | 0.38 | 0 | 0.18 | 0 |
| HSL | 150.63º | 1% | 0.81% | - |
| HSV(B) | 150.63º | 0.38% | 1% | - |
| XYZ | 61.44 | 83.45 | 72.54 | - |
| YUV | 220.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 208 | 0.38 | 0 | 0.18 | 0 | 150.63 | 1 | 0.81 |
| Hex | 9F | FF | D0 | 26 | 0 | 12 | 0 | 97 | 64 | 51 |
| Octal | 237 | 377 | 320 | 46 | 0 | 22 | 0 | 227 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11010000 | 100110 | 0 | 10010 | 0 | 10010111 | 1100100 | 1010001 |
Color Harmonies of #9FFFD0
Complementary color
Monochromatic Colors of #9FFFD0
Black with #9FFFD0
Text Example
Text Example
White with #9FFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFD0; }
p { color: rgb(159,255,208); }
H1.HeaderClassName
{
color: #9FFFD0;
}
.AnyTagClassName
{
color: #9FFFD0;
}
</style>
background-color css
<style>
a { background-color: #9FFFD0; }
a { background-color: rgb(159,255,208); }
div.DivClassName
{
background-color: #9FFFD0;
}
.BgClassName
{
background-color: #9FFFD0;
}
</style>
border-color css
<style>
span { border-color: #9FFFD0; }
span { border-color: rgb(159,255,208); }
td.TdClassName
{
border-color: #9FFFD0;
}
.TagClassName
{
border-color: #9FFFD0;
}
</style>