Shades of Magic Mint #93F5C0
Tints of Magic Mint #93F5C0
RGB
CMYK
RGB Variations
Color information
#93F5C0 (or 0x93F5C0) is known color: Magic Mint. HEX triplet: 93, F5 and C0. RGB value is (147,245,192). Sum of RGB (Red+Green+Blue) = 147+245+192=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5C0 is #6C0A3F. Grayscale: #D1D1D1. Windows color (decimal): -7080512 or 12645779. OLE color: 12645779.
HSL color Cylindrical-coordinate representation of color #93F5C0: hue angle of 147.55º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F5C0 is Cyan = 0.4, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 192 | - |
| CMYK | 0.4 | 0 | 0.22 | 0.04 |
| HSL | 147.55º | 0.83% | 0.77% | - |
| HSV(B) | 147.55º | 0.4% | 0.96% | - |
| XYZ | 54.2 | 75.31 | 61.55 | - |
| YUV | 209.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 192 | 0.4 | 0 | 0.22 | 0.04 | 147.55 | 0.83 | 0.77 |
| Hex | 93 | F5 | C0 | 28 | 0 | 16 | 4 | 94 | 53 | 4D |
| Octal | 223 | 365 | 300 | 50 | 0 | 26 | 4 | 224 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11000000 | 101000 | 0 | 10110 | 100 | 10010100 | 1010011 | 1001101 |
Color Harmonies of #93F5C0
Complementary color
Monochromatic Colors of #93F5C0
Black with #93F5C0
Text Example
Text Example
White with #93F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5C0; }
p { color: rgb(147,245,192); }
H1.HeaderClassName
{
color: #93F5C0;
}
.AnyTagClassName
{
color: #93F5C0;
}
</style>
background-color css
<style>
a { background-color: #93F5C0; }
a { background-color: rgb(147,245,192); }
div.DivClassName
{
background-color: #93F5C0;
}
.BgClassName
{
background-color: #93F5C0;
}
</style>
border-color css
<style>
span { border-color: #93F5C0; }
span { border-color: rgb(147,245,192); }
td.TdClassName
{
border-color: #93F5C0;
}
.TagClassName
{
border-color: #93F5C0;
}
</style>