Shades of Magic Mint #93FCC4
Tints of Magic Mint #93FCC4
RGB
CMYK
RGB Variations
Color information
#93FCC4 (or 0x93FCC4) is known color: Magic Mint. HEX triplet: 93, FC and C4. RGB value is (147,252,196). Sum of RGB (Red+Green+Blue) = 147+252+196=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCC4 is #6C033B. Grayscale: #D6D6D6. Windows color (decimal): -7078716 or 12909715. OLE color: 12909715.
HSL color Cylindrical-coordinate representation of color #93FCC4: hue angle of 148º 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 #93FCC4 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 196 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.01 |
| HSL | 148º | 0.95% | 0.78% | - |
| HSV(B) | 148º | 0.42% | 0.99% | - |
| XYZ | 56.81 | 79.81 | 64.64 | - |
| YUV | 214.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 196 | 0.42 | 0 | 0.22 | 0.01 | 148 | 0.95 | 0.78 |
| Hex | 93 | FC | C4 | 2A | 0 | 16 | 1 | 94 | 5F | 4E |
| Octal | 223 | 374 | 304 | 52 | 0 | 26 | 1 | 224 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11000100 | 101010 | 0 | 10110 | 1 | 10010100 | 1011111 | 1001110 |
Color Harmonies of #93FCC4
Complementary color
Monochromatic Colors of #93FCC4
Black with #93FCC4
Text Example
Text Example
White with #93FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCC4; }
p { color: rgb(147,252,196); }
H1.HeaderClassName
{
color: #93FCC4;
}
.AnyTagClassName
{
color: #93FCC4;
}
</style>
background-color css
<style>
a { background-color: #93FCC4; }
a { background-color: rgb(147,252,196); }
div.DivClassName
{
background-color: #93FCC4;
}
.BgClassName
{
background-color: #93FCC4;
}
</style>
border-color css
<style>
span { border-color: #93FCC4; }
span { border-color: rgb(147,252,196); }
td.TdClassName
{
border-color: #93FCC4;
}
.TagClassName
{
border-color: #93FCC4;
}
</style>