Shades of Magic Mint #94FABA
Tints of Magic Mint #94FABA
RGB
CMYK
RGB Variations
Color information
#94FABA (or 0x94FABA) is known color: Magic Mint. HEX triplet: 94, FA and BA. RGB value is (148,250,186). Sum of RGB (Red+Green+Blue) = 148+250+186=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #94FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FABA is #6B0545. Grayscale: #D4D4D4. Windows color (decimal): -7013702 or 12253844. OLE color: 12253844.
HSL color Cylindrical-coordinate representation of color #94FABA: hue angle of 142.35º 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 #94FABA is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 186 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.02 |
| HSL | 142.35º | 0.91% | 0.78% | - |
| HSV(B) | 142.35º | 0.41% | 0.98% | - |
| XYZ | 55.26 | 78.21 | 58.64 | - |
| YUV | 212.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 186 | 0.41 | 0 | 0.26 | 0.02 | 142.35 | 0.91 | 0.78 |
| Hex | 94 | FA | BA | 29 | 0 | 1A | 2 | 8E | 5B | 4E |
| Octal | 224 | 372 | 272 | 51 | 0 | 32 | 2 | 216 | 133 | 116 |
| Binary | 10010100 | 11111010 | 10111010 | 101001 | 0 | 11010 | 10 | 10001110 | 1011011 | 1001110 |
Color Harmonies of #94FABA
Complementary color
Monochromatic Colors of #94FABA
Black with #94FABA
Text Example
Text Example
White with #94FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FABA; }
p { color: rgb(148,250,186); }
H1.HeaderClassName
{
color: #94FABA;
}
.AnyTagClassName
{
color: #94FABA;
}
</style>
background-color css
<style>
a { background-color: #94FABA; }
a { background-color: rgb(148,250,186); }
div.DivClassName
{
background-color: #94FABA;
}
.BgClassName
{
background-color: #94FABA;
}
</style>
border-color css
<style>
span { border-color: #94FABA; }
span { border-color: rgb(148,250,186); }
td.TdClassName
{
border-color: #94FABA;
}
.TagClassName
{
border-color: #94FABA;
}
</style>