Shades of Magic Mint #93ECC6
Tints of Magic Mint #93ECC6
RGB
CMYK
RGB Variations
Color information
#93ECC6 (or 0x93ECC6) is known color: Magic Mint. HEX triplet: 93, EC and C6. RGB value is (147,236,198). Sum of RGB (Red+Green+Blue) = 147+236+198=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECC6 is #6C1339. Grayscale: #CDCDCD. Windows color (decimal): -7082810 or 13036691. OLE color: 13036691.
HSL color Cylindrical-coordinate representation of color #93ECC6: hue angle of 154.38º degrees, saturation: 0.7, 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 #93ECC6 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 198 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.07 |
| HSL | 154.38º | 0.7% | 0.75% | - |
| HSV(B) | 154.38º | 0.38% | 0.93% | - |
| XYZ | 52.22 | 70.27 | 64.24 | - |
| YUV | 205.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 198 | 0.38 | 0 | 0.16 | 0.07 | 154.38 | 0.7 | 0.75 |
| Hex | 93 | EC | C6 | 26 | 0 | 10 | 7 | 9A | 46 | 4B |
| Octal | 223 | 354 | 306 | 46 | 0 | 20 | 7 | 232 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11000110 | 100110 | 0 | 10000 | 111 | 10011010 | 1000110 | 1001011 |
Color Harmonies of #93ECC6
Complementary color
Monochromatic Colors of #93ECC6
Black with #93ECC6
Text Example
Text Example
White with #93ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECC6; }
p { color: rgb(147,236,198); }
H1.HeaderClassName
{
color: #93ECC6;
}
.AnyTagClassName
{
color: #93ECC6;
}
</style>
background-color css
<style>
a { background-color: #93ECC6; }
a { background-color: rgb(147,236,198); }
div.DivClassName
{
background-color: #93ECC6;
}
.BgClassName
{
background-color: #93ECC6;
}
</style>
border-color css
<style>
span { border-color: #93ECC6; }
span { border-color: rgb(147,236,198); }
td.TdClassName
{
border-color: #93ECC6;
}
.TagClassName
{
border-color: #93ECC6;
}
</style>