Shades of Magic Mint #93FCBC
Tints of Magic Mint #93FCBC
RGB
CMYK
RGB Variations
Color information
#93FCBC (or 0x93FCBC) is known color: Magic Mint. HEX triplet: 93, FC and BC. RGB value is (147,252,188). Sum of RGB (Red+Green+Blue) = 147+252+188=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCBC is #6C0343. Grayscale: #D5D5D5. Windows color (decimal): -7078724 or 12385427. OLE color: 12385427.
HSL color Cylindrical-coordinate representation of color #93FCBC: hue angle of 143.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 #93FCBC is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 188 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 143.43º | 0.95% | 0.78% | - |
| HSV(B) | 143.43º | 0.42% | 0.99% | - |
| XYZ | 55.92 | 79.45 | 59.97 | - |
| YUV | 213.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 188 | 0.42 | 0 | 0.25 | 0.01 | 143.43 | 0.95 | 0.78 |
| Hex | 93 | FC | BC | 2A | 0 | 19 | 1 | 8F | 5F | 4E |
| Octal | 223 | 374 | 274 | 52 | 0 | 31 | 1 | 217 | 137 | 116 |
| Binary | 10010011 | 11111100 | 10111100 | 101010 | 0 | 11001 | 1 | 10001111 | 1011111 | 1001110 |
Color Harmonies of #93FCBC
Complementary color
Monochromatic Colors of #93FCBC
Black with #93FCBC
Text Example
Text Example
White with #93FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCBC; }
p { color: rgb(147,252,188); }
H1.HeaderClassName
{
color: #93FCBC;
}
.AnyTagClassName
{
color: #93FCBC;
}
</style>
background-color css
<style>
a { background-color: #93FCBC; }
a { background-color: rgb(147,252,188); }
div.DivClassName
{
background-color: #93FCBC;
}
.BgClassName
{
background-color: #93FCBC;
}
</style>
border-color css
<style>
span { border-color: #93FCBC; }
span { border-color: rgb(147,252,188); }
td.TdClassName
{
border-color: #93FCBC;
}
.TagClassName
{
border-color: #93FCBC;
}
</style>