Shades of Magic Mint #93EEC5
Tints of Magic Mint #93EEC5
RGB
CMYK
RGB Variations
Color information
#93EEC5 (or 0x93EEC5) is known color: Magic Mint. HEX triplet: 93, EE and C5. RGB value is (147,238,197). Sum of RGB (Red+Green+Blue) = 147+238+197=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEC5 is #6C113A. Grayscale: #CECECE. Windows color (decimal): -7082299 or 12971667. OLE color: 12971667.
HSL color Cylindrical-coordinate representation of color #93EEC5: hue angle of 152.97º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EEC5 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 197 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.07 |
| HSL | 152.97º | 0.73% | 0.75% | - |
| HSV(B) | 152.97º | 0.38% | 0.93% | - |
| XYZ | 52.69 | 71.38 | 63.82 | - |
| YUV | 206.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 197 | 0.38 | 0 | 0.17 | 0.07 | 152.97 | 0.73 | 0.75 |
| Hex | 93 | EE | C5 | 26 | 0 | 11 | 7 | 99 | 49 | 4B |
| Octal | 223 | 356 | 305 | 46 | 0 | 21 | 7 | 231 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11000101 | 100110 | 0 | 10001 | 111 | 10011001 | 1001001 | 1001011 |
Color Harmonies of #93EEC5
Complementary color
Monochromatic Colors of #93EEC5
Black with #93EEC5
Text Example
Text Example
White with #93EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEC5; }
p { color: rgb(147,238,197); }
H1.HeaderClassName
{
color: #93EEC5;
}
.AnyTagClassName
{
color: #93EEC5;
}
</style>
background-color css
<style>
a { background-color: #93EEC5; }
a { background-color: rgb(147,238,197); }
div.DivClassName
{
background-color: #93EEC5;
}
.BgClassName
{
background-color: #93EEC5;
}
</style>
border-color css
<style>
span { border-color: #93EEC5; }
span { border-color: rgb(147,238,197); }
td.TdClassName
{
border-color: #93EEC5;
}
.TagClassName
{
border-color: #93EEC5;
}
</style>