Shades of Magic Mint #93FAC8
Tints of Magic Mint #93FAC8
RGB
CMYK
RGB Variations
Color information
#93FAC8 (or 0x93FAC8) is known color: Magic Mint. HEX triplet: 93, FA and C8. RGB value is (147,250,200). Sum of RGB (Red+Green+Blue) = 147+250+200=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FAC8 is #6C0537. Grayscale: #D5D5D5. Windows color (decimal): -7079224 or 13171347. OLE color: 13171347.
HSL color Cylindrical-coordinate representation of color #93FAC8: hue angle of 150.87º 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 #93FAC8 is Cyan = 0.41, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 200 | - |
| CMYK | 0.41 | 0 | 0.2 | 0.02 |
| HSL | 150.87º | 0.91% | 0.78% | - |
| HSV(B) | 150.87º | 0.41% | 0.98% | - |
| XYZ | 56.64 | 78.74 | 66.86 | - |
| YUV | 213.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 200 | 0.41 | 0 | 0.2 | 0.02 | 150.87 | 0.91 | 0.78 |
| Hex | 93 | FA | C8 | 29 | 0 | 14 | 2 | 97 | 5B | 4E |
| Octal | 223 | 372 | 310 | 51 | 0 | 24 | 2 | 227 | 133 | 116 |
| Binary | 10010011 | 11111010 | 11001000 | 101001 | 0 | 10100 | 10 | 10010111 | 1011011 | 1001110 |
Color Harmonies of #93FAC8
Complementary color
Monochromatic Colors of #93FAC8
Black with #93FAC8
Text Example
Text Example
White with #93FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FAC8; }
p { color: rgb(147,250,200); }
H1.HeaderClassName
{
color: #93FAC8;
}
.AnyTagClassName
{
color: #93FAC8;
}
</style>
background-color css
<style>
a { background-color: #93FAC8; }
a { background-color: rgb(147,250,200); }
div.DivClassName
{
background-color: #93FAC8;
}
.BgClassName
{
background-color: #93FAC8;
}
</style>
border-color css
<style>
span { border-color: #93FAC8; }
span { border-color: rgb(147,250,200); }
td.TdClassName
{
border-color: #93FAC8;
}
.TagClassName
{
border-color: #93FAC8;
}
</style>