Shades of Magic Mint #94FABC
Tints of Magic Mint #94FABC
RGB
CMYK
RGB Variations
Color information
#94FABC (or 0x94FABC) is known color: Magic Mint. HEX triplet: 94, FA and BC. RGB value is (148,250,188). Sum of RGB (Red+Green+Blue) = 148+250+188=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #94FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FABC is #6B0543. Grayscale: #D4D4D4. Windows color (decimal): -7013700 or 12384916. OLE color: 12384916.
HSL color Cylindrical-coordinate representation of color #94FABC: hue angle of 143.53º 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 #94FABC is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 188 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.02 |
| HSL | 143.53º | 0.91% | 0.78% | - |
| HSV(B) | 143.53º | 0.41% | 0.98% | - |
| XYZ | 55.48 | 78.3 | 59.77 | - |
| YUV | 212.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 188 | 0.41 | 0 | 0.25 | 0.02 | 143.53 | 0.91 | 0.78 |
| Hex | 94 | FA | BC | 29 | 0 | 19 | 2 | 90 | 5B | 4E |
| Octal | 224 | 372 | 274 | 51 | 0 | 31 | 2 | 220 | 133 | 116 |
| Binary | 10010100 | 11111010 | 10111100 | 101001 | 0 | 11001 | 10 | 10010000 | 1011011 | 1001110 |
Color Harmonies of #94FABC
Complementary color
Monochromatic Colors of #94FABC
Black with #94FABC
Text Example
Text Example
White with #94FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FABC; }
p { color: rgb(148,250,188); }
H1.HeaderClassName
{
color: #94FABC;
}
.AnyTagClassName
{
color: #94FABC;
}
</style>
background-color css
<style>
a { background-color: #94FABC; }
a { background-color: rgb(148,250,188); }
div.DivClassName
{
background-color: #94FABC;
}
.BgClassName
{
background-color: #94FABC;
}
</style>
border-color css
<style>
span { border-color: #94FABC; }
span { border-color: rgb(148,250,188); }
td.TdClassName
{
border-color: #94FABC;
}
.TagClassName
{
border-color: #94FABC;
}
</style>