Shades of Magic Mint #9EFADD
Tints of Magic Mint #9EFADD
RGB
CMYK
RGB Variations
Color information
#9EFADD (or 0x9EFADD) is known color: Magic Mint. HEX triplet: 9E, FA and DD. RGB value is (158,250,221). Sum of RGB (Red+Green+Blue) = 158+250+221=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFADD is #610522. Grayscale: #DBDBDB. Windows color (decimal): -6358307 or 14547614. OLE color: 14547614.
HSL color Cylindrical-coordinate representation of color #9EFADD: hue angle of 161.09º 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 #9EFADD is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 221 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.02 |
| HSL | 161.09º | 0.9% | 0.8% | - |
| HSV(B) | 161.09º | 0.37% | 0.98% | - |
| XYZ | 61.34 | 80.86 | 80.78 | - |
| YUV | 219.19 | 129.02 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 221 | 0.37 | 0 | 0.12 | 0.02 | 161.09 | 0.9 | 0.8 |
| Hex | 9E | FA | DD | 25 | 0 | C | 2 | A1 | 5A | 50 |
| Octal | 236 | 372 | 335 | 45 | 0 | 14 | 2 | 241 | 132 | 120 |
| Binary | 10011110 | 11111010 | 11011101 | 100101 | 0 | 1100 | 10 | 10100001 | 1011010 | 1010000 |
Color Harmonies of #9EFADD
Complementary color
Monochromatic Colors of #9EFADD
Black with #9EFADD
Text Example
Text Example
White with #9EFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFADD; }
p { color: rgb(158,250,221); }
H1.HeaderClassName
{
color: #9EFADD;
}
.AnyTagClassName
{
color: #9EFADD;
}
</style>
background-color css
<style>
a { background-color: #9EFADD; }
a { background-color: rgb(158,250,221); }
div.DivClassName
{
background-color: #9EFADD;
}
.BgClassName
{
background-color: #9EFADD;
}
</style>
border-color css
<style>
span { border-color: #9EFADD; }
span { border-color: rgb(158,250,221); }
td.TdClassName
{
border-color: #9EFADD;
}
.TagClassName
{
border-color: #9EFADD;
}
</style>