Shades of Magic Mint #93FAC4
Tints of Magic Mint #93FAC4
RGB
CMYK
RGB Variations
Color information
#93FAC4 (or 0x93FAC4) is known color: Magic Mint. HEX triplet: 93, FA and C4. RGB value is (147,250,196). Sum of RGB (Red+Green+Blue) = 147+250+196=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FAC4 is #6C053B. Grayscale: #D5D5D5. Windows color (decimal): -7079228 or 12909203. OLE color: 12909203.
HSL color Cylindrical-coordinate representation of color #93FAC4: hue angle of 148.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAC4 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 196 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.02 |
| HSL | 148.54º | 0.91% | 0.78% | - |
| HSV(B) | 148.54º | 0.41% | 0.98% | - |
| XYZ | 56.18 | 78.56 | 64.43 | - |
| YUV | 213.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 196 | 0.41 | 0 | 0.22 | 0.02 | 148.54 | 0.91 | 0.78 |
| Hex | 93 | FA | C4 | 29 | 0 | 16 | 2 | 95 | 5B | 4E |
| Octal | 223 | 372 | 304 | 51 | 0 | 26 | 2 | 225 | 133 | 116 |
| Binary | 10010011 | 11111010 | 11000100 | 101001 | 0 | 10110 | 10 | 10010101 | 1011011 | 1001110 |
Color Harmonies of #93FAC4
Complementary color
Monochromatic Colors of #93FAC4
Black with #93FAC4
Text Example
Text Example
White with #93FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FAC4; }
p { color: rgb(147,250,196); }
H1.HeaderClassName
{
color: #93FAC4;
}
.AnyTagClassName
{
color: #93FAC4;
}
</style>
background-color css
<style>
a { background-color: #93FAC4; }
a { background-color: rgb(147,250,196); }
div.DivClassName
{
background-color: #93FAC4;
}
.BgClassName
{
background-color: #93FAC4;
}
</style>
border-color css
<style>
span { border-color: #93FAC4; }
span { border-color: rgb(147,250,196); }
td.TdClassName
{
border-color: #93FAC4;
}
.TagClassName
{
border-color: #93FAC4;
}
</style>