Shades of Magic Mint #94EFC6
Tints of Magic Mint #94EFC6
RGB
CMYK
RGB Variations
Color information
#94EFC6 (or 0x94EFC6) is known color: Magic Mint. HEX triplet: 94, EF and C6. RGB value is (148,239,198). Sum of RGB (Red+Green+Blue) = 148+239+198=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFC6 is #6B1039. Grayscale: #CFCFCF. Windows color (decimal): -7016506 or 13037460. OLE color: 13037460.
HSL color Cylindrical-coordinate representation of color #94EFC6: hue angle of 152.97º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFC6 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 198 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.06 |
| HSL | 152.97º | 0.74% | 0.76% | - |
| HSV(B) | 152.97º | 0.38% | 0.94% | - |
| XYZ | 53.27 | 72.11 | 64.54 | - |
| YUV | 207.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 198 | 0.38 | 0 | 0.17 | 0.06 | 152.97 | 0.74 | 0.76 |
| Hex | 94 | EF | C6 | 26 | 0 | 11 | 6 | 99 | 4A | 4C |
| Octal | 224 | 357 | 306 | 46 | 0 | 21 | 6 | 231 | 112 | 114 |
| Binary | 10010100 | 11101111 | 11000110 | 100110 | 0 | 10001 | 110 | 10011001 | 1001010 | 1001100 |
Color Harmonies of #94EFC6
Complementary color
Monochromatic Colors of #94EFC6
Black with #94EFC6
Text Example
Text Example
White with #94EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFC6; }
p { color: rgb(148,239,198); }
H1.HeaderClassName
{
color: #94EFC6;
}
.AnyTagClassName
{
color: #94EFC6;
}
</style>
background-color css
<style>
a { background-color: #94EFC6; }
a { background-color: rgb(148,239,198); }
div.DivClassName
{
background-color: #94EFC6;
}
.BgClassName
{
background-color: #94EFC6;
}
</style>
border-color css
<style>
span { border-color: #94EFC6; }
span { border-color: rgb(148,239,198); }
td.TdClassName
{
border-color: #94EFC6;
}
.TagClassName
{
border-color: #94EFC6;
}
</style>