Shades of Magic Mint #94FDC4
Tints of Magic Mint #94FDC4
RGB
CMYK
RGB Variations
Color information
#94FDC4 (or 0x94FDC4) is known color: Magic Mint. HEX triplet: 94, FD and C4. RGB value is (148,253,196). Sum of RGB (Red+Green+Blue) = 148+253+196=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC4 is #6B023B. Grayscale: #D7D7D7. Windows color (decimal): -7012924 or 12909972. OLE color: 12909972.
HSL color Cylindrical-coordinate representation of color #94FDC4: hue angle of 147.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDC4 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 196 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.01 |
| HSL | 147.43º | 0.96% | 0.79% | - |
| HSV(B) | 147.43º | 0.42% | 0.99% | - |
| XYZ | 57.3 | 80.53 | 64.75 | - |
| YUV | 215.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 196 | 0.42 | 0 | 0.23 | 0.01 | 147.43 | 0.96 | 0.79 |
| Hex | 94 | FD | C4 | 2A | 0 | 17 | 1 | 93 | 60 | 4F |
| Octal | 224 | 375 | 304 | 52 | 0 | 27 | 1 | 223 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11000100 | 101010 | 0 | 10111 | 1 | 10010011 | 1100000 | 1001111 |
Color Harmonies of #94FDC4
Complementary color
Monochromatic Colors of #94FDC4
Black with #94FDC4
Text Example
Text Example
White with #94FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDC4; }
p { color: rgb(148,253,196); }
H1.HeaderClassName
{
color: #94FDC4;
}
.AnyTagClassName
{
color: #94FDC4;
}
</style>
background-color css
<style>
a { background-color: #94FDC4; }
a { background-color: rgb(148,253,196); }
div.DivClassName
{
background-color: #94FDC4;
}
.BgClassName
{
background-color: #94FDC4;
}
</style>
border-color css
<style>
span { border-color: #94FDC4; }
span { border-color: rgb(148,253,196); }
td.TdClassName
{
border-color: #94FDC4;
}
.TagClassName
{
border-color: #94FDC4;
}
</style>