Shades of Magic Mint #94F6C0
Tints of Magic Mint #94F6C0
RGB
CMYK
RGB Variations
Color information
#94F6C0 (or 0x94F6C0) is known color: Magic Mint. HEX triplet: 94, F6 and C0. RGB value is (148,246,192). Sum of RGB (Red+Green+Blue) = 148+246+192=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6C0 is #6B093F. Grayscale: #D2D2D2. Windows color (decimal): -7014720 or 12646036. OLE color: 12646036.
HSL color Cylindrical-coordinate representation of color #94F6C0: hue angle of 146.94º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6C0 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 192 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.04 |
| HSL | 146.94º | 0.84% | 0.77% | - |
| HSV(B) | 146.94º | 0.4% | 0.96% | - |
| XYZ | 54.68 | 76.01 | 61.66 | - |
| YUV | 210.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 192 | 0.40 | 0 | 0.22 | 0.04 | 146.94 | 0.84 | 0.77 |
| Hex | 94 | F6 | C0 | 28 | 0 | 16 | 4 | 93 | 54 | 4D |
| Octal | 224 | 366 | 300 | 50 | 0 | 26 | 4 | 223 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11000000 | 101000 | 0 | 10110 | 100 | 10010011 | 1010100 | 1001101 |
Color Harmonies of #94F6C0
Complementary color
Monochromatic Colors of #94F6C0
Black with #94F6C0
Text Example
Text Example
White with #94F6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6C0; }
p { color: rgb(148,246,192); }
H1.HeaderClassName
{
color: #94F6C0;
}
.AnyTagClassName
{
color: #94F6C0;
}
</style>
background-color css
<style>
a { background-color: #94F6C0; }
a { background-color: rgb(148,246,192); }
div.DivClassName
{
background-color: #94F6C0;
}
.BgClassName
{
background-color: #94F6C0;
}
</style>
border-color css
<style>
span { border-color: #94F6C0; }
span { border-color: rgb(148,246,192); }
td.TdClassName
{
border-color: #94F6C0;
}
.TagClassName
{
border-color: #94F6C0;
}
</style>