Shades of Magic Mint #93FCC5
Tints of Magic Mint #93FCC5
RGB
CMYK
RGB Variations
Color information
#93FCC5 (or 0x93FCC5) is known color: Magic Mint. HEX triplet: 93, FC and C5. RGB value is (147,252,197). Sum of RGB (Red+Green+Blue) = 147+252+197=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCC5 is #6C033A. Grayscale: #D6D6D6. Windows color (decimal): -7078715 or 12975251. OLE color: 12975251.
HSL color Cylindrical-coordinate representation of color #93FCC5: hue angle of 148.57º degrees, saturation: 0.95, 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 #93FCC5 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 197 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.01 |
| HSL | 148.57º | 0.95% | 0.78% | - |
| HSV(B) | 148.57º | 0.42% | 0.99% | - |
| XYZ | 56.92 | 79.86 | 65.24 | - |
| YUV | 214.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 197 | 0.42 | 0 | 0.22 | 0.01 | 148.57 | 0.95 | 0.78 |
| Hex | 93 | FC | C5 | 2A | 0 | 16 | 1 | 95 | 5F | 4E |
| Octal | 223 | 374 | 305 | 52 | 0 | 26 | 1 | 225 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11000101 | 101010 | 0 | 10110 | 1 | 10010101 | 1011111 | 1001110 |
Color Harmonies of #93FCC5
Complementary color
Monochromatic Colors of #93FCC5
Black with #93FCC5
Text Example
Text Example
White with #93FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCC5; }
p { color: rgb(147,252,197); }
H1.HeaderClassName
{
color: #93FCC5;
}
.AnyTagClassName
{
color: #93FCC5;
}
</style>
background-color css
<style>
a { background-color: #93FCC5; }
a { background-color: rgb(147,252,197); }
div.DivClassName
{
background-color: #93FCC5;
}
.BgClassName
{
background-color: #93FCC5;
}
</style>
border-color css
<style>
span { border-color: #93FCC5; }
span { border-color: rgb(147,252,197); }
td.TdClassName
{
border-color: #93FCC5;
}
.TagClassName
{
border-color: #93FCC5;
}
</style>