Shades of Magic Mint #94EDC3
Tints of Magic Mint #94EDC3
RGB
CMYK
RGB Variations
Color information
#94EDC3 (or 0x94EDC3) is known color: Magic Mint. HEX triplet: 94, ED and C3. RGB value is (148,237,195). Sum of RGB (Red+Green+Blue) = 148+237+195=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDC3 is #6B123C. Grayscale: #CDCDCD. Windows color (decimal): -7017021 or 12840340. OLE color: 12840340.
HSL color Cylindrical-coordinate representation of color #94EDC3: hue angle of 151.69º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EDC3 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 195 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.07 |
| HSL | 151.69º | 0.71% | 0.75% | - |
| HSV(B) | 151.69º | 0.38% | 0.93% | - |
| XYZ | 52.35 | 70.8 | 62.54 | - |
| YUV | 205.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 195 | 0.38 | 0 | 0.18 | 0.07 | 151.69 | 0.71 | 0.75 |
| Hex | 94 | ED | C3 | 26 | 0 | 12 | 7 | 98 | 47 | 4B |
| Octal | 224 | 355 | 303 | 46 | 0 | 22 | 7 | 230 | 107 | 113 |
| Binary | 10010100 | 11101101 | 11000011 | 100110 | 0 | 10010 | 111 | 10011000 | 1000111 | 1001011 |
Color Harmonies of #94EDC3
Complementary color
Monochromatic Colors of #94EDC3
Black with #94EDC3
Text Example
Text Example
White with #94EDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EDC3; }
p { color: rgb(148,237,195); }
H1.HeaderClassName
{
color: #94EDC3;
}
.AnyTagClassName
{
color: #94EDC3;
}
</style>
background-color css
<style>
a { background-color: #94EDC3; }
a { background-color: rgb(148,237,195); }
div.DivClassName
{
background-color: #94EDC3;
}
.BgClassName
{
background-color: #94EDC3;
}
</style>
border-color css
<style>
span { border-color: #94EDC3; }
span { border-color: rgb(148,237,195); }
td.TdClassName
{
border-color: #94EDC3;
}
.TagClassName
{
border-color: #94EDC3;
}
</style>