Shades of Magic Mint #93FABB
Tints of Magic Mint #93FABB
RGB
CMYK
RGB Variations
Color information
#93FABB (or 0x93FABB) is known color: Magic Mint. HEX triplet: 93, FA and BB. RGB value is (147,250,187). Sum of RGB (Red+Green+Blue) = 147+250+187=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #93FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FABB is #6C0544. Grayscale: #D4D4D4. Windows color (decimal): -7079237 or 12319379. OLE color: 12319379.
HSL color Cylindrical-coordinate representation of color #93FABB: hue angle of 143.3º 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 #93FABB is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 187 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.02 |
| HSL | 143.3º | 0.91% | 0.78% | - |
| HSV(B) | 143.3º | 0.41% | 0.98% | - |
| XYZ | 55.19 | 78.16 | 59.19 | - |
| YUV | 212.02 | 113.88 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 187 | 0.41 | 0 | 0.25 | 0.02 | 143.3 | 0.91 | 0.78 |
| Hex | 93 | FA | BB | 29 | 0 | 19 | 2 | 8F | 5B | 4E |
| Octal | 223 | 372 | 273 | 51 | 0 | 31 | 2 | 217 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10111011 | 101001 | 0 | 11001 | 10 | 10001111 | 1011011 | 1001110 |
Color Harmonies of #93FABB
Complementary color
Monochromatic Colors of #93FABB
Black with #93FABB
Text Example
Text Example
White with #93FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FABB; }
p { color: rgb(147,250,187); }
H1.HeaderClassName
{
color: #93FABB;
}
.AnyTagClassName
{
color: #93FABB;
}
</style>
background-color css
<style>
a { background-color: #93FABB; }
a { background-color: rgb(147,250,187); }
div.DivClassName
{
background-color: #93FABB;
}
.BgClassName
{
background-color: #93FABB;
}
</style>
border-color css
<style>
span { border-color: #93FABB; }
span { border-color: rgb(147,250,187); }
td.TdClassName
{
border-color: #93FABB;
}
.TagClassName
{
border-color: #93FABB;
}
</style>