Shades of Magic Mint #94FEC2
Tints of Magic Mint #94FEC2
RGB
CMYK
RGB Variations
Color information
#94FEC2 (or 0x94FEC2) is known color: Magic Mint. HEX triplet: 94, FE and C2. RGB value is (148,254,194). Sum of RGB (Red+Green+Blue) = 148+254+194=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEC2 is #6B013D. Grayscale: #D7D7D7. Windows color (decimal): -7012670 or 12779156. OLE color: 12779156.
HSL color Cylindrical-coordinate representation of color #94FEC2: hue angle of 146.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEC2 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 194 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.00 |
| HSL | 146.04º | 0.98% | 0.79% | - |
| HSV(B) | 146.04º | 0.42% | 1% | - |
| XYZ | 57.39 | 81.07 | 63.66 | - |
| YUV | 215.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 194 | 0.42 | 0 | 0.24 | 0.00 | 146.04 | 0.98 | 0.79 |
| Hex | 94 | FE | C2 | 2A | 0 | 18 | 0 | 92 | 62 | 4F |
| Octal | 224 | 376 | 302 | 52 | 0 | 30 | 0 | 222 | 142 | 117 |
| Binary | 10010100 | 11111110 | 11000010 | 101010 | 0 | 11000 | 0 | 10010010 | 1100010 | 1001111 |
Color Harmonies of #94FEC2
Complementary color
Monochromatic Colors of #94FEC2
Black with #94FEC2
Text Example
Text Example
White with #94FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FEC2; }
p { color: rgb(148,254,194); }
H1.HeaderClassName
{
color: #94FEC2;
}
.AnyTagClassName
{
color: #94FEC2;
}
</style>
background-color css
<style>
a { background-color: #94FEC2; }
a { background-color: rgb(148,254,194); }
div.DivClassName
{
background-color: #94FEC2;
}
.BgClassName
{
background-color: #94FEC2;
}
</style>
border-color css
<style>
span { border-color: #94FEC2; }
span { border-color: rgb(148,254,194); }
td.TdClassName
{
border-color: #94FEC2;
}
.TagClassName
{
border-color: #94FEC2;
}
</style>