Shades of Magic Mint #94F4C0
Tints of Magic Mint #94F4C0
RGB
CMYK
RGB Variations
Color information
#94F4C0 (or 0x94F4C0) is known color: Magic Mint. HEX triplet: 94, F4 and C0. RGB value is (148,244,192). Sum of RGB (Red+Green+Blue) = 148+244+192=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F4C0 is #6B0B3F. Grayscale: #D1D1D1. Windows color (decimal): -7015232 or 12645524. OLE color: 12645524.
HSL color Cylindrical-coordinate representation of color #94F4C0: hue angle of 147.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4C0 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 244 | 192 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.04 |
| HSL | 147.5º | 0.81% | 0.77% | - |
| HSV(B) | 147.5º | 0.39% | 0.96% | - |
| XYZ | 54.08 | 74.8 | 61.46 | - |
| YUV | 209.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 244 | 192 | 0.39 | 0 | 0.21 | 0.04 | 147.5 | 0.81 | 0.77 |
| Hex | 94 | F4 | C0 | 27 | 0 | 15 | 4 | 94 | 51 | 4D |
| Octal | 224 | 364 | 300 | 47 | 0 | 25 | 4 | 224 | 121 | 115 |
| Binary | 10010100 | 11110100 | 11000000 | 100111 | 0 | 10101 | 100 | 10010100 | 1010001 | 1001101 |
Color Harmonies of #94F4C0
Complementary color
Monochromatic Colors of #94F4C0
Black with #94F4C0
Text Example
Text Example
White with #94F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F4C0; }
p { color: rgb(148,244,192); }
H1.HeaderClassName
{
color: #94F4C0;
}
.AnyTagClassName
{
color: #94F4C0;
}
</style>
background-color css
<style>
a { background-color: #94F4C0; }
a { background-color: rgb(148,244,192); }
div.DivClassName
{
background-color: #94F4C0;
}
.BgClassName
{
background-color: #94F4C0;
}
</style>
border-color css
<style>
span { border-color: #94F4C0; }
span { border-color: rgb(148,244,192); }
td.TdClassName
{
border-color: #94F4C0;
}
.TagClassName
{
border-color: #94F4C0;
}
</style>