Shades of Magic Mint #93F2C5
Tints of Magic Mint #93F2C5
RGB
CMYK
RGB Variations
Color information
#93F2C5 (or 0x93F2C5) is known color: Magic Mint. HEX triplet: 93, F2 and C5. RGB value is (147,242,197). Sum of RGB (Red+Green+Blue) = 147+242+197=586 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.09% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2C5 is #6C0D3A. Grayscale: #D0D0D0. Windows color (decimal): -7081275 or 12972691. OLE color: 12972691.
HSL color Cylindrical-coordinate representation of color #93F2C5: hue angle of 151.58º degrees, saturation: 0.79, 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 #93F2C5 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 197 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.05 |
| HSL | 151.58º | 0.79% | 0.76% | - |
| HSV(B) | 151.58º | 0.39% | 0.95% | - |
| XYZ | 53.86 | 73.74 | 64.22 | - |
| YUV | 208.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 197 | 0.39 | 0 | 0.19 | 0.05 | 151.58 | 0.79 | 0.76 |
| Hex | 93 | F2 | C5 | 27 | 0 | 13 | 5 | 98 | 4F | 4C |
| Octal | 223 | 362 | 305 | 47 | 0 | 23 | 5 | 230 | 117 | 114 |
| Binary | 10010011 | 11110010 | 11000101 | 100111 | 0 | 10011 | 101 | 10011000 | 1001111 | 1001100 |
Color Harmonies of #93F2C5
Complementary color
Monochromatic Colors of #93F2C5
Black with #93F2C5
Text Example
Text Example
White with #93F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2C5; }
p { color: rgb(147,242,197); }
H1.HeaderClassName
{
color: #93F2C5;
}
.AnyTagClassName
{
color: #93F2C5;
}
</style>
background-color css
<style>
a { background-color: #93F2C5; }
a { background-color: rgb(147,242,197); }
div.DivClassName
{
background-color: #93F2C5;
}
.BgClassName
{
background-color: #93F2C5;
}
</style>
border-color css
<style>
span { border-color: #93F2C5; }
span { border-color: rgb(147,242,197); }
td.TdClassName
{
border-color: #93F2C5;
}
.TagClassName
{
border-color: #93F2C5;
}
</style>