Shades of Magic Mint #9FFAD7
Tints of Magic Mint #9FFAD7
RGB
CMYK
RGB Variations
Color information
#9FFAD7 (or 0x9FFAD7) is known color: Magic Mint. HEX triplet: 9F, FA and D7. RGB value is (159,250,215). Sum of RGB (Red+Green+Blue) = 159+250+215=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAD7 is #600528. Grayscale: #DADADA. Windows color (decimal): -6292777 or 14154399. OLE color: 14154399.
HSL color Cylindrical-coordinate representation of color #9FFAD7: hue angle of 156.92º 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 #9FFAD7 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 215 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.02 |
| HSL | 156.92º | 0.9% | 0.8% | - |
| HSV(B) | 156.92º | 0.36% | 0.98% | - |
| XYZ | 60.75 | 80.65 | 76.65 | - |
| YUV | 218.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 215 | 0.36 | 0 | 0.14 | 0.02 | 156.92 | 0.9 | 0.8 |
| Hex | 9F | FA | D7 | 24 | 0 | E | 2 | 9D | 5A | 50 |
| Octal | 237 | 372 | 327 | 44 | 0 | 16 | 2 | 235 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11010111 | 100100 | 0 | 1110 | 10 | 10011101 | 1011010 | 1010000 |
Color Harmonies of #9FFAD7
Complementary color
Monochromatic Colors of #9FFAD7
Black with #9FFAD7
Text Example
Text Example
White with #9FFAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAD7; }
p { color: rgb(159,250,215); }
H1.HeaderClassName
{
color: #9FFAD7;
}
.AnyTagClassName
{
color: #9FFAD7;
}
</style>
background-color css
<style>
a { background-color: #9FFAD7; }
a { background-color: rgb(159,250,215); }
div.DivClassName
{
background-color: #9FFAD7;
}
.BgClassName
{
background-color: #9FFAD7;
}
</style>
border-color css
<style>
span { border-color: #9FFAD7; }
span { border-color: rgb(159,250,215); }
td.TdClassName
{
border-color: #9FFAD7;
}
.TagClassName
{
border-color: #9FFAD7;
}
</style>