Shades of Magic Mint #94FAC5
Tints of Magic Mint #94FAC5
RGB
CMYK
RGB Variations
Color information
#94FAC5 (or 0x94FAC5) is known color: Magic Mint. HEX triplet: 94, FA and C5. RGB value is (148,250,197). Sum of RGB (Red+Green+Blue) = 148+250+197=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAC5 is #6B053A. Grayscale: #D5D5D5. Windows color (decimal): -7013691 or 12974740. OLE color: 12974740.
HSL color Cylindrical-coordinate representation of color #94FAC5: hue angle of 148.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAC5 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 197 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.02 |
| HSL | 148.82º | 0.91% | 0.78% | - |
| HSV(B) | 148.82º | 0.41% | 0.98% | - |
| XYZ | 56.48 | 78.7 | 65.04 | - |
| YUV | 213.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 197 | 0.41 | 0 | 0.21 | 0.02 | 148.82 | 0.91 | 0.78 |
| Hex | 94 | FA | C5 | 29 | 0 | 15 | 2 | 95 | 5B | 4E |
| Octal | 224 | 372 | 305 | 51 | 0 | 25 | 2 | 225 | 133 | 116 |
| Binary | 10010100 | 11111010 | 11000101 | 101001 | 0 | 10101 | 10 | 10010101 | 1011011 | 1001110 |
Color Harmonies of #94FAC5
Complementary color
Monochromatic Colors of #94FAC5
Black with #94FAC5
Text Example
Text Example
White with #94FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FAC5; }
p { color: rgb(148,250,197); }
H1.HeaderClassName
{
color: #94FAC5;
}
.AnyTagClassName
{
color: #94FAC5;
}
</style>
background-color css
<style>
a { background-color: #94FAC5; }
a { background-color: rgb(148,250,197); }
div.DivClassName
{
background-color: #94FAC5;
}
.BgClassName
{
background-color: #94FAC5;
}
</style>
border-color css
<style>
span { border-color: #94FAC5; }
span { border-color: rgb(148,250,197); }
td.TdClassName
{
border-color: #94FAC5;
}
.TagClassName
{
border-color: #94FAC5;
}
</style>