Shades of Magic Mint #94F5C0
Tints of Magic Mint #94F5C0
RGB
CMYK
RGB Variations
Color information
#94F5C0 (or 0x94F5C0) is known color: Magic Mint. HEX triplet: 94, F5 and C0. RGB value is (148,245,192). Sum of RGB (Red+Green+Blue) = 148+245+192=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #94F5C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F5C0 is #6B0A3F. Grayscale: #D2D2D2. Windows color (decimal): -7014976 or 12645780. OLE color: 12645780.
HSL color Cylindrical-coordinate representation of color #94F5C0: hue angle of 147.22º degrees, saturation: 0.83, 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 #94F5C0 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 245 | 192 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.04 |
| HSL | 147.22º | 0.83% | 0.77% | - |
| HSV(B) | 147.22º | 0.4% | 0.96% | - |
| XYZ | 54.38 | 75.41 | 61.56 | - |
| YUV | 209.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 245 | 192 | 0.40 | 0 | 0.22 | 0.04 | 147.22 | 0.83 | 0.77 |
| Hex | 94 | F5 | C0 | 28 | 0 | 16 | 4 | 93 | 53 | 4D |
| Octal | 224 | 365 | 300 | 50 | 0 | 26 | 4 | 223 | 123 | 115 |
| Binary | 10010100 | 11110101 | 11000000 | 101000 | 0 | 10110 | 100 | 10010011 | 1010011 | 1001101 |
Color Harmonies of #94F5C0
Complementary color
Monochromatic Colors of #94F5C0
Black with #94F5C0
Text Example
Text Example
White with #94F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F5C0; }
p { color: rgb(148,245,192); }
H1.HeaderClassName
{
color: #94F5C0;
}
.AnyTagClassName
{
color: #94F5C0;
}
</style>
background-color css
<style>
a { background-color: #94F5C0; }
a { background-color: rgb(148,245,192); }
div.DivClassName
{
background-color: #94F5C0;
}
.BgClassName
{
background-color: #94F5C0;
}
</style>
border-color css
<style>
span { border-color: #94F5C0; }
span { border-color: rgb(148,245,192); }
td.TdClassName
{
border-color: #94F5C0;
}
.TagClassName
{
border-color: #94F5C0;
}
</style>