Shades of Magic Mint #9FFADF
Tints of Magic Mint #9FFADF
RGB
CMYK
RGB Variations
Color information
#9FFADF (or 0x9FFADF) is known color: Magic Mint. HEX triplet: 9F, FA and DF. RGB value is (159,250,223). Sum of RGB (Red+Green+Blue) = 159+250+223=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFADF is #600520. Grayscale: #DBDBDB. Windows color (decimal): -6292769 or 14678687. OLE color: 14678687.
HSL color Cylindrical-coordinate representation of color #9FFADF: hue angle of 162.2º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFADF is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 223 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.02 |
| HSL | 162.2º | 0.9% | 0.8% | - |
| HSV(B) | 162.2º | 0.36% | 0.98% | - |
| XYZ | 61.8 | 81.07 | 82.2 | - |
| YUV | 219.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 223 | 0.36 | 0 | 0.11 | 0.02 | 162.2 | 0.9 | 0.8 |
| Hex | 9F | FA | DF | 24 | 0 | B | 2 | A2 | 5A | 50 |
| Octal | 237 | 372 | 337 | 44 | 0 | 13 | 2 | 242 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11011111 | 100100 | 0 | 1011 | 10 | 10100010 | 1011010 | 1010000 |
Color Harmonies of #9FFADF
Complementary color
Monochromatic Colors of #9FFADF
Black with #9FFADF
Text Example
Text Example
White with #9FFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFADF; }
p { color: rgb(159,250,223); }
H1.HeaderClassName
{
color: #9FFADF;
}
.AnyTagClassName
{
color: #9FFADF;
}
</style>
background-color css
<style>
a { background-color: #9FFADF; }
a { background-color: rgb(159,250,223); }
div.DivClassName
{
background-color: #9FFADF;
}
.BgClassName
{
background-color: #9FFADF;
}
</style>
border-color css
<style>
span { border-color: #9FFADF; }
span { border-color: rgb(159,250,223); }
td.TdClassName
{
border-color: #9FFADF;
}
.TagClassName
{
border-color: #9FFADF;
}
</style>