Shades of Magic Mint #9FFADC
Tints of Magic Mint #9FFADC
RGB
CMYK
RGB Variations
Color information
#9FFADC (or 0x9FFADC) is known color: Magic Mint. HEX triplet: 9F, FA and DC. RGB value is (159,250,220). Sum of RGB (Red+Green+Blue) = 159+250+220=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFADC is #600523. Grayscale: #DBDBDB. Windows color (decimal): -6292772 or 14482079. OLE color: 14482079.
HSL color Cylindrical-coordinate representation of color #9FFADC: hue angle of 160.22º 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 #9FFADC is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 220 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.02 |
| HSL | 160.22º | 0.9% | 0.8% | - |
| HSV(B) | 160.22º | 0.36% | 0.98% | - |
| XYZ | 61.4 | 80.91 | 80.09 | - |
| YUV | 219.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 220 | 0.36 | 0 | 0.12 | 0.02 | 160.22 | 0.9 | 0.8 |
| Hex | 9F | FA | DC | 24 | 0 | C | 2 | A0 | 5A | 50 |
| Octal | 237 | 372 | 334 | 44 | 0 | 14 | 2 | 240 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11011100 | 100100 | 0 | 1100 | 10 | 10100000 | 1011010 | 1010000 |
Color Harmonies of #9FFADC
Complementary color
Monochromatic Colors of #9FFADC
Black with #9FFADC
Text Example
Text Example
White with #9FFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFADC; }
p { color: rgb(159,250,220); }
H1.HeaderClassName
{
color: #9FFADC;
}
.AnyTagClassName
{
color: #9FFADC;
}
</style>
background-color css
<style>
a { background-color: #9FFADC; }
a { background-color: rgb(159,250,220); }
div.DivClassName
{
background-color: #9FFADC;
}
.BgClassName
{
background-color: #9FFADC;
}
</style>
border-color css
<style>
span { border-color: #9FFADC; }
span { border-color: rgb(159,250,220); }
td.TdClassName
{
border-color: #9FFADC;
}
.TagClassName
{
border-color: #9FFADC;
}
</style>