Shades of Magic Mint #94F0C2
Tints of Magic Mint #94F0C2
RGB
CMYK
RGB Variations
Color information
#94F0C2 (or 0x94F0C2) is known color: Magic Mint. HEX triplet: 94, F0 and C2. RGB value is (148,240,194). Sum of RGB (Red+Green+Blue) = 148+240+194=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0C2 is #6B0F3D. Grayscale: #CFCFCF. Windows color (decimal): -7016254 or 12775572. OLE color: 12775572.
HSL color Cylindrical-coordinate representation of color #94F0C2: hue angle of 150º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0C2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 194 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.06 |
| HSL | 150º | 0.75% | 0.76% | - |
| HSV(B) | 150º | 0.38% | 0.94% | - |
| XYZ | 53.11 | 72.51 | 62.24 | - |
| YUV | 207.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 194 | 0.38 | 0 | 0.19 | 0.06 | 150 | 0.75 | 0.76 |
| Hex | 94 | F0 | C2 | 26 | 0 | 13 | 6 | 96 | 4B | 4C |
| Octal | 224 | 360 | 302 | 46 | 0 | 23 | 6 | 226 | 113 | 114 |
| Binary | 10010100 | 11110000 | 11000010 | 100110 | 0 | 10011 | 110 | 10010110 | 1001011 | 1001100 |
Color Harmonies of #94F0C2
Complementary color
Monochromatic Colors of #94F0C2
Black with #94F0C2
Text Example
Text Example
White with #94F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0C2; }
p { color: rgb(148,240,194); }
H1.HeaderClassName
{
color: #94F0C2;
}
.AnyTagClassName
{
color: #94F0C2;
}
</style>
background-color css
<style>
a { background-color: #94F0C2; }
a { background-color: rgb(148,240,194); }
div.DivClassName
{
background-color: #94F0C2;
}
.BgClassName
{
background-color: #94F0C2;
}
</style>
border-color css
<style>
span { border-color: #94F0C2; }
span { border-color: rgb(148,240,194); }
td.TdClassName
{
border-color: #94F0C2;
}
.TagClassName
{
border-color: #94F0C2;
}
</style>