Shades of Magic Mint #94F7BB
Tints of Magic Mint #94F7BB
RGB
CMYK
RGB Variations
Color information
#94F7BB (or 0x94F7BB) is known color: Magic Mint. HEX triplet: 94, F7 and BB. RGB value is (148,247,187). Sum of RGB (Red+Green+Blue) = 148+247+187=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7BB is #6B0844. Grayscale: #D2D2D2. Windows color (decimal): -7014469 or 12318612. OLE color: 12318612.
HSL color Cylindrical-coordinate representation of color #94F7BB: hue angle of 143.64º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7BB is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 247 | 187 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.03 |
| HSL | 143.64º | 0.86% | 0.77% | - |
| HSV(B) | 143.64º | 0.4% | 0.97% | - |
| XYZ | 54.44 | 76.41 | 58.89 | - |
| YUV | 210.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 247 | 187 | 0.40 | 0 | 0.24 | 0.03 | 143.64 | 0.86 | 0.77 |
| Hex | 94 | F7 | BB | 28 | 0 | 18 | 3 | 90 | 56 | 4D |
| Octal | 224 | 367 | 273 | 50 | 0 | 30 | 3 | 220 | 126 | 115 |
| Binary | 10010100 | 11110111 | 10111011 | 101000 | 0 | 11000 | 11 | 10010000 | 1010110 | 1001101 |
Color Harmonies of #94F7BB
Complementary color
Monochromatic Colors of #94F7BB
Black with #94F7BB
Text Example
Text Example
White with #94F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F7BB; }
p { color: rgb(148,247,187); }
H1.HeaderClassName
{
color: #94F7BB;
}
.AnyTagClassName
{
color: #94F7BB;
}
</style>
background-color css
<style>
a { background-color: #94F7BB; }
a { background-color: rgb(148,247,187); }
div.DivClassName
{
background-color: #94F7BB;
}
.BgClassName
{
background-color: #94F7BB;
}
</style>
border-color css
<style>
span { border-color: #94F7BB; }
span { border-color: rgb(148,247,187); }
td.TdClassName
{
border-color: #94F7BB;
}
.TagClassName
{
border-color: #94F7BB;
}
</style>