Shades of Magic Mint #94FABD
Tints of Magic Mint #94FABD
RGB
CMYK
RGB Variations
Color information
#94FABD (or 0x94FABD) is known color: Magic Mint. HEX triplet: 94, FA and BD. RGB value is (148,250,189). Sum of RGB (Red+Green+Blue) = 148+250+189=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #94FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FABD is #6B0542. Grayscale: #D4D4D4. Windows color (decimal): -7013699 or 12450452. OLE color: 12450452.
HSL color Cylindrical-coordinate representation of color #94FABD: hue angle of 144.12º 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 #94FABD is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 189 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.02 |
| HSL | 144.12º | 0.91% | 0.78% | - |
| HSV(B) | 144.12º | 0.41% | 0.98% | - |
| XYZ | 55.58 | 78.34 | 60.34 | - |
| YUV | 212.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 189 | 0.41 | 0 | 0.24 | 0.02 | 144.12 | 0.91 | 0.78 |
| Hex | 94 | FA | BD | 29 | 0 | 18 | 2 | 90 | 5B | 4E |
| Octal | 224 | 372 | 275 | 51 | 0 | 30 | 2 | 220 | 133 | 116 |
| Binary | 10010100 | 11111010 | 10111101 | 101001 | 0 | 11000 | 10 | 10010000 | 1011011 | 1001110 |
Color Harmonies of #94FABD
Complementary color
Monochromatic Colors of #94FABD
Black with #94FABD
Text Example
Text Example
White with #94FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FABD; }
p { color: rgb(148,250,189); }
H1.HeaderClassName
{
color: #94FABD;
}
.AnyTagClassName
{
color: #94FABD;
}
</style>
background-color css
<style>
a { background-color: #94FABD; }
a { background-color: rgb(148,250,189); }
div.DivClassName
{
background-color: #94FABD;
}
.BgClassName
{
background-color: #94FABD;
}
</style>
border-color css
<style>
span { border-color: #94FABD; }
span { border-color: rgb(148,250,189); }
td.TdClassName
{
border-color: #94FABD;
}
.TagClassName
{
border-color: #94FABD;
}
</style>