Shades of Magic Mint #94F9C5
Tints of Magic Mint #94F9C5
RGB
CMYK
RGB Variations
Color information
#94F9C5 (or 0x94F9C5) is known color: Magic Mint. HEX triplet: 94, F9 and C5. RGB value is (148,249,197). Sum of RGB (Red+Green+Blue) = 148+249+197=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9C5 is #6B063A. Grayscale: #D4D4D4. Windows color (decimal): -7013947 or 12974484. OLE color: 12974484.
HSL color Cylindrical-coordinate representation of color #94F9C5: hue angle of 149.11º 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 #94F9C5 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 197 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.02 |
| HSL | 149.11º | 0.89% | 0.78% | - |
| HSV(B) | 149.11º | 0.41% | 0.98% | - |
| XYZ | 56.17 | 78.08 | 64.93 | - |
| YUV | 212.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 197 | 0.41 | 0 | 0.21 | 0.02 | 149.11 | 0.89 | 0.78 |
| Hex | 94 | F9 | C5 | 29 | 0 | 15 | 2 | 95 | 59 | 4E |
| Octal | 224 | 371 | 305 | 51 | 0 | 25 | 2 | 225 | 131 | 116 |
| Binary | 10010100 | 11111001 | 11000101 | 101001 | 0 | 10101 | 10 | 10010101 | 1011001 | 1001110 |
Color Harmonies of #94F9C5
Complementary color
Monochromatic Colors of #94F9C5
Black with #94F9C5
Text Example
Text Example
White with #94F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9C5; }
p { color: rgb(148,249,197); }
H1.HeaderClassName
{
color: #94F9C5;
}
.AnyTagClassName
{
color: #94F9C5;
}
</style>
background-color css
<style>
a { background-color: #94F9C5; }
a { background-color: rgb(148,249,197); }
div.DivClassName
{
background-color: #94F9C5;
}
.BgClassName
{
background-color: #94F9C5;
}
</style>
border-color css
<style>
span { border-color: #94F9C5; }
span { border-color: rgb(148,249,197); }
td.TdClassName
{
border-color: #94F9C5;
}
.TagClassName
{
border-color: #94F9C5;
}
</style>