Shades of Magic Mint #93FABC
Tints of Magic Mint #93FABC
RGB
CMYK
RGB Variations
Color information
#93FABC (or 0x93FABC) is known color: Magic Mint. HEX triplet: 93, FA and BC. RGB value is (147,250,188). Sum of RGB (Red+Green+Blue) = 147+250+188=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #93FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FABC is #6C0543. Grayscale: #D4D4D4. Windows color (decimal): -7079236 or 12384915. OLE color: 12384915.
HSL color Cylindrical-coordinate representation of color #93FABC: hue angle of 143.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FABC is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 188 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.02 |
| HSL | 143.88º | 0.91% | 0.78% | - |
| HSV(B) | 143.88º | 0.41% | 0.98% | - |
| XYZ | 55.3 | 78.21 | 59.76 | - |
| YUV | 212.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 188 | 0.41 | 0 | 0.25 | 0.02 | 143.88 | 0.91 | 0.78 |
| Hex | 93 | FA | BC | 29 | 0 | 19 | 2 | 90 | 5B | 4E |
| Octal | 223 | 372 | 274 | 51 | 0 | 31 | 2 | 220 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10111100 | 101001 | 0 | 11001 | 10 | 10010000 | 1011011 | 1001110 |
Color Harmonies of #93FABC
Complementary color
Monochromatic Colors of #93FABC
Black with #93FABC
Text Example
Text Example
White with #93FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FABC; }
p { color: rgb(147,250,188); }
H1.HeaderClassName
{
color: #93FABC;
}
.AnyTagClassName
{
color: #93FABC;
}
</style>
background-color css
<style>
a { background-color: #93FABC; }
a { background-color: rgb(147,250,188); }
div.DivClassName
{
background-color: #93FABC;
}
.BgClassName
{
background-color: #93FABC;
}
</style>
border-color css
<style>
span { border-color: #93FABC; }
span { border-color: rgb(147,250,188); }
td.TdClassName
{
border-color: #93FABC;
}
.TagClassName
{
border-color: #93FABC;
}
</style>