Shades of Magic Mint #94FFBE
Tints of Magic Mint #94FFBE
RGB
CMYK
RGB Variations
Color information
#94FFBE (or 0x94FFBE) is known color: Magic Mint. HEX triplet: 94, FF and BE. RGB value is (148,255,190). Sum of RGB (Red+Green+Blue) = 148+255+190=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFBE is #6B0041. Grayscale: #D7D7D7. Windows color (decimal): -7012418 or 12517268. OLE color: 12517268.
HSL color Cylindrical-coordinate representation of color #94FFBE: hue angle of 143.55º 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 #94FFBE is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 190 | - |
| CMYK | 0.42 | 0 | 0.25 | 0 |
| HSL | 143.55º | 1% | 0.79% | - |
| HSV(B) | 143.55º | 0.42% | 1% | - |
| XYZ | 57.27 | 81.53 | 61.43 | - |
| YUV | 215.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 190 | 0.42 | 0 | 0.25 | 0 | 143.55 | 1 | 0.79 |
| Hex | 94 | FF | BE | 2A | 0 | 19 | 0 | 90 | 64 | 4F |
| Octal | 224 | 377 | 276 | 52 | 0 | 31 | 0 | 220 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10111110 | 101010 | 0 | 11001 | 0 | 10010000 | 1100100 | 1001111 |
Color Harmonies of #94FFBE
Complementary color
Monochromatic Colors of #94FFBE
Black with #94FFBE
Text Example
Text Example
White with #94FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFBE; }
p { color: rgb(148,255,190); }
H1.HeaderClassName
{
color: #94FFBE;
}
.AnyTagClassName
{
color: #94FFBE;
}
</style>
background-color css
<style>
a { background-color: #94FFBE; }
a { background-color: rgb(148,255,190); }
div.DivClassName
{
background-color: #94FFBE;
}
.BgClassName
{
background-color: #94FFBE;
}
</style>
border-color css
<style>
span { border-color: #94FFBE; }
span { border-color: rgb(148,255,190); }
td.TdClassName
{
border-color: #94FFBE;
}
.TagClassName
{
border-color: #94FFBE;
}
</style>