Shades of Magic Mint #93FABA
Tints of Magic Mint #93FABA
RGB
CMYK
RGB Variations
Color information
#93FABA (or 0x93FABA) is known color: Magic Mint. HEX triplet: 93, FA and BA. RGB value is (147,250,186). Sum of RGB (Red+Green+Blue) = 147+250+186=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #93FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FABA is #6C0545. Grayscale: #D4D4D4. Windows color (decimal): -7079238 or 12253843. OLE color: 12253843.
HSL color Cylindrical-coordinate representation of color #93FABA: hue angle of 142.72º 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 #93FABA is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 186 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.02 |
| HSL | 142.72º | 0.91% | 0.78% | - |
| HSV(B) | 142.72º | 0.41% | 0.98% | - |
| XYZ | 55.08 | 78.12 | 58.63 | - |
| YUV | 211.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 186 | 0.41 | 0 | 0.26 | 0.02 | 142.72 | 0.91 | 0.78 |
| Hex | 93 | FA | BA | 29 | 0 | 1A | 2 | 8F | 5B | 4E |
| Octal | 223 | 372 | 272 | 51 | 0 | 32 | 2 | 217 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10111010 | 101001 | 0 | 11010 | 10 | 10001111 | 1011011 | 1001110 |
Color Harmonies of #93FABA
Complementary color
Monochromatic Colors of #93FABA
Black with #93FABA
Text Example
Text Example
White with #93FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FABA; }
p { color: rgb(147,250,186); }
H1.HeaderClassName
{
color: #93FABA;
}
.AnyTagClassName
{
color: #93FABA;
}
</style>
background-color css
<style>
a { background-color: #93FABA; }
a { background-color: rgb(147,250,186); }
div.DivClassName
{
background-color: #93FABA;
}
.BgClassName
{
background-color: #93FABA;
}
</style>
border-color css
<style>
span { border-color: #93FABA; }
span { border-color: rgb(147,250,186); }
td.TdClassName
{
border-color: #93FABA;
}
.TagClassName
{
border-color: #93FABA;
}
</style>