Shades of Magic Mint #94FCC7
Tints of Magic Mint #94FCC7
RGB
CMYK
RGB Variations
Color information
#94FCC7 (or 0x94FCC7) is known color: Magic Mint. HEX triplet: 94, FC and C7. RGB value is (148,252,199). Sum of RGB (Red+Green+Blue) = 148+252+199=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCC7 is #6B0338. Grayscale: #D6D6D6. Windows color (decimal): -7013177 or 13106324. OLE color: 13106324.
HSL color Cylindrical-coordinate representation of color #94FCC7: hue angle of 149.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCC7 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 199 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.01 |
| HSL | 149.42º | 0.95% | 0.78% | - |
| HSV(B) | 149.42º | 0.41% | 0.99% | - |
| XYZ | 57.33 | 80.04 | 66.46 | - |
| YUV | 214.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 199 | 0.41 | 0 | 0.21 | 0.01 | 149.42 | 0.95 | 0.78 |
| Hex | 94 | FC | C7 | 29 | 0 | 15 | 1 | 95 | 5F | 4E |
| Octal | 224 | 374 | 307 | 51 | 0 | 25 | 1 | 225 | 137 | 116 |
| Binary | 10010100 | 11111100 | 11000111 | 101001 | 0 | 10101 | 1 | 10010101 | 1011111 | 1001110 |
Color Harmonies of #94FCC7
Complementary color
Monochromatic Colors of #94FCC7
Black with #94FCC7
Text Example
Text Example
White with #94FCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FCC7; }
p { color: rgb(148,252,199); }
H1.HeaderClassName
{
color: #94FCC7;
}
.AnyTagClassName
{
color: #94FCC7;
}
</style>
background-color css
<style>
a { background-color: #94FCC7; }
a { background-color: rgb(148,252,199); }
div.DivClassName
{
background-color: #94FCC7;
}
.BgClassName
{
background-color: #94FCC7;
}
</style>
border-color css
<style>
span { border-color: #94FCC7; }
span { border-color: rgb(148,252,199); }
td.TdClassName
{
border-color: #94FCC7;
}
.TagClassName
{
border-color: #94FCC7;
}
</style>