Shades of Magic Mint #94FDC5
Tints of Magic Mint #94FDC5
RGB
CMYK
RGB Variations
Color information
#94FDC5 (or 0x94FDC5) is known color: Magic Mint. HEX triplet: 94, FD and C5. RGB value is (148,253,197). Sum of RGB (Red+Green+Blue) = 148+253+197=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC5 is #6B023A. Grayscale: #D7D7D7. Windows color (decimal): -7012923 or 12975508. OLE color: 12975508.
HSL color Cylindrical-coordinate representation of color #94FDC5: hue angle of 148º 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 #94FDC5 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 197 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.01 |
| HSL | 148º | 0.96% | 0.79% | - |
| HSV(B) | 148º | 0.42% | 0.99% | - |
| XYZ | 57.42 | 80.58 | 65.35 | - |
| YUV | 215.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 197 | 0.42 | 0 | 0.22 | 0.01 | 148 | 0.96 | 0.79 |
| Hex | 94 | FD | C5 | 2A | 0 | 16 | 1 | 94 | 60 | 4F |
| Octal | 224 | 375 | 305 | 52 | 0 | 26 | 1 | 224 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11000101 | 101010 | 0 | 10110 | 1 | 10010100 | 1100000 | 1001111 |
Color Harmonies of #94FDC5
Complementary color
Monochromatic Colors of #94FDC5
Black with #94FDC5
Text Example
Text Example
White with #94FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDC5; }
p { color: rgb(148,253,197); }
H1.HeaderClassName
{
color: #94FDC5;
}
.AnyTagClassName
{
color: #94FDC5;
}
</style>
background-color css
<style>
a { background-color: #94FDC5; }
a { background-color: rgb(148,253,197); }
div.DivClassName
{
background-color: #94FDC5;
}
.BgClassName
{
background-color: #94FDC5;
}
</style>
border-color css
<style>
span { border-color: #94FDC5; }
span { border-color: rgb(148,253,197); }
td.TdClassName
{
border-color: #94FDC5;
}
.TagClassName
{
border-color: #94FDC5;
}
</style>