Shades of Magic Mint #93FFBC
Tints of Magic Mint #93FFBC
RGB
CMYK
RGB Variations
Color information
#93FFBC (or 0x93FFBC) is known color: Magic Mint. HEX triplet: 93, FF and BC. RGB value is (147,255,188). Sum of RGB (Red+Green+Blue) = 147+255+188=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFBC is #6C0043. Grayscale: #D7D7D7. Windows color (decimal): -7077956 or 12386195. OLE color: 12386195.
HSL color Cylindrical-coordinate representation of color #93FFBC: hue angle of 142.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFBC is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 188 | - |
| CMYK | 0.42 | 0 | 0.26 | 0 |
| HSL | 142.78º | 1% | 0.79% | - |
| HSV(B) | 142.78º | 0.42% | 1% | - |
| XYZ | 56.87 | 81.35 | 60.28 | - |
| YUV | 215.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 188 | 0.42 | 0 | 0.26 | 0 | 142.78 | 1 | 0.79 |
| Hex | 93 | FF | BC | 2A | 0 | 1A | 0 | 8F | 64 | 4F |
| Octal | 223 | 377 | 274 | 52 | 0 | 32 | 0 | 217 | 144 | 117 |
| Binary | 10010011 | 11111111 | 10111100 | 101010 | 0 | 11010 | 0 | 10001111 | 1100100 | 1001111 |
Color Harmonies of #93FFBC
Complementary color
Monochromatic Colors of #93FFBC
Black with #93FFBC
Text Example
Text Example
White with #93FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFBC; }
p { color: rgb(147,255,188); }
H1.HeaderClassName
{
color: #93FFBC;
}
.AnyTagClassName
{
color: #93FFBC;
}
</style>
background-color css
<style>
a { background-color: #93FFBC; }
a { background-color: rgb(147,255,188); }
div.DivClassName
{
background-color: #93FFBC;
}
.BgClassName
{
background-color: #93FFBC;
}
</style>
border-color css
<style>
span { border-color: #93FFBC; }
span { border-color: rgb(147,255,188); }
td.TdClassName
{
border-color: #93FFBC;
}
.TagClassName
{
border-color: #93FFBC;
}
</style>