Shades of Magic Mint #94EEC1
Tints of Magic Mint #94EEC1
RGB
CMYK
RGB Variations
Color information
#94EEC1 (or 0x94EEC1) is known color: Magic Mint. HEX triplet: 94, EE and C1. RGB value is (148,238,193). Sum of RGB (Red+Green+Blue) = 148+238+193=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEC1 is #6B113E. Grayscale: #CECECE. Windows color (decimal): -7016767 or 12709524. OLE color: 12709524.
HSL color Cylindrical-coordinate representation of color #94EEC1: hue angle of 150º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEC1 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 193 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.07 |
| HSL | 150º | 0.73% | 0.76% | - |
| HSV(B) | 150º | 0.38% | 0.93% | - |
| XYZ | 52.41 | 71.3 | 61.45 | - |
| YUV | 205.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 193 | 0.38 | 0 | 0.19 | 0.07 | 150 | 0.73 | 0.76 |
| Hex | 94 | EE | C1 | 26 | 0 | 13 | 7 | 96 | 49 | 4C |
| Octal | 224 | 356 | 301 | 46 | 0 | 23 | 7 | 226 | 111 | 114 |
| Binary | 10010100 | 11101110 | 11000001 | 100110 | 0 | 10011 | 111 | 10010110 | 1001001 | 1001100 |
Color Harmonies of #94EEC1
Complementary color
Monochromatic Colors of #94EEC1
Black with #94EEC1
Text Example
Text Example
White with #94EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEC1; }
p { color: rgb(148,238,193); }
H1.HeaderClassName
{
color: #94EEC1;
}
.AnyTagClassName
{
color: #94EEC1;
}
</style>
background-color css
<style>
a { background-color: #94EEC1; }
a { background-color: rgb(148,238,193); }
div.DivClassName
{
background-color: #94EEC1;
}
.BgClassName
{
background-color: #94EEC1;
}
</style>
border-color css
<style>
span { border-color: #94EEC1; }
span { border-color: rgb(148,238,193); }
td.TdClassName
{
border-color: #94EEC1;
}
.TagClassName
{
border-color: #94EEC1;
}
</style>