Shades of Magic Mint #9EF1DA
Tints of Magic Mint #9EF1DA
RGB
CMYK
RGB Variations
Color information
#9EF1DA (or 0x9EF1DA) is known color: Magic Mint. HEX triplet: 9E, F1 and DA. RGB value is (158,241,218). Sum of RGB (Red+Green+Blue) = 158+241+218=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1DA is #610E25. Grayscale: #D5D5D5. Windows color (decimal): -6360614 or 14348702. OLE color: 14348702.
HSL color Cylindrical-coordinate representation of color #9EF1DA: hue angle of 163.37º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1DA is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 218 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.05 |
| HSL | 163.37º | 0.75% | 0.78% | - |
| HSV(B) | 163.37º | 0.34% | 0.95% | - |
| XYZ | 58.21 | 75.24 | 77.78 | - |
| YUV | 213.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 218 | 0.34 | 0 | 0.10 | 0.05 | 163.37 | 0.75 | 0.78 |
| Hex | 9E | F1 | DA | 22 | 0 | A | 5 | A3 | 4B | 4E |
| Octal | 236 | 361 | 332 | 42 | 0 | 12 | 5 | 243 | 113 | 116 |
| Binary | 10011110 | 11110001 | 11011010 | 100010 | 0 | 1010 | 101 | 10100011 | 1001011 | 1001110 |
Color Harmonies of #9EF1DA
Complementary color
Monochromatic Colors of #9EF1DA
Black with #9EF1DA
Text Example
Text Example
White with #9EF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF1DA; }
p { color: rgb(158,241,218); }
H1.HeaderClassName
{
color: #9EF1DA;
}
.AnyTagClassName
{
color: #9EF1DA;
}
</style>
background-color css
<style>
a { background-color: #9EF1DA; }
a { background-color: rgb(158,241,218); }
div.DivClassName
{
background-color: #9EF1DA;
}
.BgClassName
{
background-color: #9EF1DA;
}
</style>
border-color css
<style>
span { border-color: #9EF1DA; }
span { border-color: rgb(158,241,218); }
td.TdClassName
{
border-color: #9EF1DA;
}
.TagClassName
{
border-color: #9EF1DA;
}
</style>