Shades of Magic Mint #94ECC6
Tints of Magic Mint #94ECC6
RGB
CMYK
RGB Variations
Color information
#94ECC6 (or 0x94ECC6) is known color: Magic Mint. HEX triplet: 94, EC and C6. RGB value is (148,236,198). Sum of RGB (Red+Green+Blue) = 148+236+198=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECC6 is #6B1339. Grayscale: #CDCDCD. Windows color (decimal): -7017274 or 13036692. OLE color: 13036692.
HSL color Cylindrical-coordinate representation of color #94ECC6: hue angle of 154.09º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECC6 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 198 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.07 |
| HSL | 154.09º | 0.7% | 0.75% | - |
| HSV(B) | 154.09º | 0.37% | 0.93% | - |
| XYZ | 52.4 | 70.36 | 64.25 | - |
| YUV | 205.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 198 | 0.37 | 0 | 0.16 | 0.07 | 154.09 | 0.7 | 0.75 |
| Hex | 94 | EC | C6 | 25 | 0 | 10 | 7 | 9A | 46 | 4B |
| Octal | 224 | 354 | 306 | 45 | 0 | 20 | 7 | 232 | 106 | 113 |
| Binary | 10010100 | 11101100 | 11000110 | 100101 | 0 | 10000 | 111 | 10011010 | 1000110 | 1001011 |
Color Harmonies of #94ECC6
Complementary color
Monochromatic Colors of #94ECC6
Black with #94ECC6
Text Example
Text Example
White with #94ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECC6; }
p { color: rgb(148,236,198); }
H1.HeaderClassName
{
color: #94ECC6;
}
.AnyTagClassName
{
color: #94ECC6;
}
</style>
background-color css
<style>
a { background-color: #94ECC6; }
a { background-color: rgb(148,236,198); }
div.DivClassName
{
background-color: #94ECC6;
}
.BgClassName
{
background-color: #94ECC6;
}
</style>
border-color css
<style>
span { border-color: #94ECC6; }
span { border-color: rgb(148,236,198); }
td.TdClassName
{
border-color: #94ECC6;
}
.TagClassName
{
border-color: #94ECC6;
}
</style>