Shades of Magic Mint #94FABE
Tints of Magic Mint #94FABE
RGB
CMYK
RGB Variations
Color information
#94FABE (or 0x94FABE) is known color: Magic Mint. HEX triplet: 94, FA and BE. RGB value is (148,250,190). Sum of RGB (Red+Green+Blue) = 148+250+190=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #94FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FABE is #6B0541. Grayscale: #D4D4D4. Windows color (decimal): -7013698 or 12515988. OLE color: 12515988.
HSL color Cylindrical-coordinate representation of color #94FABE: hue angle of 144.71º 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 #94FABE is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 190 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.02 |
| HSL | 144.71º | 0.91% | 0.78% | - |
| HSV(B) | 144.71º | 0.41% | 0.98% | - |
| XYZ | 55.69 | 78.38 | 60.91 | - |
| YUV | 212.66 | 115.21 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 190 | 0.41 | 0 | 0.24 | 0.02 | 144.71 | 0.91 | 0.78 |
| Hex | 94 | FA | BE | 29 | 0 | 18 | 2 | 91 | 5B | 4E |
| Octal | 224 | 372 | 276 | 51 | 0 | 30 | 2 | 221 | 133 | 116 |
| Binary | 10010100 | 11111010 | 10111110 | 101001 | 0 | 11000 | 10 | 10010001 | 1011011 | 1001110 |
Color Harmonies of #94FABE
Complementary color
Monochromatic Colors of #94FABE
Black with #94FABE
Text Example
Text Example
White with #94FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FABE; }
p { color: rgb(148,250,190); }
H1.HeaderClassName
{
color: #94FABE;
}
.AnyTagClassName
{
color: #94FABE;
}
</style>
background-color css
<style>
a { background-color: #94FABE; }
a { background-color: rgb(148,250,190); }
div.DivClassName
{
background-color: #94FABE;
}
.BgClassName
{
background-color: #94FABE;
}
</style>
border-color css
<style>
span { border-color: #94FABE; }
span { border-color: rgb(148,250,190); }
td.TdClassName
{
border-color: #94FABE;
}
.TagClassName
{
border-color: #94FABE;
}
</style>