Shades of Magic Mint #93EFD0
Tints of Magic Mint #93EFD0
RGB
CMYK
RGB Variations
Color information
#93EFD0 (or 0x93EFD0) is known color: Magic Mint. HEX triplet: 93, EF and D0. RGB value is (147,239,208). Sum of RGB (Red+Green+Blue) = 147+239+208=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFD0 is #6C102F. Grayscale: #CFCFCF. Windows color (decimal): -7082032 or 13692819. OLE color: 13692819.
HSL color Cylindrical-coordinate representation of color #93EFD0: hue angle of 159.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFD0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 208 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.06 |
| HSL | 159.78º | 0.74% | 0.76% | - |
| HSV(B) | 159.78º | 0.38% | 0.94% | - |
| XYZ | 54.28 | 72.49 | 70.81 | - |
| YUV | 207.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 208 | 0.38 | 0 | 0.13 | 0.06 | 159.78 | 0.74 | 0.76 |
| Hex | 93 | EF | D0 | 26 | 0 | D | 6 | A0 | 4A | 4C |
| Octal | 223 | 357 | 320 | 46 | 0 | 15 | 6 | 240 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11010000 | 100110 | 0 | 1101 | 110 | 10100000 | 1001010 | 1001100 |
Color Harmonies of #93EFD0
Complementary color
Monochromatic Colors of #93EFD0
Black with #93EFD0
Text Example
Text Example
White with #93EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFD0; }
p { color: rgb(147,239,208); }
H1.HeaderClassName
{
color: #93EFD0;
}
.AnyTagClassName
{
color: #93EFD0;
}
</style>
background-color css
<style>
a { background-color: #93EFD0; }
a { background-color: rgb(147,239,208); }
div.DivClassName
{
background-color: #93EFD0;
}
.BgClassName
{
background-color: #93EFD0;
}
</style>
border-color css
<style>
span { border-color: #93EFD0; }
span { border-color: rgb(147,239,208); }
td.TdClassName
{
border-color: #93EFD0;
}
.TagClassName
{
border-color: #93EFD0;
}
</style>