Shades of Magic Mint #93EFC0
Tints of Magic Mint #93EFC0
RGB
CMYK
RGB Variations
Color information
#93EFC0 (or 0x93EFC0) is known color: Magic Mint. HEX triplet: 93, EF and C0. RGB value is (147,239,192). Sum of RGB (Red+Green+Blue) = 147+239+192=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFC0 is #6C103F. Grayscale: #CECECE. Windows color (decimal): -7082048 or 12644243. OLE color: 12644243.
HSL color Cylindrical-coordinate representation of color #93EFC0: hue angle of 149.35º 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 #93EFC0 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 192 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.06 |
| HSL | 149.35º | 0.74% | 0.76% | - |
| HSV(B) | 149.35º | 0.38% | 0.94% | - |
| XYZ | 52.41 | 71.74 | 60.95 | - |
| YUV | 206.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 192 | 0.38 | 0 | 0.20 | 0.06 | 149.35 | 0.74 | 0.76 |
| Hex | 93 | EF | C0 | 26 | 0 | 14 | 6 | 95 | 4A | 4C |
| Octal | 223 | 357 | 300 | 46 | 0 | 24 | 6 | 225 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11000000 | 100110 | 0 | 10100 | 110 | 10010101 | 1001010 | 1001100 |
Color Harmonies of #93EFC0
Complementary color
Monochromatic Colors of #93EFC0
Black with #93EFC0
Text Example
Text Example
White with #93EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFC0; }
p { color: rgb(147,239,192); }
H1.HeaderClassName
{
color: #93EFC0;
}
.AnyTagClassName
{
color: #93EFC0;
}
</style>
background-color css
<style>
a { background-color: #93EFC0; }
a { background-color: rgb(147,239,192); }
div.DivClassName
{
background-color: #93EFC0;
}
.BgClassName
{
background-color: #93EFC0;
}
</style>
border-color css
<style>
span { border-color: #93EFC0; }
span { border-color: rgb(147,239,192); }
td.TdClassName
{
border-color: #93EFC0;
}
.TagClassName
{
border-color: #93EFC0;
}
</style>