Shades of Magic Mint #94F9BD
Tints of Magic Mint #94F9BD
RGB
CMYK
RGB Variations
Color information
#94F9BD (or 0x94F9BD) is known color: Magic Mint. HEX triplet: 94, F9 and BD. RGB value is (148,249,189). Sum of RGB (Red+Green+Blue) = 148+249+189=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9BD is #6B0642. Grayscale: #D4D4D4. Windows color (decimal): -7013955 or 12450196. OLE color: 12450196.
HSL color Cylindrical-coordinate representation of color #94F9BD: hue angle of 144.36º degrees, saturation: 0.89, 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 #94F9BD is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 189 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.02 |
| HSL | 144.36º | 0.89% | 0.78% | - |
| HSV(B) | 144.36º | 0.41% | 0.98% | - |
| XYZ | 55.27 | 77.72 | 60.23 | - |
| YUV | 211.96 | 115.04 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 189 | 0.41 | 0 | 0.24 | 0.02 | 144.36 | 0.89 | 0.78 |
| Hex | 94 | F9 | BD | 29 | 0 | 18 | 2 | 90 | 59 | 4E |
| Octal | 224 | 371 | 275 | 51 | 0 | 30 | 2 | 220 | 131 | 116 |
| Binary | 10010100 | 11111001 | 10111101 | 101001 | 0 | 11000 | 10 | 10010000 | 1011001 | 1001110 |
Color Harmonies of #94F9BD
Complementary color
Monochromatic Colors of #94F9BD
Black with #94F9BD
Text Example
Text Example
White with #94F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9BD; }
p { color: rgb(148,249,189); }
H1.HeaderClassName
{
color: #94F9BD;
}
.AnyTagClassName
{
color: #94F9BD;
}
</style>
background-color css
<style>
a { background-color: #94F9BD; }
a { background-color: rgb(148,249,189); }
div.DivClassName
{
background-color: #94F9BD;
}
.BgClassName
{
background-color: #94F9BD;
}
</style>
border-color css
<style>
span { border-color: #94F9BD; }
span { border-color: rgb(148,249,189); }
td.TdClassName
{
border-color: #94F9BD;
}
.TagClassName
{
border-color: #94F9BD;
}
</style>