Shades of Magic Mint #9FF1DA
Tints of Magic Mint #9FF1DA
RGB
CMYK
RGB Variations
Color information
#9FF1DA (or 0x9FF1DA) is known color: Magic Mint. HEX triplet: 9F, F1 and DA. RGB value is (159,241,218). Sum of RGB (Red+Green+Blue) = 159+241+218=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1DA is #600E25. Grayscale: #D5D5D5. Windows color (decimal): -6295078 or 14348703. OLE color: 14348703.
HSL color Cylindrical-coordinate representation of color #9FF1DA: hue angle of 163.17º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1DA is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 218 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.05 |
| HSL | 163.17º | 0.75% | 0.78% | - |
| HSV(B) | 163.17º | 0.34% | 0.95% | - |
| XYZ | 58.41 | 75.34 | 77.79 | - |
| YUV | 213.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 218 | 0.34 | 0 | 0.10 | 0.05 | 163.17 | 0.75 | 0.78 |
| Hex | 9F | F1 | DA | 22 | 0 | A | 5 | A3 | 4B | 4E |
| Octal | 237 | 361 | 332 | 42 | 0 | 12 | 5 | 243 | 113 | 116 |
| Binary | 10011111 | 11110001 | 11011010 | 100010 | 0 | 1010 | 101 | 10100011 | 1001011 | 1001110 |
Color Harmonies of #9FF1DA
Complementary color
Monochromatic Colors of #9FF1DA
Black with #9FF1DA
Text Example
Text Example
White with #9FF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF1DA; }
p { color: rgb(159,241,218); }
H1.HeaderClassName
{
color: #9FF1DA;
}
.AnyTagClassName
{
color: #9FF1DA;
}
</style>
background-color css
<style>
a { background-color: #9FF1DA; }
a { background-color: rgb(159,241,218); }
div.DivClassName
{
background-color: #9FF1DA;
}
.BgClassName
{
background-color: #9FF1DA;
}
</style>
border-color css
<style>
span { border-color: #9FF1DA; }
span { border-color: rgb(159,241,218); }
td.TdClassName
{
border-color: #9FF1DA;
}
.TagClassName
{
border-color: #9FF1DA;
}
</style>