Shades of Magic Mint #93FDBF
Tints of Magic Mint #93FDBF
RGB
CMYK
RGB Variations
Color information
#93FDBF (or 0x93FDBF) is known color: Magic Mint. HEX triplet: 93, FD and BF. RGB value is (147,253,191). Sum of RGB (Red+Green+Blue) = 147+253+191=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDBF is #6C0240. Grayscale: #D6D6D6. Windows color (decimal): -7078465 or 12582291. OLE color: 12582291.
HSL color Cylindrical-coordinate representation of color #93FDBF: hue angle of 144.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDBF is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 191 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 144.91º | 0.96% | 0.78% | - |
| HSV(B) | 144.91º | 0.42% | 0.99% | - |
| XYZ | 56.56 | 80.22 | 61.79 | - |
| YUV | 214.24 | 114.88 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 191 | 0.42 | 0 | 0.25 | 0.01 | 144.91 | 0.96 | 0.78 |
| Hex | 93 | FD | BF | 2A | 0 | 19 | 1 | 91 | 60 | 4E |
| Octal | 223 | 375 | 277 | 52 | 0 | 31 | 1 | 221 | 140 | 116 |
| Binary | 10010011 | 11111101 | 10111111 | 101010 | 0 | 11001 | 1 | 10010001 | 1100000 | 1001110 |
Color Harmonies of #93FDBF
Complementary color
Monochromatic Colors of #93FDBF
Black with #93FDBF
Text Example
Text Example
White with #93FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDBF; }
p { color: rgb(147,253,191); }
H1.HeaderClassName
{
color: #93FDBF;
}
.AnyTagClassName
{
color: #93FDBF;
}
</style>
background-color css
<style>
a { background-color: #93FDBF; }
a { background-color: rgb(147,253,191); }
div.DivClassName
{
background-color: #93FDBF;
}
.BgClassName
{
background-color: #93FDBF;
}
</style>
border-color css
<style>
span { border-color: #93FDBF; }
span { border-color: rgb(147,253,191); }
td.TdClassName
{
border-color: #93FDBF;
}
.TagClassName
{
border-color: #93FDBF;
}
</style>