Shades of Magic Mint #93EEC6
Tints of Magic Mint #93EEC6
RGB
CMYK
RGB Variations
Color information
#93EEC6 (or 0x93EEC6) is known color: Magic Mint. HEX triplet: 93, EE and C6. RGB value is (147,238,198). Sum of RGB (Red+Green+Blue) = 147+238+198=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEC6 is #6C1139. Grayscale: #CECECE. Windows color (decimal): -7082298 or 13037203. OLE color: 13037203.
HSL color Cylindrical-coordinate representation of color #93EEC6: hue angle of 153.63º 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 #93EEC6 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 198 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.07 |
| HSL | 153.63º | 0.73% | 0.75% | - |
| HSV(B) | 153.63º | 0.38% | 0.93% | - |
| XYZ | 52.8 | 71.43 | 64.43 | - |
| YUV | 206.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 198 | 0.38 | 0 | 0.17 | 0.07 | 153.63 | 0.73 | 0.75 |
| Hex | 93 | EE | C6 | 26 | 0 | 11 | 7 | 9A | 49 | 4B |
| Octal | 223 | 356 | 306 | 46 | 0 | 21 | 7 | 232 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11000110 | 100110 | 0 | 10001 | 111 | 10011010 | 1001001 | 1001011 |
Color Harmonies of #93EEC6
Complementary color
Monochromatic Colors of #93EEC6
Black with #93EEC6
Text Example
Text Example
White with #93EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEC6; }
p { color: rgb(147,238,198); }
H1.HeaderClassName
{
color: #93EEC6;
}
.AnyTagClassName
{
color: #93EEC6;
}
</style>
background-color css
<style>
a { background-color: #93EEC6; }
a { background-color: rgb(147,238,198); }
div.DivClassName
{
background-color: #93EEC6;
}
.BgClassName
{
background-color: #93EEC6;
}
</style>
border-color css
<style>
span { border-color: #93EEC6; }
span { border-color: rgb(147,238,198); }
td.TdClassName
{
border-color: #93EEC6;
}
.TagClassName
{
border-color: #93EEC6;
}
</style>