Shades of Magic Mint #93FDC1
Tints of Magic Mint #93FDC1
RGB
CMYK
RGB Variations
Color information
#93FDC1 (or 0x93FDC1) is known color: Magic Mint. HEX triplet: 93, FD and C1. RGB value is (147,253,193). Sum of RGB (Red+Green+Blue) = 147+253+193=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDC1 is #6C023E. Grayscale: #D6D6D6. Windows color (decimal): -7078463 or 12713363. OLE color: 12713363.
HSL color Cylindrical-coordinate representation of color #93FDC1: hue angle of 146.04º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDC1 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 193 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.01 |
| HSL | 146.04º | 0.96% | 0.78% | - |
| HSV(B) | 146.04º | 0.42% | 0.99% | - |
| XYZ | 56.78 | 80.3 | 62.96 | - |
| YUV | 214.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 193 | 0.42 | 0 | 0.24 | 0.01 | 146.04 | 0.96 | 0.78 |
| Hex | 93 | FD | C1 | 2A | 0 | 18 | 1 | 92 | 60 | 4E |
| Octal | 223 | 375 | 301 | 52 | 0 | 30 | 1 | 222 | 140 | 116 |
| Binary | 10010011 | 11111101 | 11000001 | 101010 | 0 | 11000 | 1 | 10010010 | 1100000 | 1001110 |
Color Harmonies of #93FDC1
Complementary color
Monochromatic Colors of #93FDC1
Black with #93FDC1
Text Example
Text Example
White with #93FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDC1; }
p { color: rgb(147,253,193); }
H1.HeaderClassName
{
color: #93FDC1;
}
.AnyTagClassName
{
color: #93FDC1;
}
</style>
background-color css
<style>
a { background-color: #93FDC1; }
a { background-color: rgb(147,253,193); }
div.DivClassName
{
background-color: #93FDC1;
}
.BgClassName
{
background-color: #93FDC1;
}
</style>
border-color css
<style>
span { border-color: #93FDC1; }
span { border-color: rgb(147,253,193); }
td.TdClassName
{
border-color: #93FDC1;
}
.TagClassName
{
border-color: #93FDC1;
}
</style>