Shades of Magic Mint #9FF2D9
Tints of Magic Mint #9FF2D9
RGB
CMYK
RGB Variations
Color information
#9FF2D9 (or 0x9FF2D9) is known color: Magic Mint. HEX triplet: 9F, F2 and D9. RGB value is (159,242,217). Sum of RGB (Red+Green+Blue) = 159+242+217=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2D9 is #600D26. Grayscale: #D6D6D6. Windows color (decimal): -6294823 or 14283423. OLE color: 14283423.
HSL color Cylindrical-coordinate representation of color #9FF2D9: hue angle of 161.93º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2D9 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 217 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.05 |
| HSL | 161.93º | 0.76% | 0.79% | - |
| HSV(B) | 161.93º | 0.34% | 0.95% | - |
| XYZ | 58.57 | 75.88 | 77.21 | - |
| YUV | 214.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 217 | 0.34 | 0 | 0.10 | 0.05 | 161.93 | 0.76 | 0.79 |
| Hex | 9F | F2 | D9 | 22 | 0 | A | 5 | A2 | 4C | 4F |
| Octal | 237 | 362 | 331 | 42 | 0 | 12 | 5 | 242 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11011001 | 100010 | 0 | 1010 | 101 | 10100010 | 1001100 | 1001111 |
Color Harmonies of #9FF2D9
Complementary color
Monochromatic Colors of #9FF2D9
Black with #9FF2D9
Text Example
Text Example
White with #9FF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2D9; }
p { color: rgb(159,242,217); }
H1.HeaderClassName
{
color: #9FF2D9;
}
.AnyTagClassName
{
color: #9FF2D9;
}
</style>
background-color css
<style>
a { background-color: #9FF2D9; }
a { background-color: rgb(159,242,217); }
div.DivClassName
{
background-color: #9FF2D9;
}
.BgClassName
{
background-color: #9FF2D9;
}
</style>
border-color css
<style>
span { border-color: #9FF2D9; }
span { border-color: rgb(159,242,217); }
td.TdClassName
{
border-color: #9FF2D9;
}
.TagClassName
{
border-color: #9FF2D9;
}
</style>