Shades of Magic Mint #9DFADC
Tints of Magic Mint #9DFADC
RGB
CMYK
RGB Variations
Color information
#9DFADC (or 0x9DFADC) is known color: Magic Mint. HEX triplet: 9D, FA and DC. RGB value is (157,250,220). Sum of RGB (Red+Green+Blue) = 157+250+220=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFADC is #620523. Grayscale: #DADADA. Windows color (decimal): -6423844 or 14482077. OLE color: 14482077.
HSL color Cylindrical-coordinate representation of color #9DFADC: hue angle of 160.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFADC is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 220 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.02 |
| HSL | 160.65º | 0.9% | 0.8% | - |
| HSV(B) | 160.65º | 0.37% | 0.98% | - |
| XYZ | 61.01 | 80.71 | 80.07 | - |
| YUV | 218.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 220 | 0.37 | 0 | 0.12 | 0.02 | 160.65 | 0.9 | 0.8 |
| Hex | 9D | FA | DC | 25 | 0 | C | 2 | A1 | 5A | 50 |
| Octal | 235 | 372 | 334 | 45 | 0 | 14 | 2 | 241 | 132 | 120 |
| Binary | 10011101 | 11111010 | 11011100 | 100101 | 0 | 1100 | 10 | 10100001 | 1011010 | 1010000 |
Color Harmonies of #9DFADC
Complementary color
Monochromatic Colors of #9DFADC
Black with #9DFADC
Text Example
Text Example
White with #9DFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFADC; }
p { color: rgb(157,250,220); }
H1.HeaderClassName
{
color: #9DFADC;
}
.AnyTagClassName
{
color: #9DFADC;
}
</style>
background-color css
<style>
a { background-color: #9DFADC; }
a { background-color: rgb(157,250,220); }
div.DivClassName
{
background-color: #9DFADC;
}
.BgClassName
{
background-color: #9DFADC;
}
</style>
border-color css
<style>
span { border-color: #9DFADC; }
span { border-color: rgb(157,250,220); }
td.TdClassName
{
border-color: #9DFADC;
}
.TagClassName
{
border-color: #9DFADC;
}
</style>