Shades of Magic Mint #94F3C8
Tints of Magic Mint #94F3C8
RGB
CMYK
RGB Variations
Color information
#94F3C8 (or 0x94F3C8) is known color: Magic Mint. HEX triplet: 94, F3 and C8. RGB value is (148,243,200). Sum of RGB (Red+Green+Blue) = 148+243+200=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F3C8 is #6B0C37. Grayscale: #D1D1D1. Windows color (decimal): -7015480 or 13169556. OLE color: 13169556.
HSL color Cylindrical-coordinate representation of color #94F3C8: hue angle of 152.84º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3C8 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 200 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.05 |
| HSL | 152.84º | 0.8% | 0.77% | - |
| HSV(B) | 152.84º | 0.39% | 0.95% | - |
| XYZ | 54.69 | 74.57 | 66.15 | - |
| YUV | 209.69 | 122.53 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 200 | 0.39 | 0 | 0.18 | 0.05 | 152.84 | 0.8 | 0.77 |
| Hex | 94 | F3 | C8 | 27 | 0 | 12 | 5 | 99 | 50 | 4D |
| Octal | 224 | 363 | 310 | 47 | 0 | 22 | 5 | 231 | 120 | 115 |
| Binary | 10010100 | 11110011 | 11001000 | 100111 | 0 | 10010 | 101 | 10011001 | 1010000 | 1001101 |
Color Harmonies of #94F3C8
Complementary color
Monochromatic Colors of #94F3C8
Black with #94F3C8
Text Example
Text Example
White with #94F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F3C8; }
p { color: rgb(148,243,200); }
H1.HeaderClassName
{
color: #94F3C8;
}
.AnyTagClassName
{
color: #94F3C8;
}
</style>
background-color css
<style>
a { background-color: #94F3C8; }
a { background-color: rgb(148,243,200); }
div.DivClassName
{
background-color: #94F3C8;
}
.BgClassName
{
background-color: #94F3C8;
}
</style>
border-color css
<style>
span { border-color: #94F3C8; }
span { border-color: rgb(148,243,200); }
td.TdClassName
{
border-color: #94F3C8;
}
.TagClassName
{
border-color: #94F3C8;
}
</style>