Shades of Magic Mint #93FBC6
Tints of Magic Mint #93FBC6
RGB
CMYK
RGB Variations
Color information
#93FBC6 (or 0x93FBC6) is known color: Magic Mint. HEX triplet: 93, FB and C6. RGB value is (147,251,198). Sum of RGB (Red+Green+Blue) = 147+251+198=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FBC6 is #6C0439. Grayscale: #D5D5D5. Windows color (decimal): -7078970 or 13040531. OLE color: 13040531.
HSL color Cylindrical-coordinate representation of color #93FBC6: hue angle of 149.42º degrees, saturation: 0.93, 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 #93FBC6 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 198 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.02 |
| HSL | 149.42º | 0.93% | 0.78% | - |
| HSV(B) | 149.42º | 0.41% | 0.98% | - |
| XYZ | 56.72 | 79.27 | 65.74 | - |
| YUV | 213.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 198 | 0.41 | 0 | 0.21 | 0.02 | 149.42 | 0.93 | 0.78 |
| Hex | 93 | FB | C6 | 29 | 0 | 15 | 2 | 95 | 5D | 4E |
| Octal | 223 | 373 | 306 | 51 | 0 | 25 | 2 | 225 | 135 | 116 |
| Binary | 10010011 | 11111011 | 11000110 | 101001 | 0 | 10101 | 10 | 10010101 | 1011101 | 1001110 |
Color Harmonies of #93FBC6
Complementary color
Monochromatic Colors of #93FBC6
Black with #93FBC6
Text Example
Text Example
White with #93FBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FBC6; }
p { color: rgb(147,251,198); }
H1.HeaderClassName
{
color: #93FBC6;
}
.AnyTagClassName
{
color: #93FBC6;
}
</style>
background-color css
<style>
a { background-color: #93FBC6; }
a { background-color: rgb(147,251,198); }
div.DivClassName
{
background-color: #93FBC6;
}
.BgClassName
{
background-color: #93FBC6;
}
</style>
border-color css
<style>
span { border-color: #93FBC6; }
span { border-color: rgb(147,251,198); }
td.TdClassName
{
border-color: #93FBC6;
}
.TagClassName
{
border-color: #93FBC6;
}
</style>