Shades of Magic Mint #9FFADE
Tints of Magic Mint #9FFADE
RGB
CMYK
RGB Variations
Color information
#9FFADE (or 0x9FFADE) is known color: Magic Mint. HEX triplet: 9F, FA and DE. RGB value is (159,250,222). Sum of RGB (Red+Green+Blue) = 159+250+222=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFADE is #600521. Grayscale: #DBDBDB. Windows color (decimal): -6292770 or 14613151. OLE color: 14613151.
HSL color Cylindrical-coordinate representation of color #9FFADE: hue angle of 161.54º 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 #9FFADE is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 222 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.02 |
| HSL | 161.54º | 0.9% | 0.8% | - |
| HSV(B) | 161.54º | 0.36% | 0.98% | - |
| XYZ | 61.67 | 81.02 | 81.49 | - |
| YUV | 219.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 222 | 0.36 | 0 | 0.11 | 0.02 | 161.54 | 0.9 | 0.8 |
| Hex | 9F | FA | DE | 24 | 0 | B | 2 | A2 | 5A | 50 |
| Octal | 237 | 372 | 336 | 44 | 0 | 13 | 2 | 242 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11011110 | 100100 | 0 | 1011 | 10 | 10100010 | 1011010 | 1010000 |
Color Harmonies of #9FFADE
Complementary color
Monochromatic Colors of #9FFADE
Black with #9FFADE
Text Example
Text Example
White with #9FFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFADE; }
p { color: rgb(159,250,222); }
H1.HeaderClassName
{
color: #9FFADE;
}
.AnyTagClassName
{
color: #9FFADE;
}
</style>
background-color css
<style>
a { background-color: #9FFADE; }
a { background-color: rgb(159,250,222); }
div.DivClassName
{
background-color: #9FFADE;
}
.BgClassName
{
background-color: #9FFADE;
}
</style>
border-color css
<style>
span { border-color: #9FFADE; }
span { border-color: rgb(159,250,222); }
td.TdClassName
{
border-color: #9FFADE;
}
.TagClassName
{
border-color: #9FFADE;
}
</style>