Shades of Magic Mint #94ECD0
Tints of Magic Mint #94ECD0
RGB
CMYK
RGB Variations
Color information
#94ECD0 (or 0x94ECD0) is known color: Magic Mint. HEX triplet: 94, EC and D0. RGB value is (148,236,208). Sum of RGB (Red+Green+Blue) = 148+236+208=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECD0 is #6B132F. Grayscale: #CECECE. Windows color (decimal): -7017264 or 13692052. OLE color: 13692052.
HSL color Cylindrical-coordinate representation of color #94ECD0: hue angle of 160.91º 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 #94ECD0 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 208 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.07 |
| HSL | 160.91º | 0.7% | 0.75% | - |
| HSV(B) | 160.91º | 0.37% | 0.93% | - |
| XYZ | 53.59 | 70.84 | 70.52 | - |
| YUV | 206.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 208 | 0.37 | 0 | 0.12 | 0.07 | 160.91 | 0.7 | 0.75 |
| Hex | 94 | EC | D0 | 25 | 0 | C | 7 | A1 | 46 | 4B |
| Octal | 224 | 354 | 320 | 45 | 0 | 14 | 7 | 241 | 106 | 113 |
| Binary | 10010100 | 11101100 | 11010000 | 100101 | 0 | 1100 | 111 | 10100001 | 1000110 | 1001011 |
Color Harmonies of #94ECD0
Complementary color
Monochromatic Colors of #94ECD0
Black with #94ECD0
Text Example
Text Example
White with #94ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECD0; }
p { color: rgb(148,236,208); }
H1.HeaderClassName
{
color: #94ECD0;
}
.AnyTagClassName
{
color: #94ECD0;
}
</style>
background-color css
<style>
a { background-color: #94ECD0; }
a { background-color: rgb(148,236,208); }
div.DivClassName
{
background-color: #94ECD0;
}
.BgClassName
{
background-color: #94ECD0;
}
</style>
border-color css
<style>
span { border-color: #94ECD0; }
span { border-color: rgb(148,236,208); }
td.TdClassName
{
border-color: #94ECD0;
}
.TagClassName
{
border-color: #94ECD0;
}
</style>