Shades of Magic Mint #9FFFD3
Tints of Magic Mint #9FFFD3
RGB
CMYK
RGB Variations
Color information
#9FFFD3 (or 0x9FFFD3) is known color: Magic Mint. HEX triplet: 9F, FF and D3. RGB value is (159,255,211). Sum of RGB (Red+Green+Blue) = 159+255+211=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFD3 is #60002C. Grayscale: #DDDDDD. Windows color (decimal): -6291501 or 13893535. OLE color: 13893535.
HSL color Cylindrical-coordinate representation of color #9FFFD3: hue angle of 152.5º 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 #9FFFD3 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 211 | - |
| CMYK | 0.38 | 0 | 0.17 | 0 |
| HSL | 152.5º | 1% | 0.81% | - |
| HSV(B) | 152.5º | 0.38% | 1% | - |
| XYZ | 61.82 | 83.59 | 74.51 | - |
| YUV | 221.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 211 | 0.38 | 0 | 0.17 | 0 | 152.5 | 1 | 0.81 |
| Hex | 9F | FF | D3 | 26 | 0 | 11 | 0 | 98 | 64 | 51 |
| Octal | 237 | 377 | 323 | 46 | 0 | 21 | 0 | 230 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11010011 | 100110 | 0 | 10001 | 0 | 10011000 | 1100100 | 1010001 |
Color Harmonies of #9FFFD3
Complementary color
Monochromatic Colors of #9FFFD3
Black with #9FFFD3
Text Example
Text Example
White with #9FFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFD3; }
p { color: rgb(159,255,211); }
H1.HeaderClassName
{
color: #9FFFD3;
}
.AnyTagClassName
{
color: #9FFFD3;
}
</style>
background-color css
<style>
a { background-color: #9FFFD3; }
a { background-color: rgb(159,255,211); }
div.DivClassName
{
background-color: #9FFFD3;
}
.BgClassName
{
background-color: #9FFFD3;
}
</style>
border-color css
<style>
span { border-color: #9FFFD3; }
span { border-color: rgb(159,255,211); }
td.TdClassName
{
border-color: #9FFFD3;
}
.TagClassName
{
border-color: #9FFFD3;
}
</style>