Shades of Magic Mint #93F1C7
Tints of Magic Mint #93F1C7
RGB
CMYK
RGB Variations
Color information
#93F1C7 (or 0x93F1C7) is known color: Magic Mint. HEX triplet: 93, F1 and C7. RGB value is (147,241,199). Sum of RGB (Red+Green+Blue) = 147+241+199=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1C7 is #6C0E38. Grayscale: #D0D0D0. Windows color (decimal): -7081529 or 13103507. OLE color: 13103507.
HSL color Cylindrical-coordinate representation of color #93F1C7: hue angle of 153.19º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1C7 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 199 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.05 |
| HSL | 153.19º | 0.77% | 0.76% | - |
| HSV(B) | 153.19º | 0.39% | 0.95% | - |
| XYZ | 53.8 | 73.24 | 65.33 | - |
| YUV | 208.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 199 | 0.39 | 0 | 0.17 | 0.05 | 153.19 | 0.77 | 0.76 |
| Hex | 93 | F1 | C7 | 27 | 0 | 11 | 5 | 99 | 4D | 4C |
| Octal | 223 | 361 | 307 | 47 | 0 | 21 | 5 | 231 | 115 | 114 |
| Binary | 10010011 | 11110001 | 11000111 | 100111 | 0 | 10001 | 101 | 10011001 | 1001101 | 1001100 |
Color Harmonies of #93F1C7
Complementary color
Monochromatic Colors of #93F1C7
Black with #93F1C7
Text Example
Text Example
White with #93F1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F1C7; }
p { color: rgb(147,241,199); }
H1.HeaderClassName
{
color: #93F1C7;
}
.AnyTagClassName
{
color: #93F1C7;
}
</style>
background-color css
<style>
a { background-color: #93F1C7; }
a { background-color: rgb(147,241,199); }
div.DivClassName
{
background-color: #93F1C7;
}
.BgClassName
{
background-color: #93F1C7;
}
</style>
border-color css
<style>
span { border-color: #93F1C7; }
span { border-color: rgb(147,241,199); }
td.TdClassName
{
border-color: #93F1C7;
}
.TagClassName
{
border-color: #93F1C7;
}
</style>