Shades of Magic Mint #93EEC3
Tints of Magic Mint #93EEC3
RGB
CMYK
RGB Variations
Color information
#93EEC3 (or 0x93EEC3) is known color: Magic Mint. HEX triplet: 93, EE and C3. RGB value is (147,238,195). Sum of RGB (Red+Green+Blue) = 147+238+195=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEC3 is #6C113C. Grayscale: #CDCDCD. Windows color (decimal): -7082301 or 12840595. OLE color: 12840595.
HSL color Cylindrical-coordinate representation of color #93EEC3: hue angle of 151.65º 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 #93EEC3 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 195 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.07 |
| HSL | 151.65º | 0.73% | 0.75% | - |
| HSV(B) | 151.65º | 0.38% | 0.93% | - |
| XYZ | 52.46 | 71.29 | 62.63 | - |
| YUV | 205.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 195 | 0.38 | 0 | 0.18 | 0.07 | 151.65 | 0.73 | 0.75 |
| Hex | 93 | EE | C3 | 26 | 0 | 12 | 7 | 98 | 49 | 4B |
| Octal | 223 | 356 | 303 | 46 | 0 | 22 | 7 | 230 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11000011 | 100110 | 0 | 10010 | 111 | 10011000 | 1001001 | 1001011 |
Color Harmonies of #93EEC3
Complementary color
Monochromatic Colors of #93EEC3
Black with #93EEC3
Text Example
Text Example
White with #93EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEC3; }
p { color: rgb(147,238,195); }
H1.HeaderClassName
{
color: #93EEC3;
}
.AnyTagClassName
{
color: #93EEC3;
}
</style>
background-color css
<style>
a { background-color: #93EEC3; }
a { background-color: rgb(147,238,195); }
div.DivClassName
{
background-color: #93EEC3;
}
.BgClassName
{
background-color: #93EEC3;
}
</style>
border-color css
<style>
span { border-color: #93EEC3; }
span { border-color: rgb(147,238,195); }
td.TdClassName
{
border-color: #93EEC3;
}
.TagClassName
{
border-color: #93EEC3;
}
</style>