Shades of Magic Mint #93FABF
Tints of Magic Mint #93FABF
RGB
CMYK
RGB Variations
Color information
#93FABF (or 0x93FABF) is known color: Magic Mint. HEX triplet: 93, FA and BF. RGB value is (147,250,191). Sum of RGB (Red+Green+Blue) = 147+250+191=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #93FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FABF is #6C0540. Grayscale: #D4D4D4. Windows color (decimal): -7079233 or 12581523. OLE color: 12581523.
HSL color Cylindrical-coordinate representation of color #93FABF: hue angle of 145.63º 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 #93FABF is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 191 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.02 |
| HSL | 145.63º | 0.91% | 0.78% | - |
| HSV(B) | 145.63º | 0.41% | 0.98% | - |
| XYZ | 55.62 | 78.34 | 61.48 | - |
| YUV | 212.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 191 | 0.41 | 0 | 0.24 | 0.02 | 145.63 | 0.91 | 0.78 |
| Hex | 93 | FA | BF | 29 | 0 | 18 | 2 | 92 | 5B | 4E |
| Octal | 223 | 372 | 277 | 51 | 0 | 30 | 2 | 222 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10111111 | 101001 | 0 | 11000 | 10 | 10010010 | 1011011 | 1001110 |
Color Harmonies of #93FABF
Complementary color
Monochromatic Colors of #93FABF
Black with #93FABF
Text Example
Text Example
White with #93FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FABF; }
p { color: rgb(147,250,191); }
H1.HeaderClassName
{
color: #93FABF;
}
.AnyTagClassName
{
color: #93FABF;
}
</style>
background-color css
<style>
a { background-color: #93FABF; }
a { background-color: rgb(147,250,191); }
div.DivClassName
{
background-color: #93FABF;
}
.BgClassName
{
background-color: #93FABF;
}
</style>
border-color css
<style>
span { border-color: #93FABF; }
span { border-color: rgb(147,250,191); }
td.TdClassName
{
border-color: #93FABF;
}
.TagClassName
{
border-color: #93FABF;
}
</style>