Shades of Magic Mint #9FFFD1
Tints of Magic Mint #9FFFD1
RGB
CMYK
RGB Variations
Color information
#9FFFD1 (or 0x9FFFD1) is known color: Magic Mint. HEX triplet: 9F, FF and D1. RGB value is (159,255,209). Sum of RGB (Red+Green+Blue) = 159+255+209=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFD1 is #60002E. Grayscale: #DDDDDD. Windows color (decimal): -6291503 or 13762463. OLE color: 13762463.
HSL color Cylindrical-coordinate representation of color #9FFFD1: hue angle of 151.25º 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 #9FFFD1 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 209 | - |
| CMYK | 0.38 | 0 | 0.18 | 0 |
| HSL | 151.25º | 1% | 0.81% | - |
| HSV(B) | 151.25º | 0.38% | 1% | - |
| XYZ | 61.57 | 83.49 | 73.19 | - |
| YUV | 221.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 209 | 0.38 | 0 | 0.18 | 0 | 151.25 | 1 | 0.81 |
| Hex | 9F | FF | D1 | 26 | 0 | 12 | 0 | 97 | 64 | 51 |
| Octal | 237 | 377 | 321 | 46 | 0 | 22 | 0 | 227 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11010001 | 100110 | 0 | 10010 | 0 | 10010111 | 1100100 | 1010001 |
Color Harmonies of #9FFFD1
Complementary color
Monochromatic Colors of #9FFFD1
Black with #9FFFD1
Text Example
Text Example
White with #9FFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFD1; }
p { color: rgb(159,255,209); }
H1.HeaderClassName
{
color: #9FFFD1;
}
.AnyTagClassName
{
color: #9FFFD1;
}
</style>
background-color css
<style>
a { background-color: #9FFFD1; }
a { background-color: rgb(159,255,209); }
div.DivClassName
{
background-color: #9FFFD1;
}
.BgClassName
{
background-color: #9FFFD1;
}
</style>
border-color css
<style>
span { border-color: #9FFFD1; }
span { border-color: rgb(159,255,209); }
td.TdClassName
{
border-color: #9FFFD1;
}
.TagClassName
{
border-color: #9FFFD1;
}
</style>