Shades of Magic Mint #9EF4D4
Tints of Magic Mint #9EF4D4
RGB
CMYK
RGB Variations
Color information
#9EF4D4 (or 0x9EF4D4) is known color: Magic Mint. HEX triplet: 9E, F4 and D4. RGB value is (158,244,212). Sum of RGB (Red+Green+Blue) = 158+244+212=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF4D4 is #610B2B. Grayscale: #D6D6D6. Windows color (decimal): -6359852 or 13956254. OLE color: 13956254.
HSL color Cylindrical-coordinate representation of color #9EF4D4: hue angle of 157.67º 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 #9EF4D4 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 212 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.04 |
| HSL | 157.67º | 0.8% | 0.79% | - |
| HSV(B) | 157.67º | 0.35% | 0.96% | - |
| XYZ | 58.33 | 76.72 | 74.02 | - |
| YUV | 214.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 212 | 0.35 | 0 | 0.13 | 0.04 | 157.67 | 0.8 | 0.79 |
| Hex | 9E | F4 | D4 | 23 | 0 | D | 4 | 9E | 50 | 4F |
| Octal | 236 | 364 | 324 | 43 | 0 | 15 | 4 | 236 | 120 | 117 |
| Binary | 10011110 | 11110100 | 11010100 | 100011 | 0 | 1101 | 100 | 10011110 | 1010000 | 1001111 |
Color Harmonies of #9EF4D4
Complementary color
Monochromatic Colors of #9EF4D4
Black with #9EF4D4
Text Example
Text Example
White with #9EF4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF4D4; }
p { color: rgb(158,244,212); }
H1.HeaderClassName
{
color: #9EF4D4;
}
.AnyTagClassName
{
color: #9EF4D4;
}
</style>
background-color css
<style>
a { background-color: #9EF4D4; }
a { background-color: rgb(158,244,212); }
div.DivClassName
{
background-color: #9EF4D4;
}
.BgClassName
{
background-color: #9EF4D4;
}
</style>
border-color css
<style>
span { border-color: #9EF4D4; }
span { border-color: rgb(158,244,212); }
td.TdClassName
{
border-color: #9EF4D4;
}
.TagClassName
{
border-color: #9EF4D4;
}
</style>