Shades of Magic Mint #93F4C5
Tints of Magic Mint #93F4C5
RGB
CMYK
RGB Variations
Color information
#93F4C5 (or 0x93F4C5) is known color: Magic Mint. HEX triplet: 93, F4 and C5. RGB value is (147,244,197). Sum of RGB (Red+Green+Blue) = 147+244+197=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4C5 is #6C0B3A. Grayscale: #D1D1D1. Windows color (decimal): -7080763 or 12973203. OLE color: 12973203.
HSL color Cylindrical-coordinate representation of color #93F4C5: hue angle of 150.93º degrees, saturation: 0.82, 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 #93F4C5 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 197 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.04 |
| HSL | 150.93º | 0.82% | 0.77% | - |
| HSV(B) | 150.93º | 0.4% | 0.96% | - |
| XYZ | 54.46 | 74.94 | 64.42 | - |
| YUV | 209.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 197 | 0.40 | 0 | 0.19 | 0.04 | 150.93 | 0.82 | 0.77 |
| Hex | 93 | F4 | C5 | 28 | 0 | 13 | 4 | 97 | 52 | 4D |
| Octal | 223 | 364 | 305 | 50 | 0 | 23 | 4 | 227 | 122 | 115 |
| Binary | 10010011 | 11110100 | 11000101 | 101000 | 0 | 10011 | 100 | 10010111 | 1010010 | 1001101 |
Color Harmonies of #93F4C5
Complementary color
Monochromatic Colors of #93F4C5
Black with #93F4C5
Text Example
Text Example
White with #93F4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F4C5; }
p { color: rgb(147,244,197); }
H1.HeaderClassName
{
color: #93F4C5;
}
.AnyTagClassName
{
color: #93F4C5;
}
</style>
background-color css
<style>
a { background-color: #93F4C5; }
a { background-color: rgb(147,244,197); }
div.DivClassName
{
background-color: #93F4C5;
}
.BgClassName
{
background-color: #93F4C5;
}
</style>
border-color css
<style>
span { border-color: #93F4C5; }
span { border-color: rgb(147,244,197); }
td.TdClassName
{
border-color: #93F4C5;
}
.TagClassName
{
border-color: #93F4C5;
}
</style>