Shades of Magic Mint #9EFADF
Tints of Magic Mint #9EFADF
RGB
CMYK
RGB Variations
Color information
#9EFADF (or 0x9EFADF) is known color: Magic Mint. HEX triplet: 9E, FA and DF. RGB value is (158,250,223). Sum of RGB (Red+Green+Blue) = 158+250+223=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFADF is #610520. Grayscale: #DBDBDB. Windows color (decimal): -6358305 or 14678686. OLE color: 14678686.
HSL color Cylindrical-coordinate representation of color #9EFADF: hue angle of 162.39º 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 #9EFADF is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 223 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.02 |
| HSL | 162.39º | 0.9% | 0.8% | - |
| HSV(B) | 162.39º | 0.37% | 0.98% | - |
| XYZ | 61.61 | 80.97 | 82.19 | - |
| YUV | 219.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 223 | 0.37 | 0 | 0.11 | 0.02 | 162.39 | 0.9 | 0.8 |
| Hex | 9E | FA | DF | 25 | 0 | B | 2 | A2 | 5A | 50 |
| Octal | 236 | 372 | 337 | 45 | 0 | 13 | 2 | 242 | 132 | 120 |
| Binary | 10011110 | 11111010 | 11011111 | 100101 | 0 | 1011 | 10 | 10100010 | 1011010 | 1010000 |
Color Harmonies of #9EFADF
Complementary color
Monochromatic Colors of #9EFADF
Black with #9EFADF
Text Example
Text Example
White with #9EFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFADF; }
p { color: rgb(158,250,223); }
H1.HeaderClassName
{
color: #9EFADF;
}
.AnyTagClassName
{
color: #9EFADF;
}
</style>
background-color css
<style>
a { background-color: #9EFADF; }
a { background-color: rgb(158,250,223); }
div.DivClassName
{
background-color: #9EFADF;
}
.BgClassName
{
background-color: #9EFADF;
}
</style>
border-color css
<style>
span { border-color: #9EFADF; }
span { border-color: rgb(158,250,223); }
td.TdClassName
{
border-color: #9EFADF;
}
.TagClassName
{
border-color: #9EFADF;
}
</style>