Shades of Magic Mint #9FF2DA
Tints of Magic Mint #9FF2DA
RGB
CMYK
RGB Variations
Color information
#9FF2DA (or 0x9FF2DA) is known color: Magic Mint. HEX triplet: 9F, F2 and DA. RGB value is (159,242,218). Sum of RGB (Red+Green+Blue) = 159+242+218=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2DA is #600D25. Grayscale: #D6D6D6. Windows color (decimal): -6294822 or 14348959. OLE color: 14348959.
HSL color Cylindrical-coordinate representation of color #9FF2DA: hue angle of 162.65º 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 #9FF2DA is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 218 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.05 |
| HSL | 162.65º | 0.76% | 0.79% | - |
| HSV(B) | 162.65º | 0.34% | 0.95% | - |
| XYZ | 58.71 | 75.94 | 77.89 | - |
| YUV | 214.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 218 | 0.34 | 0 | 0.10 | 0.05 | 162.65 | 0.76 | 0.79 |
| Hex | 9F | F2 | DA | 22 | 0 | A | 5 | A3 | 4C | 4F |
| Octal | 237 | 362 | 332 | 42 | 0 | 12 | 5 | 243 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11011010 | 100010 | 0 | 1010 | 101 | 10100011 | 1001100 | 1001111 |
Color Harmonies of #9FF2DA
Complementary color
Monochromatic Colors of #9FF2DA
Black with #9FF2DA
Text Example
Text Example
White with #9FF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2DA; }
p { color: rgb(159,242,218); }
H1.HeaderClassName
{
color: #9FF2DA;
}
.AnyTagClassName
{
color: #9FF2DA;
}
</style>
background-color css
<style>
a { background-color: #9FF2DA; }
a { background-color: rgb(159,242,218); }
div.DivClassName
{
background-color: #9FF2DA;
}
.BgClassName
{
background-color: #9FF2DA;
}
</style>
border-color css
<style>
span { border-color: #9FF2DA; }
span { border-color: rgb(159,242,218); }
td.TdClassName
{
border-color: #9FF2DA;
}
.TagClassName
{
border-color: #9FF2DA;
}
</style>