Shades of Magic Mint #9FFAD8
Tints of Magic Mint #9FFAD8
RGB
CMYK
RGB Variations
Color information
#9FFAD8 (or 0x9FFAD8) is known color: Magic Mint. HEX triplet: 9F, FA and D8. RGB value is (159,250,216). Sum of RGB (Red+Green+Blue) = 159+250+216=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAD8 is #600527. Grayscale: #DADADA. Windows color (decimal): -6292776 or 14219935. OLE color: 14219935.
HSL color Cylindrical-coordinate representation of color #9FFAD8: hue angle of 157.58º 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 #9FFAD8 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 216 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.02 |
| HSL | 157.58º | 0.9% | 0.8% | - |
| HSV(B) | 157.58º | 0.36% | 0.98% | - |
| XYZ | 60.88 | 80.7 | 77.33 | - |
| YUV | 218.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 216 | 0.36 | 0 | 0.14 | 0.02 | 157.58 | 0.9 | 0.8 |
| Hex | 9F | FA | D8 | 24 | 0 | E | 2 | 9E | 5A | 50 |
| Octal | 237 | 372 | 330 | 44 | 0 | 16 | 2 | 236 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11011000 | 100100 | 0 | 1110 | 10 | 10011110 | 1011010 | 1010000 |
Color Harmonies of #9FFAD8
Complementary color
Monochromatic Colors of #9FFAD8
Black with #9FFAD8
Text Example
Text Example
White with #9FFAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAD8; }
p { color: rgb(159,250,216); }
H1.HeaderClassName
{
color: #9FFAD8;
}
.AnyTagClassName
{
color: #9FFAD8;
}
</style>
background-color css
<style>
a { background-color: #9FFAD8; }
a { background-color: rgb(159,250,216); }
div.DivClassName
{
background-color: #9FFAD8;
}
.BgClassName
{
background-color: #9FFAD8;
}
</style>
border-color css
<style>
span { border-color: #9FFAD8; }
span { border-color: rgb(159,250,216); }
td.TdClassName
{
border-color: #9FFAD8;
}
.TagClassName
{
border-color: #9FFAD8;
}
</style>