Shades of Magic Mint #94EFC3
Tints of Magic Mint #94EFC3
RGB
CMYK
RGB Variations
Color information
#94EFC3 (or 0x94EFC3) is known color: Magic Mint. HEX triplet: 94, EF and C3. RGB value is (148,239,195). Sum of RGB (Red+Green+Blue) = 148+239+195=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFC3 is #6B103C. Grayscale: #CECECE. Windows color (decimal): -7016509 or 12840852. OLE color: 12840852.
HSL color Cylindrical-coordinate representation of color #94EFC3: hue angle of 150.99º 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 #94EFC3 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 195 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.06 |
| HSL | 150.99º | 0.74% | 0.76% | - |
| HSV(B) | 150.99º | 0.38% | 0.94% | - |
| XYZ | 52.93 | 71.97 | 62.73 | - |
| YUV | 206.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 195 | 0.38 | 0 | 0.18 | 0.06 | 150.99 | 0.74 | 0.76 |
| Hex | 94 | EF | C3 | 26 | 0 | 12 | 6 | 97 | 4A | 4C |
| Octal | 224 | 357 | 303 | 46 | 0 | 22 | 6 | 227 | 112 | 114 |
| Binary | 10010100 | 11101111 | 11000011 | 100110 | 0 | 10010 | 110 | 10010111 | 1001010 | 1001100 |
Color Harmonies of #94EFC3
Complementary color
Monochromatic Colors of #94EFC3
Black with #94EFC3
Text Example
Text Example
White with #94EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFC3; }
p { color: rgb(148,239,195); }
H1.HeaderClassName
{
color: #94EFC3;
}
.AnyTagClassName
{
color: #94EFC3;
}
</style>
background-color css
<style>
a { background-color: #94EFC3; }
a { background-color: rgb(148,239,195); }
div.DivClassName
{
background-color: #94EFC3;
}
.BgClassName
{
background-color: #94EFC3;
}
</style>
border-color css
<style>
span { border-color: #94EFC3; }
span { border-color: rgb(148,239,195); }
td.TdClassName
{
border-color: #94EFC3;
}
.TagClassName
{
border-color: #94EFC3;
}
</style>