Shades of Magic Mint #9EF1D3
Tints of Magic Mint #9EF1D3
RGB
CMYK
RGB Variations
Color information
#9EF1D3 (or 0x9EF1D3) is known color: Magic Mint. HEX triplet: 9E, F1 and D3. RGB value is (158,241,211). Sum of RGB (Red+Green+Blue) = 158+241+211=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1D3 is #610E2C. Grayscale: #D4D4D4. Windows color (decimal): -6360621 or 13889950. OLE color: 13889950.
HSL color Cylindrical-coordinate representation of color #9EF1D3: hue angle of 158.31º 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 #9EF1D3 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 211 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.05 |
| HSL | 158.31º | 0.75% | 0.78% | - |
| HSV(B) | 158.31º | 0.34% | 0.95% | - |
| XYZ | 57.31 | 74.88 | 73.06 | - |
| YUV | 212.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 211 | 0.34 | 0 | 0.12 | 0.05 | 158.31 | 0.75 | 0.78 |
| Hex | 9E | F1 | D3 | 22 | 0 | C | 5 | 9E | 4B | 4E |
| Octal | 236 | 361 | 323 | 42 | 0 | 14 | 5 | 236 | 113 | 116 |
| Binary | 10011110 | 11110001 | 11010011 | 100010 | 0 | 1100 | 101 | 10011110 | 1001011 | 1001110 |
Color Harmonies of #9EF1D3
Complementary color
Monochromatic Colors of #9EF1D3
Black with #9EF1D3
Text Example
Text Example
White with #9EF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF1D3; }
p { color: rgb(158,241,211); }
H1.HeaderClassName
{
color: #9EF1D3;
}
.AnyTagClassName
{
color: #9EF1D3;
}
</style>
background-color css
<style>
a { background-color: #9EF1D3; }
a { background-color: rgb(158,241,211); }
div.DivClassName
{
background-color: #9EF1D3;
}
.BgClassName
{
background-color: #9EF1D3;
}
</style>
border-color css
<style>
span { border-color: #9EF1D3; }
span { border-color: rgb(158,241,211); }
td.TdClassName
{
border-color: #9EF1D3;
}
.TagClassName
{
border-color: #9EF1D3;
}
</style>