Shades of Magic Mint #9FFAD1
Tints of Magic Mint #9FFAD1
RGB
CMYK
RGB Variations
Color information
#9FFAD1 (or 0x9FFAD1) is known color: Magic Mint. HEX triplet: 9F, FA and D1. RGB value is (159,250,209). Sum of RGB (Red+Green+Blue) = 159+250+209=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAD1 is #60052E. Grayscale: #DADADA. Windows color (decimal): -6292783 or 13761183. OLE color: 13761183.
HSL color Cylindrical-coordinate representation of color #9FFAD1: hue angle of 152.97º 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 #9FFAD1 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 209 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.02 |
| HSL | 152.97º | 0.9% | 0.8% | - |
| HSV(B) | 152.97º | 0.36% | 0.98% | - |
| XYZ | 59.99 | 80.35 | 72.67 | - |
| YUV | 218.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 209 | 0.36 | 0 | 0.16 | 0.02 | 152.97 | 0.9 | 0.8 |
| Hex | 9F | FA | D1 | 24 | 0 | 10 | 2 | 99 | 5A | 50 |
| Octal | 237 | 372 | 321 | 44 | 0 | 20 | 2 | 231 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11010001 | 100100 | 0 | 10000 | 10 | 10011001 | 1011010 | 1010000 |
Color Harmonies of #9FFAD1
Complementary color
Monochromatic Colors of #9FFAD1
Black with #9FFAD1
Text Example
Text Example
White with #9FFAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAD1; }
p { color: rgb(159,250,209); }
H1.HeaderClassName
{
color: #9FFAD1;
}
.AnyTagClassName
{
color: #9FFAD1;
}
</style>
background-color css
<style>
a { background-color: #9FFAD1; }
a { background-color: rgb(159,250,209); }
div.DivClassName
{
background-color: #9FFAD1;
}
.BgClassName
{
background-color: #9FFAD1;
}
</style>
border-color css
<style>
span { border-color: #9FFAD1; }
span { border-color: rgb(159,250,209); }
td.TdClassName
{
border-color: #9FFAD1;
}
.TagClassName
{
border-color: #9FFAD1;
}
</style>