Shades of Magic Mint #94FFBB
Tints of Magic Mint #94FFBB
RGB
CMYK
RGB Variations
Color information
#94FFBB (or 0x94FFBB) is known color: Magic Mint. HEX triplet: 94, FF and BB. RGB value is (148,255,187). Sum of RGB (Red+Green+Blue) = 148+255+187=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFBB is #6B0044. Grayscale: #D7D7D7. Windows color (decimal): -7012421 or 12320660. OLE color: 12320660.
HSL color Cylindrical-coordinate representation of color #94FFBB: hue angle of 141.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFBB is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 187 | - |
| CMYK | 0.42 | 0 | 0.27 | 0 |
| HSL | 141.87º | 1% | 0.79% | - |
| HSV(B) | 141.87º | 0.42% | 1% | - |
| XYZ | 56.94 | 81.4 | 59.73 | - |
| YUV | 215.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 187 | 0.42 | 0 | 0.27 | 0 | 141.87 | 1 | 0.79 |
| Hex | 94 | FF | BB | 2A | 0 | 1B | 0 | 8E | 64 | 4F |
| Octal | 224 | 377 | 273 | 52 | 0 | 33 | 0 | 216 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10111011 | 101010 | 0 | 11011 | 0 | 10001110 | 1100100 | 1001111 |
Color Harmonies of #94FFBB
Complementary color
Monochromatic Colors of #94FFBB
Black with #94FFBB
Text Example
Text Example
White with #94FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFBB; }
p { color: rgb(148,255,187); }
H1.HeaderClassName
{
color: #94FFBB;
}
.AnyTagClassName
{
color: #94FFBB;
}
</style>
background-color css
<style>
a { background-color: #94FFBB; }
a { background-color: rgb(148,255,187); }
div.DivClassName
{
background-color: #94FFBB;
}
.BgClassName
{
background-color: #94FFBB;
}
</style>
border-color css
<style>
span { border-color: #94FFBB; }
span { border-color: rgb(148,255,187); }
td.TdClassName
{
border-color: #94FFBB;
}
.TagClassName
{
border-color: #94FFBB;
}
</style>