Shades of Magic Mint #93FCC3
Tints of Magic Mint #93FCC3
RGB
CMYK
RGB Variations
Color information
#93FCC3 (or 0x93FCC3) is known color: Magic Mint. HEX triplet: 93, FC and C3. RGB value is (147,252,195). Sum of RGB (Red+Green+Blue) = 147+252+195=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCC3 is #6C033C. Grayscale: #D6D6D6. Windows color (decimal): -7078717 or 12844179. OLE color: 12844179.
HSL color Cylindrical-coordinate representation of color #93FCC3: hue angle of 147.43º 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 #93FCC3 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 195 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.01 |
| HSL | 147.43º | 0.95% | 0.78% | - |
| HSV(B) | 147.43º | 0.42% | 0.99% | - |
| XYZ | 56.69 | 79.76 | 64.04 | - |
| YUV | 214.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 195 | 0.42 | 0 | 0.23 | 0.01 | 147.43 | 0.95 | 0.78 |
| Hex | 93 | FC | C3 | 2A | 0 | 17 | 1 | 93 | 5F | 4E |
| Octal | 223 | 374 | 303 | 52 | 0 | 27 | 1 | 223 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11000011 | 101010 | 0 | 10111 | 1 | 10010011 | 1011111 | 1001110 |
Color Harmonies of #93FCC3
Complementary color
Monochromatic Colors of #93FCC3
Black with #93FCC3
Text Example
Text Example
White with #93FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCC3; }
p { color: rgb(147,252,195); }
H1.HeaderClassName
{
color: #93FCC3;
}
.AnyTagClassName
{
color: #93FCC3;
}
</style>
background-color css
<style>
a { background-color: #93FCC3; }
a { background-color: rgb(147,252,195); }
div.DivClassName
{
background-color: #93FCC3;
}
.BgClassName
{
background-color: #93FCC3;
}
</style>
border-color css
<style>
span { border-color: #93FCC3; }
span { border-color: rgb(147,252,195); }
td.TdClassName
{
border-color: #93FCC3;
}
.TagClassName
{
border-color: #93FCC3;
}
</style>