Shades of Magic Mint #93EFC7
Tints of Magic Mint #93EFC7
RGB
CMYK
RGB Variations
Color information
#93EFC7 (or 0x93EFC7) is known color: Magic Mint. HEX triplet: 93, EF and C7. RGB value is (147,239,199). Sum of RGB (Red+Green+Blue) = 147+239+199=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFC7 is #6C1038. Grayscale: #CFCFCF. Windows color (decimal): -7082041 or 13102995. OLE color: 13102995.
HSL color Cylindrical-coordinate representation of color #93EFC7: hue angle of 153.91º 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 #93EFC7 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 199 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.06 |
| HSL | 153.91º | 0.74% | 0.76% | - |
| HSV(B) | 153.91º | 0.38% | 0.94% | - |
| XYZ | 53.21 | 72.06 | 65.14 | - |
| YUV | 206.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 199 | 0.38 | 0 | 0.17 | 0.06 | 153.91 | 0.74 | 0.76 |
| Hex | 93 | EF | C7 | 26 | 0 | 11 | 6 | 9A | 4A | 4C |
| Octal | 223 | 357 | 307 | 46 | 0 | 21 | 6 | 232 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11000111 | 100110 | 0 | 10001 | 110 | 10011010 | 1001010 | 1001100 |
Color Harmonies of #93EFC7
Complementary color
Monochromatic Colors of #93EFC7
Black with #93EFC7
Text Example
Text Example
White with #93EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFC7; }
p { color: rgb(147,239,199); }
H1.HeaderClassName
{
color: #93EFC7;
}
.AnyTagClassName
{
color: #93EFC7;
}
</style>
background-color css
<style>
a { background-color: #93EFC7; }
a { background-color: rgb(147,239,199); }
div.DivClassName
{
background-color: #93EFC7;
}
.BgClassName
{
background-color: #93EFC7;
}
</style>
border-color css
<style>
span { border-color: #93EFC7; }
span { border-color: rgb(147,239,199); }
td.TdClassName
{
border-color: #93EFC7;
}
.TagClassName
{
border-color: #93EFC7;
}
</style>