Shades of Magic Mint #9EF4DF
Tints of Magic Mint #9EF4DF
RGB
CMYK
RGB Variations
Color information
#9EF4DF (or 0x9EF4DF) is known color: Magic Mint. HEX triplet: 9E, F4 and DF. RGB value is (158,244,223). Sum of RGB (Red+Green+Blue) = 158+244+223=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF4DF is #610B20. Grayscale: #D7D7D7. Windows color (decimal): -6359841 or 14677150. OLE color: 14677150.
HSL color Cylindrical-coordinate representation of color #9EF4DF: hue angle of 165.35º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF4DF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 223 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.04 |
| HSL | 165.35º | 0.8% | 0.79% | - |
| HSV(B) | 165.35º | 0.35% | 0.96% | - |
| XYZ | 59.77 | 77.3 | 81.58 | - |
| YUV | 215.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 223 | 0.35 | 0 | 0.09 | 0.04 | 165.35 | 0.8 | 0.79 |
| Hex | 9E | F4 | DF | 23 | 0 | 9 | 4 | A5 | 50 | 4F |
| Octal | 236 | 364 | 337 | 43 | 0 | 11 | 4 | 245 | 120 | 117 |
| Binary | 10011110 | 11110100 | 11011111 | 100011 | 0 | 1001 | 100 | 10100101 | 1010000 | 1001111 |
Color Harmonies of #9EF4DF
Complementary color
Monochromatic Colors of #9EF4DF
Black with #9EF4DF
Text Example
Text Example
White with #9EF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF4DF; }
p { color: rgb(158,244,223); }
H1.HeaderClassName
{
color: #9EF4DF;
}
.AnyTagClassName
{
color: #9EF4DF;
}
</style>
background-color css
<style>
a { background-color: #9EF4DF; }
a { background-color: rgb(158,244,223); }
div.DivClassName
{
background-color: #9EF4DF;
}
.BgClassName
{
background-color: #9EF4DF;
}
</style>
border-color css
<style>
span { border-color: #9EF4DF; }
span { border-color: rgb(158,244,223); }
td.TdClassName
{
border-color: #9EF4DF;
}
.TagClassName
{
border-color: #9EF4DF;
}
</style>